simpleType "BaseDateType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
at 15 locations
Simple Content Model
xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration
All Direct / Indirect Based Elements (9):
All Direct / Indirect Based Attributes (6):
Known Usage Locations
Annotation
Union type which allows for the use of a date-time combination (YYYY-MM-DDTHH:MM:SS), date (YYYYY-MM-DD), year-month (YYYY-MM), year (YYYY), and duration (PnYnMnDnHnMnS) as valid values. These are formatted according to ISO 8601. Note that although a duration is allowed there are few situations where it is applicable.
Type Definition Detail
Type Derivation Tree
union of (xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
  BaseDateType
Derivation:
by union
Member Types
  1. xs:dateTime
  2. xs:date
  3. xs:gYearMonth
  4. xs:gYear
  5. xs:duration
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="BaseDateType">
<xs:union memberTypes="xs:dateTime xs:date xs:gYearMonth xs:gYear xs:duration"/>
</xs:simpleType>

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