simpleType "DateOfDeathType"
Namespace:
Defined:
Used:
Simple Content Model
xs:date | xs:gYearMonth | xs:gYear
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
simple type for dates (union), which may omit day and/or month
Type Definition Detail
Type Derivation Tree
union of (xs:date | xs:gYearMonth | xs:gYear)
  DateOfDeathType
Derivation:
by union
Member Types
  1. xs:date
  2. xs:gYearMonth
  3. xs:gYear
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="DateOfDeathType">
<xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set