complexType "StratificationType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:nonNegativeInteger
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describe all stratifications here. Note that each stratified group will be sampled using the same sampling plan. For example stratifying a state by ZIP Code areas in each of 5 mean income quintiles and then doing a random sample of the households in set of ZIP Codes. Allows for oversampling of identified subpopulations. Example: urban/rural, gender, state, marital status. Might be defined at the SamplngScheme level.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="StratificationType">
<xs:sequence>
<xs:element minOccurs="0" ref="StratificationRationale"/>
<xs:element minOccurs="0" ref="AllocationMethod"/>
</xs:sequence>
<xs:attribute name="strataNumber" type="xs:nonNegativeInteger" use="required"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
strataNumber
Type:
xs:nonNegativeInteger, predefined
Use:
required
Assign a number to the strata being described
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="strataNumber" type="xs:nonNegativeInteger" use="required"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
AllocationMethod
Type:
r:StructuredStringType, complex content
Method to determine how the sample should be allocated/distributed (Source: US Census Metadata Standard document)
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="AllocationMethod"/>

StratificationRationale
Type:
Describe the purpose for stratifying your sample frame prior to sampling.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="StratificationRationale"/>

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