simpleType "dateSimpleType"
Namespace:
Defined:
globally in codebook.xsd; see XML source
Used:
Simple Content Model
xs:dateTime | xs:date | xs:gYearMonth | xs:gYear
All Direct / Indirect Based Attributes (4):
GLOBALS/@elementVersionDate, standardNameType/@date,
Known Usage Locations
Annotation

Date Simple Type

Description

This simple type is a union of the various XML Schema date formats. Using this type, a date can be expressed as a year (YYYY), a year and month (YYYY-MM), a date (YYYY-MM-DD) or a complete date and time (YYYY-MM-DDThh:mm:ss). All of these formats allow for an optional timezone offset to be specified.
Type Definition Detail
Type Derivation Tree
union of (xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
  dateSimpleType
Derivation:
by union
Member Types
  1. xs:dateTime
  2. xs:date
  3. xs:gYearMonth
  4. xs:gYear
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="dateSimpleType">
<xs:union memberTypes="xs:dateTime xs:date xs:gYearMonth xs:gYear"/>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set