complexType "SamplingStageType"
Namespace:
Content:
complex, 7 attributes, 30 elements
Defined:
Includes:
definitions of 8 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
A ControlConstruct that provides a sequence order within Sampling Stages expressed as control constructs.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          ControlConstructType (extension)
              SamplingStageType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="SamplingStageType">
<xs:complexContent>
<xs:extension base="ControlConstructType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TypeOfSequence"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ControlConstructReference"/>
<xs:element minOccurs="0" ref="ConstructSequence"/>
<xs:element minOccurs="0" ref="FrameRequirements"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="RecommendedSampleFrameReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Stratification"/>
<xs:element minOccurs="0" ref="SamplingUnitReference"/>
<xs:element minOccurs="0" ref="SelectionProbability"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 8/30)
ConstructSequence
Type:
SpecificSequenceType, complex content
Describes alternate ordering for different cases using the SpecificSequence structure. If you set the sequence to anything other than order of appearance the only allowable children are QuestionConstruct or Sequence. Contents must be randomizable.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ConstructSequence"/>

ControlConstructReference
Type:
r:ReferenceType, complex content
References control constructs in the order that they should appear within the instrument.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ControlConstructReference"/>

FrameRequirements
Type:
r:StructuredStringType, complex content
Describes the minimum requirements of the frame needed to use this sample stage. For example, if a stratification by age is specified in the stage the sample frame would need to support this stratification.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="FrameRequirements"/>

RecommendedSampleFrameReference
Type:
r:ReferenceType, complex content
Identifies a specific sample frame or frames appropriate for this plan.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="RecommendedSampleFrameReference"/>

SamplingUnitReference
Type:
r:ReferenceType, complex content
Sampling unit for this stage
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="SamplingUnitReference"/>

SelectionProbability
Type:
r:StructuredStringType, complex content
If known and available, provide the selection probability for each sampling unit. This is one number for equal probability sampling, such as SRS. For PPS, a description of the size criterion is needed. For other unequal designs, a description of of how the probabilities are assigned is needed.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="SelectionProbability"/>

Stratification
Type:
StratificationType, complex content
A distinct "strata" within a population used to define a group to be sampled within that population, for example an Income Level or Postal Code.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Stratification"/>

TypeOfSequence
Type:
r:CodeValueType, simple content
Provides the ability to "type" a sequence for classification or processing purposes. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TypeOfSequence"/>

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