complexType "TargetSampleSizeType"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The desired sample size for this particular sample plan express in relation to its strata number if relevant. Provides means of expressing the formula used for determining the sample size.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="TargetSampleSizeType">
<xs:sequence>
<xs:element minOccurs="0" ref="StrataNumber"/>
<xs:element ref="DesiredSampleSize"/>
<xs:element minOccurs="0" ref="SampleSizeFormulaReference"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
DesiredSampleSize
Type:
SizeType, complex content
The number and type of sample units.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DesiredSampleSize"/>

SampleSizeFormulaReference
Type:
Reference to the General or GenerationInstruction containing the formula or instruction used to determine sample size. The basic Reference structure is extended to allow for the use of Binding to link specific source parameters to the InParameter of the instruction at the point of use. If there is a conflict between a Binding in the instruction of a specific source to an InParameter and the Binding information provided in the ProcessingInstructionReference, the Binding information in the reference overrides that found in the instruction. TypeOfObject should be set to GeneralInstruction or GenerationInstruction.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="SampleSizeFormulaReference"/>

StrataNumber
Type:
xs:nonNegativeInteger, predefined, simple content
Indicate specific strata if the sample frame has been stratified prior to sampling within the specified stage.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="StrataNumber"/>

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