complexType "DataCollectionFrequencyType"
Namespace:
Content:
complex, 10 elements
Defined:
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (10):
IntendedFrequency, r:Cycle, r:EndDate, r:EndDate, r:HistoricalDate, r:HistoricalEndDate, r:HistoricalEndDate, r:HistoricalStartDate, r:SimpleDate, r:StartDate
All Direct / Indirect Based Elements (1):
DataCollectionFrequency
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
r:DateType (extension)
  DataCollectionFrequencyType
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 (all declarations; defined within this component only; 1/10)
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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set