application-reference

Complex Type Information

Model

Children: document-id

Attributes

QName Type Fixed Default Use Inheritable Annotation
appl-type optional
change-date optional
change-gazette-num optional
id xs:ID optional
value-valid-for-publications xs:IDREFS optional

Used By

Source

<xs:complexType name="application-reference">
  <xs:sequence>
    <xs:element ref="document-id" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="appl-type" type="xs:anySimpleType"/>
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="change-date" type="xs:anySimpleType"/>
  <xs:attribute name="change-gazette-num" type="xs:anySimpleType"/>
  <xs:attribute name="value-valid-for-publications" type="xs:IDREFS"/>
</xs:complexType>