DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "DateTimeDomainType"
Namespace:
Content:
complex, 5 attributes, 4 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
    blankIsMissingValue
 = 
xs:boolean
    classificationLevel
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
    format
 = 
xs:string
    missingValue
 = 
xs:NMTOKENS
    type
 = 
("DateTime" | "Date" | "Time" | "Year" | "Month" | "Day" | "MonthDay" | "YearMonth" | "Duration" | "Timespan")
    >
   
Content: 
RecommendedDataType?, GenericOutputFormat?, Label*, r:Description*
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Structures the response domain for a Date, Time, or DateTime response.
Type Definition Detail
Type Derivation Tree
      DateTimeDomainType (extension)
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="DateTimeDomainType">
<xs:complexContent>
<xs:extension base="r:DateTimeRepresentationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 2/4)
Label
Type:
Label for the response domain as a human-readable string.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

r:Description
Type:
r:StructuredStringType, mixed content
A human-readable description of the response domain.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>

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