DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CollectionEventType"
Namespace:
Content:
complex, 5 attributes, 8 elements
Defined:
Includes:
definitions of 7 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, DataCollectorOrganizationReference*, DataSource*, DataCollectionDate, DataCollectionFrequency*, ModeOfCollection*, CollectionSituation*, ActionToMinimizeLosses*
</...>
Content Model Elements (8):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Provides information regarding a data collection event.
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      CollectionEventType (extension)
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="CollectionEventType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataCollectorOrganizationReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataSource"/>
<xs:element ref="DataCollectionDate"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataCollectionFrequency"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ModeOfCollection"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CollectionSituation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ActionToMinimizeLosses"/>
</xs:sequence>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 7/8)
ActionToMinimizeLosses
Type:
Describes action taken to minimize loss of data from the collection event.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ActionToMinimizeLosses"/>

CollectionSituation
Type:
Describes the situation in which the data collection event takes place.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CollectionSituation"/>

DataCollectionDate
Type:
r:DateType, complex content
Provides a date or range of dates for the described data collection event as well as a cycle number when the collection is part of a series of data collection events.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DataCollectionDate"/>

DataCollectionFrequency
Type:
Documents the intended frequency of data collection, for example monthly, yearly, weekly, etc., preferably using an optional controlled vocabulary in the IntendedFrequency element. Date of first collection should be provided in StartDate as a basis for defining periodicity. EndDate should be entered for data collection cycles with a known or anticipated end date. EndDate is omitted in data collection series that are intended to be on-going.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataCollectionFrequency"/>

DataCollectorOrganizationReference
Type:
r:ReferenceType, complex content
Reference to an organization, defined in the organziation scheme, responsible for the data collection
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataCollectorOrganizationReference"/>

DataSource
Type:
DataSourceType, complex content
Describes a source of the data.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataSource"/>

ModeOfCollection
Type:
Describes the mode of collection.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ModeOfCollection"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set