exchange-gazette-referenceType

Complex Type Information

Model

Children: date, gazette-num, text

Attributes

QName Type Fixed Default Use Inheritable Annotation
country countryType optional
id xs:ID optional
lang xs:language optional

Used By

Source

<xs:complexType name="exchange-gazette-referenceType">
  <xs:sequence>
    <xs:element name="gazette-num" type="exch:gazette-numType" minOccurs="0"/>
    <xs:element name="date" type="exch:ICE-date-type"/>
    <xs:element name="text" type="exch:textType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="country" type="exch:countryType"/>
  <xs:attribute name="lang" type="xs:language"/>
</xs:complexType>