DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "ProcessingType"
Namespace:
Content:
complex, 5 attributes, 6 elements
Defined:
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, ControlOperation*, CleaningOperation*, Weighting*, DataAppraisalInformation*, Coding*
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
ProcessingType provides a structure for describing the processing within data collection.
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      ProcessingType (extension)
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="ProcessingType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<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="Coding"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 5/6)
CleaningOperation
Type:
OperationType, complex content
Describes a raw data cleaning operation.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CleaningOperation"/>

Coding
Type:
CodingType, complex content
A structure for the description of the computation used in the data collection or data processing such as recoding, derivations, or incorporation of external data sources.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Coding"/>

ControlOperation
Type:
OperationType, complex content
Describes a control operation.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ControlOperation"/>

DataAppraisalInformation
Type:
Information about the data appraisal.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataAppraisalInformation"/>

Weighting
Type:
Describes the weighting used in the process.
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 SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set