simpleDate

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
cal restriction of xs:token unknown optional
era restriction of xs:token optional
mod restriction of xs:token optional

Used By

Source

<xs:complexType name="simpleDate">
  <xs:simpleContent>
    <xs:extension base="genxmlDate">
      <xs:attribute default="unknown" name="cal" use="optional">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="chinese"/>
            <xs:enumeration value="coptic"/>
            <xs:enumeration value="french"/>
            <xs:enumeration value="gregorian"/>
            <xs:enumeration value="hebrew"/>
            <xs:enumeration value="indian"/>
            <xs:enumeration value="islamic"/>
            <xs:enumeration value="julian"/>
            <xs:enumeration value="unknown"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="mod" use="optional">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="about"/>
            <xs:enumeration value="after"/>
            <xs:enumeration value="before"/>
            <xs:enumeration value="estimated"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="era" use="optional">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="after"/>
            <xs:enumeration value="before"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>