complexType "ProcessingEventType"
Namespace:
Content:
complex, 7 attributes, 22 elements
Defined:
Includes:
definitions of 10 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)
 = 
xs:boolean : "false"
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
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:VersionableType (extension)
          ProcessingEventType
XML Source (w/o annotations (11); see within schema source)
<xs:complexType name="ProcessingEventType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ProcessingEventName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<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; 10/22)
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"/>

ProcessingEventName
Type:
r:NameType, complex content
A name for the ProcessingEvent. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ProcessingEventName"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the ProcessingEvent. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, complex content
A display label for the ProcessingEvent. Supports multiple language versions of the same content as well as optional formatting of the content. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

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. TypeOfObject should be set to GeneralInstruction or GenerationInstruction.
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 processes 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 1.12 using DocFlex/XML XSDDoc 2.9.0 template set