complexType "ProcessingEventType"
Namespace:
Content:
complex, 6 attributes, 17 elements
Defined:
Includes:
definitions of 6 elements
Used:
XML Representation Summary
<...
   
 = 
("Canonical" | "Deprecated")
 = 
("Add" | "Update" | "Delete")
 = 
xs:anyURI
 = 
("Agency" | "Maintainable") : "Agency"
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
    >
   
Content: 
(r:URN | (r:Agency, r:ID, r:Version))[1..2], r:UserID*, r:UserAttributePair*, (r:VersionResponsibility | r:VersionResponsibilityReference)?, r:VersionRationale?, r:BasedOnReference?, r:MaintainableObject?, ControlOperation*, CleaningOperation*, Weighting*, DataAppraisalInformation*, ProcessingInstructionReference*, r:QualityStatementReference*
</...>
Content Model Elements (17):
CleaningOperation, ControlOperation, DataAppraisalInformation, ProcessingInstructionReference, Weighting, r:Agency, r:BasedOnReference, r:ID, r:MaintainableObject, r:QualityStatementReference, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
ProcessingEvent
Known Usage Locations
Annotation
ProcessingEvent can contain a number of operations of different types to express a range of events that occur together. For example a ProcessingEvent of a CleaningOperation may also include a reference to a ProcessingInstruction used in the cleaning process. Event activities include ControlOperation, CleaningOperation, Weighting, and DataAppraisalInformation. References to related processing instructions and quality statement may be included.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          ProcessingEventType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="ProcessingEventType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ControlOperation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CleaningOperation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Weighting"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataAppraisalInformation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ProcessingInstructionReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:QualityStatementReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 6/17)
CleaningOperation
Type:
OperationType, complex content
Description of a Cleaning Operation such as consistency checking, invalid or out of range values, etc.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CleaningOperation"/>

ControlOperation
Type:
OperationType, complex content
Description of a Control Operation used to facilitate data control.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ControlOperation"/>

DataAppraisalInformation
Type:
Description of the data appraisal processing including the resultant sampling error and response rate.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataAppraisalInformation"/>

ProcessingInstructionReference
Type:
r:ReferenceType, complex content
Reference to a processing instruction (GeneralInstruction or GenerationInstruction) used during the processing event.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ProcessingInstructionReference"/>

r:QualityStatementReference
Type:
r:ReferenceType, complex content
Reference to a quality statement relating to the processing event.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:QualityStatementReference"/>

Weighting
Type:
WeightingType, complex content
Description of the weighting process and any resultant standard weights.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Weighting"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set