complexType "SamplingPlanType"
Namespace:
Content:
complex, 7 attributes, 21 elements
Defined:
Includes:
definitions of 9 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
An inline description of a sampling plan (how the sample is drawn). A sampling plan is intended to be versioned over time and can be reused by multiple studies.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          SamplingPlanType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="SamplingPlanType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfSamplingPlan"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SamplingPlanName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="IntendedTargetPopulation"/>
<xs:element minOccurs="0" ref="IntendedSurveyPopulation"/>
<xs:element minOccurs="0" ref="SplitRationale"/>
<xs:element minOccurs="0" ref="ControlConstructReference"/>
<xs:element minOccurs="0" ref="StratificationRationale"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 9/21)
ControlConstructReference
Type:
r:ReferenceType, complex content
Generally reference to a single SamplingStage or to a Sequence which orders multiple SamplingStages. TypeOfObject should be any valid member of the group of Control Constructs.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ControlConstructReference"/>

IntendedSurveyPopulation
Type:
PopulationType, complex content
The survey population is the set of elements identified by the frame. For instance, pre-election polls have "likely voters" as a target population, but the survey is conducted using RDD (usually). The survey population is households with active land-line telephones, because that's who we can initially identify. Survey questions help narrow the respondents into the desired set, but then eliminating sampled units increases variance. It is reusable in the sense that the same survey population will be used each time the named frame is used.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="IntendedSurveyPopulation"/>

IntendedTargetPopulation
Type:
PopulationType, complex content
A description of the population that the survey is intended to question (i.e. "Likely voters").
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="IntendedTargetPopulation"/>

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

r:Label
Type:
r:LabelType, complex content
A full display label for the sampling plan, repeatable for different context or applications. Supports multiple language versions of the same content as well as optional formatting of the content. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

SamplingPlanName
Type:
r:NameType, complex content
A name for a sampling plan which may be repeated to express differing names for different systems. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SamplingPlanName"/>

SplitRationale
Type:
r:StructuredStringType, complex content
Rationale for dividing the frame at this stage into subsets and using a different sampling technique (e.g., Simple Random Sampling or Probability Proportional to Size) on each subset.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="SplitRationale"/>

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

TypeOfSamplingPlan
Type:
r:CodeValueType, simple content
A controlled vocabulary covering probability and non-probability sampling methods and modeling approaches. If this is a multi-stage sample the plan at this level should indicate the broadest description of the sampling approaches used in each stage.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfSamplingPlan"/>

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