complexType "ProcessingEventType"
Namespace:
Content:
complex, 6 attributes, 18 elements
Defined:
Includes:
definitions of 7 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (18):
CleaningOperation, ControlOperation, DataAppraisalInformation, Weighting, WeightingReference, r:Agency, r:BasedOnObject, r:ID, r:MaintainableObject, r:ProcessingInstructionReference, 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 (8); 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:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="Weighting"/>
<xs:element ref="WeightingReference"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataAppraisalInformation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r: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; 7/18)
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"/>

r:ProcessingInstructionReference
Type:
Reference to a processing instruction (GeneralInstruction or GenerationInstruction) used during the processing event. The basic Reference structure is extended to allow for the use of ParameterLinkage to link specific source parameters to the InParameter of the instruction to reflect its use within this specific Processing Event.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r: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 ref="Weighting"/>

WeightingReference
Type:
r:ReferenceType, complex content
Reference to a description of the weighting process and any resultant standard weights. TypeOfObject should be set to Weighting.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="WeightingReference"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set