document-id

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
document-id-type optional
lang optional

Used By

Element document-id

Source

<xs:complexType name="document-id">
  <xs:sequence>
    <xs:element ref="country"/>
    <xs:element ref="doc-number"/>
    <xs:element ref="kind" minOccurs="0"/>
    <xs:element ref="name" minOccurs="0"/>
    <xs:element ref="date" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="lang" type="xs:anySimpleType"/>
  <xs:attribute name="document-id-type" type="xs:anySimpleType"/>
</xs:complexType>