complexType "PretestActivityType"
Namespace:
Content:
complex, 7 attributes, 23 elements
Defined:
Includes:
definitions of 3 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 substitution for DevelopmentActivity which specifies the details for performing a pretest of a set of questions or questionnaire. Includes reference to the Sample Frame and Sample Method for the pretest, and the data collection process in terms of method of administration, mode of collection, delivery method, and identification of any additional data collected.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          DevelopmentActivityType (extension)
              PretestActivityType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="PretestActivityType">
<xs:complexContent>
<xs:extension base="DevelopmentActivityType">
<xs:sequence>
<xs:element minOccurs="0" ref="SampleFrameReference"/>
<xs:element minOccurs="0" ref="SamplingPlanReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="PretestAdministration"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/23)
PretestAdministration
Type:
PretestAdministrationType, complex content
Description of the method and mode of data collection in administering the pretest. Notes any additional data collected in the administration of the pretest.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="PretestAdministration"/>

SampleFrameReference
Type:
r:ReferenceType, complex content
A reference to the Sample Frame used in selecting the the sample from the parent population.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="SampleFrameReference"/>

SamplingPlanReference
Type:
r:ReferenceType, complex content
Reference to the sampling plan used with the sample frame.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="SamplingPlanReference"/>

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