complexType "DataCollectionType"
Namespace:
Content:
complex, 9 attributes, 43 elements
Defined:
Includes:
definitions of 29 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"
 = 
xs:anyURI
 = 
xs:language
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A maintainable module containing information on activities related to data collection/capture and the processing required for the creation a data product. This section covers the methodologies, events, data sources, collection instruments and processes which comprise the collection/capture and processing of data. Metadata regarding the methodology of the data collection process including, determining repetition patterns, sampling, collection modes, etc. Collection Event specifies data sources, collection instruments, questions and question flow, and data processing activities. This module houses Processing Instructions (General Instructions and Generation Instructions) which may be referenced by variables or comparison maps.The module is described by a name, label, and description, provides spatial, temporal, and topical coverage information on the activities covered by the module, and references to external material related to objects in the module using OtherMaterial. The content of the module is organized within the following sections; Methodology, DataCaptureDevelopment, Collection Event, QuestionScheme (in-line or by reference), ControlConstructScheme (in-line or by references) containing the flow of a questionnaire or data capture process, InterviewerInstructionScheme (in-line or by reference), InstrumentScheme (in-line or by reference), ProcessingEventScheme (in-line or by reference), SamplingScheme (in-line or by reference) and DevelopmentActivityScheme.
Type Definition Detail
Type Derivation Tree
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              DataCollectionType
XML Source (w/o annotations (30); see within schema source)
<xs:complexType name="DataCollectionType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataCollectionModuleName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="r:Coverage"/>
<xs:choice minOccurs="0">
<xs:element ref="Methodology"/>
<xs:element ref="MethodologyReference"/>
</xs:choice>
<xs:choice minOccurs="0">
<xs:element ref="DataCaptureDevelopment"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CollectionEvent"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="QuestionScheme"/>
<xs:element ref="r:QuestionSchemeReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="MeasurementScheme"/>
<xs:element ref="r:MeasurementSchemeReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="ControlConstructScheme"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="InstrumentScheme"/>
<xs:element ref="r:InstrumentSchemeReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="Instrument"/>
<xs:element ref="InstrumentReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="ProcessingEventScheme"/>
<xs:element ref="ProcessingEventSchemeReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="ProcessingInstructionScheme"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="SamplingInformationScheme"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="DevelopmentActivityScheme"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 29/43)
CollectionEvent
Type:
CollectionEventType, complex content
A specific event in the collection or capture process.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CollectionEvent"/>

ControlConstructScheme
Type:
Describes a set of control constructs used to order and define processes such as data capture flow, instrument flow, sampling, data capture development activities, etc. Assumes the flow of the object along the prescribed routing (i.e. respondent through a questionnaire, data source through a measurement process, development object through a development process, or data set of a population through a sample sampling plan)Uses InParameters and OutParameters to describe the specific flow of datum captured by, used within, or processed by to create a stored datum in a variable.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ControlConstructScheme"/>

DataCaptureDevelopment
Type:
Data capture development covers the development planning, process, and outcome for a partial or full data capture object (question, measurement, instrument, or control construct). Development normally included the development of the question wording, possible response domains and their presentation, translation for language or cultural variance in the population, question/measurement order and mode of delivery (instrument). Extensive work is often done for individual questions/measures that may be reused by different data capture instruments with the organization or for topical areas or populations that are difficult to measure.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DataCaptureDevelopment"/>

DataCaptureDevelopmentReference
Type:
r:ReferenceType, complex content
Reference to DataCaptureDevelopment covers the development planning, process, and outcome for a partial or full data capture object (question, measurement, instrument, or control construct). Development normally included the development of the question wording, possible response domains and their presentation, translation for language or cultural variance in the population, question/measurement order and mode of delivery (instrument). Extensive work is often done for individual questions/measures that may be reused by different data capture instruments with the organization or for topical areas or populations that are difficult to measure. TypeOfObject should be DataCaptureDevelopment.
XML Source (w/o annotations (1); see within schema source)

DataCollectionModuleName
Type:
r:NameType, complex content
A name for the DataCollection module. 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="DataCollectionModuleName"/>

DevelopmentActivityScheme
Type:
A set of development activities maintained by an agency, and used in the development, review, or creation of a question, measurement, data capture flow (control construct), or instrument.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DevelopmentActivityScheme"/>

Instrument
Type:
InstrumentType, complex content
Describes an instrument within this Data Collection.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Instrument"/>

InstrumentReference
Type:
r:ReferenceType, complex content
Includes an instrument in the DataCollection by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="InstrumentReference"/>

