existdateType

Complex Type Information

Model

Children: abbr, altdate, emph, expan, lb

Attributes

QName Type Fixed Default Use Inheritable Annotation
calendar xs:string optional
ea xs:NMTOKEN optional
era xs:string optional
form restriction of xs:NMTOKEN optional
id xs:NMTOKEN optional
normal xs:string optional
scope restriction of xs:NMTOKEN optional
type xs:string optional
typeauth xs:IDREF optional
typekey xs:string optional

Used By

Source

<xs:complexType name="existdateType" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="0">
    <xs:element name="emph" type="emphType"/>
    <xs:element ref="lb"/>
    <xs:element name="abbr" type="abbrType"/>
    <xs:element name="expan" type="expanType"/>
    <xs:element name="altdate" type="altdateType"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
  <xs:attribute name="scope">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="begin"/>
        <xs:enumeration value="end"/>
        <xs:enumeration value="active"/>
        <xs:enumeration value="begin-end"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="form">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="single"/>
        <xs:enumeration value="closedspan"/>
        <xs:enumeration value="openspan"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="era" type="xs:string"/>
  <xs:attribute name="calendar" type="xs:string"/>
  <xs:attribute name="normal" type="xs:string"/>
  <xs:attribute name="type" type="xs:string"/>
  <xs:attribute name="typeauth" type="xs:IDREF"/>
  <xs:attribute name="typekey" type="xs:string"/>
</xs:complexType>