complexType "WeightingType"
Namespace:
Content:
complex, 7 attributes, 19 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)
 = 
xs:boolean : "false"
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the weighting used in the process. In addition to a description of the weighting process it may be designated as a specific type of weighting. If the data uses a standard weight (each record has an equal weight) it may be expressed here with StandardWeight.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          WeightingType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="WeightingType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfWeighting"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="WeightingMethodologyReference"/>
<xs:element minOccurs="0" ref="r:AnalysisUnit"/>
<xs:element minOccurs="0" ref="UsageGuide"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="StandardWeight"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="BasedOnSampleReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 7/19)
BasedOnSampleReference
Type:
r:ReferenceType, complex content
The sample that was the basis for the weighting. TypeOfObject should be Sample.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="BasedOnSampleReference"/>

r:AnalysisUnit
Type:
r:CodeValueType, simple content
The entity to which the weights apply, for example, individuals, families or households, groups, institutions/organizations, administrative units, etc. Supports the use of an external controlled vocabulary. The DDI Alliance has provided a controlled vocabulary (AnalysisUnit) to support this element at http://www.ddialliance.org/controlled-vocabularies.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:AnalysisUnit"/>

r:Description
Type:
r:StructuredStringType, complex content
Full description of the weighting process. 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"/>

StandardWeight
Type:
StandardWeightType, complex content
A standard weighting factor used by all or a group of variables within the data set.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="StandardWeight"/>

TypeOfWeighting
Type:
r:CodeValueType, simple content
Allows brief identification of Weighting Process used with the option of using a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfWeighting"/>

UsageGuide
Type:
UsageGuideType, complex content
A guide to the appropriate usage of the weights generated by the processing event.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="UsageGuide"/>

WeightingMethodologyReference
Type:
r:ReferenceType, complex content
A reference to the methodology used for the weighting process.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="WeightingMethodologyReference"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set