complexType "ProcessingEventType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
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: |
(r:URN | (r:Agency, r:ID, r:Version))[1..2], r:UserID*, r:UserAttributePair*, (r:VersionResponsibility | r:VersionResponsibilityReference)?, r:VersionRationale?, r:BasedOnObject?, r:MaintainableObject?, ControlOperation*, CleaningOperation*, (Weighting | WeightingReference)*, DataAppraisalInformation*, r:ProcessingInstructionReference*, r:QualityStatementReference* |
|
</...> |
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):
-
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 (8); see within schema source)
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ControlOperation"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 7/18)
-
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. 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)
-
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)
-
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)