complexType "DateTimeRepresentationBaseType"
Namespace:
Content:
complex, 4 attributes, 6 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
 = 
xs:string
   
>
   
Content: 
</...>
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Structures the representation for any type of time format (including dates, etc.). Regardless of the format of the data the content may be treated as a date and or time and converted to ISO standard structure if sufficient information is supplied.
Type Definition Detail
Type Derivation Tree
RepresentationType (extension)
  DateTimeRepresentationBaseType
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="DateTimeRepresentationBaseType">
<xs:complexContent>
<xs:extension base="RepresentationType">
<xs:sequence>
<xs:element minOccurs="0" ref="DateFieldFormat"/>
<xs:element ref="DateTypeCode"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Range"/>
</xs:sequence>
<xs:attribute name="regExp" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/4)
regExp
Type:
xs:string, predefined
Use:
optional
The regular expression allows for further description of the allowable content of the data.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="regExp" type="xs:string" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 3/6)
DateFieldFormat
Type:
CodeValueType, simple content
Describes the format of the date field, in formats such as YYYY/MM or MM-DD-YY, etc. If this element is omitted, then the format is assumed to be the XML Schema format corresponding to the type attribute value.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DateFieldFormat"/>

DateTypeCode
Type:
CodeValueType, simple content
This is a standard XML date type code and supports the use of an external controlled vocabulary. Examples are date, dateTime, gYearMonth, gYear, and duration. The DDI Alliance has provided a controlled vocabulary (DateType) to support this element at http://www.ddialliance.org/controlled-vocabularies.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DateTypeCode"/>

Range
Type:
RangeType, complex content
Indicates the high and low values (endpoints) of a non-numeric scale. This can be expressed as a value that matches the DateTime format. Repeatable in order to express as set of non-continuous values.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Range"/>

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