complexType "SubStageType"
Namespace:
Content:
complex, 5 attributes, 11 elements
Defined:
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A substage assumes that its sample frame is the result of its parent stage.
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      SubStageType
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="SubStageType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Stratification"/>
<xs:element minOccurs="0" ref="SamplingUnit"/>
<xs:element minOccurs="0" ref="TypeOfPlan"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubStage"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/11)
SamplingUnit
Type:
r:CodeValueType, simple content
A split results in multiple strata using different sampling plans. For example a study of those who fish which samples those engaged in fishing at particular locations (strata 1) and those who have fishing licenses (strata 2).
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="SamplingUnit"/>

Stratification
Type:
StratificationType, complex content
Condition for using this stage. Use only when multiple top level stages are used.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Stratification"/>

SubStage
Type:
SubStageType, complex content
Allows for recursive nesting.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubStage"/>

TypeOfPlan
Type:
r:CodeValueType, simple content
Identifies a specific sample frame or frames appropriate for this plan.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfPlan"/>

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