DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "DataCollectionFrequencyType"
Namespace:
Content:
complex, 1 attribute, 8 elements
Defined:
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
    calendar
 = 
xs:string
    >
   
Content: 
(SimpleDate | (StartDate, HistoricalStartDate?, EndDate?, HistoricalEndDate?, Cycle?)), HistoricalDate?, IntendedFrequency?
</...>
Content Model Elements (8):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
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.
Type Definition Detail
Type Derivation Tree
  DataCollectionFrequencyType (extension)
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="DataCollectionFrequencyType">
<xs:complexContent>
<xs:extension base="r:DateType">
<xs:sequence>
<xs:element minOccurs="0" name="IntendedFrequency" type="r:CodeValueType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 1/8)
IntendedFrequency
Type:
r:CodeValueType, simple content
Documents the intended frequency of data collection, for example monthly, yearly, weekly, etc., preferably using an optional controlled vocabulary
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="IntendedFrequency" type="r:CodeValueType"/>

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