unitdateType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ea xs:NMTOKEN optional
id xs:NMTOKEN optional
label xs:string optional
normal xs:string optional
scope restriction of xs:NMTOKEN optional
type restriction of xs:NMTOKEN optional

Used By

Source

<xs:complexType name="unitdateType" 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="ptr" type="ptrType"/>
    <xs:element name="extptr" type="extptrType"/>
    <xs:element name="ref" type="refType"/>
    <xs:element name="extref" type="extrefType"/>
    <xs:element name="bibref" type="bibrefType"/>
    <xs:element name="title" type="titleType"/>
    <xs:element name="archref" type="archrefType"/>
    <xs:element name="note" type="noteType"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
  <xs:attribute name="type">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="bulk"/>
        <xs:enumeration value="inclusive"/>
        <xs:enumeration value="single"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <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="normal" type="xs:string"/>
  <xs:attribute name="label" type="xs:string"/>
</xs:complexType>