complexType "DateTimeRepresentationBaseType"
Namespace:
Content:
complex, 4 attributes, 4 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
 = 
xs:string
   
>
   
Content: 
</...>
Content Model Elements (4):
DateFieldFormat, DateTypeCode, GenericOutputFormat, RecommendedDataType
Known Direct Subtypes (1):
DateTimeDomainType
All Direct / Indirect Based Elements (2):
DateTimeDomain, DateTimeRepresentation
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 (4); 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: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; 2/4)
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
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DateTypeCode"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set