complexType "ProcessingEventType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
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):
-
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 Derivation Tree ProcessingEventType |
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="ProcessingEventType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Weighting"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
Content Element Detail (all declarations; defined within this component only; 6/17) -
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)
-
Description of a Control Operation used to facilitate data control.
XML Source (w/o annotations (1); see within schema source)
-
Description of the data appraisal processing including the resultant sampling error and response rate.
XML Source (w/o annotations (1); see within schema source)
-
Reference to a processing instruction (GeneralInstruction or GenerationInstruction) used during the processing event.
XML Source (w/o annotations (1); see within schema source)
-
Reference to a quality statement relating to the processing event.
XML Source (w/o annotations (1); see within schema source)
-
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"/> |