complexType "SamplingProcedureType"
Namespace:
Content:
complex, 5 attributes, 14 elements
Defined:
Includes:
definitions of 7 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
Describes a sampling procedure. If multiple sampling procedures were used repeat this element for each.
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      SamplingProcedureType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="SamplingProcedureType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfSamplingProcedure"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="PopulationOfConcern"/>
<xs:element minOccurs="0" ref="SamplingPlanReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="OverallTargetSampleSize"/>
<xs:element minOccurs="0" ref="OverallSampleSize"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ApplicationDetails"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 7/14)
ApplicationDetails
Type:
ApplicationDetailsType, complex content
Provides sample stage level details where needed. Repeat for individual stages or sub-stages.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ApplicationDetails"/>

OverallSampleSize
Type:
SizeType, empty content
The size of the overall sample actually used.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="OverallSampleSize"/>

OverallTargetSampleSize
Type:
PopulationSizeType, complex content
The target value of the sample size for the primary and any secondary or sub-population.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="OverallTargetSampleSize"/>

PopulationOfConcern
Type:
PopulationType, complex content
Describe the population being sampled through a combination of textual description and reference to a structured Universe.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="PopulationOfConcern"/>

r:Description
Type:
r:StructuredStringType, complex content
Full description of the sampling procedure. Supports structured content and multiple language content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

SamplingPlanReference
Type:
r:ReferenceType, complex content
Reference to sample plan which describes a process for achieving the sample.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="SamplingPlanReference"/>

TypeOfSamplingProcedure
Type:
r:CodeValueType, simple content
A generic means of classifying a SamplingProcedure. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfSamplingProcedure"/>

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