InstrumentScheme
Type:
InstrumentSchemeType, complex content
Describes a set of instruments used to collect or capture data.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="InstrumentScheme"/>

InterviewerInstructionScheme
Type:
Describes a set of instructions used by the interviewer (respondent in the case of a self administered questionnaire) or instrument to support the accurate collection or capture of data.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="InterviewerInstructionScheme"/>

MeasurementScheme
Type:
MeasurementSchemeType, complex content
Describes a set of measurements used for data collection.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="MeasurementScheme"/>

Methodology
Type:
MethodologyType, complex content
Methodology covers approaches used for selecting samples, administering surveys or data collection approaches, timing repeated data collection activities, weighting, and quality control.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Methodology"/>

MethodologyReference
Type:
r:ReferenceType, complex content
Reference to Methodology covers approaches used for selecting samples, administering surveys or data collection approaches, timing repeated data collection activities, weighting, and quality control. TypeOfObject should be set to Methodology.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="MethodologyReference"/>

ProcessingEventScheme
Type:
ProcessingEventSchemeType, complex content
Describes a set of processing events used to collect or capture data and process it during or post collection. May include the processes used to capture data in non-questionnaire data capture.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ProcessingEventScheme"/>

ProcessingEventSchemeReference
Type:
r:SchemeReferenceType, complex content
References a set of processing events used to collect or capture data and process it during or post collection. May include the processes used to capture data in non-questionnaire data capture.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ProcessingEventSchemeReference"/>

ProcessingInstructionScheme
Type:
Describes a set of processing instructions used to collect or capture data and process it during or post collection. May include the processing instructions used to capture data in non-questionnaire data capture.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ProcessingInstructionScheme"/>

ProcessingInstructionSchemeReference
Type:
r:SchemeReferenceType, complex content
References a set of processing instructions used to collect or capture data and process it during or post collection. May include the processing instructions used to capture data in non-questionnaire data capture.
XML Source (w/o annotations (1); see within schema source)

QuestionScheme
Type:
QuestionSchemeType, complex content
Describes a set of questions used for data collection.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="QuestionScheme"/>

r:ControlConstructSchemeReference
Type:
r:SchemeReferenceType, complex content
A reference to a set of control constructs used to order and define processes such as data capture flow, instrument flow, sampling, data capture development activities, etc. Assumes the flow of the object along the prescribed routing (i.e. respondent through a questionnaire, data source through a measurement process, development object through a development process, or data set of a population through a sample sampling plan)Uses InParameters and OutParameters to describe the specific flow of datum captured by, used within, or processed by to create a stored datum in a variable. TypeOfObject should be ControlConstructScheme
XML Source (w/o annotations (1); see within schema source)

r:Coverage
Type:
r:CoverageType, complex content
Documents the spatial, temporal, and/or topical coverage of the data collection module.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Coverage"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the DataCollection module. 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:DevelopmentActivitySchemeReference
Type:
r:SchemeReferenceType, complex content
References to a set of development activities maintained by an agency, and used in the development, review, or creation of a question, measurement, data capture flow (control construct), or instrument. TypeOfObject should be DevelopmentActivityScheme.
XML Source (w/o annotations (1); see within schema source)

r:InstrumentSchemeReference
Type:
r:SchemeReferenceType, complex content
A reference to a set of instruments used to collect or capture data.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:InstrumentSchemeReference"/>

r:InterviewerInstructionSchemeReference
Type:
r:SchemeReferenceType, complex content
Reference to a InterviewerInstructionScheme using SchemeReference which allows for the specification of objects to exclude.
XML Source (w/o annotations (1); see within schema source)

r:Label
Type:
r:LabelType, complex content
A display label for the DataCollection module. 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"/>

r:MeasurementSchemeReference
Type:
r:SchemeReferenceType, complex content
A reference to a MeasurementScheme describing a set of measurements used for data collection.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:MeasurementSchemeReference"/>

r:QuestionSchemeReference
Type:
r:SchemeReferenceType, complex content
A reference to a QuestionScheme describing a set of questions used for data collection.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:QuestionSchemeReference"/>

r:SamplingInformationSchemeReference
Type:
r:SchemeReferenceType, complex content
References to a set of sampling information maintained by an agency including sampling plans, sample frames, and samples.
XML Source (w/o annotations (1); see within schema source)

SamplingInformationScheme
Type:
A set of sampling information maintained by an agency including sampling plans, sample frames, and samples.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SamplingInformationScheme"/>

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