exchange-documents

A collection of exchange documents (instances of exch:exchange-document.xsd)
Identified by "file" = DOCDB-yyyyww-PubDateyyyymmdd
Attributes used :
	date-produced; 
	date-of-exchange; 
	dtd-version; 
	file; 
	no-of-documents; 
	orginating-office

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
country countryType optional
date-of-exchange ICE-date-type optional
date-produced ICE-date-type optional
dtd-version xs:string optional
file xs:string optional
no-of-documents xs:integer optional
originating-office countryType optional
status xs:string optional

Used By

Source

<xs:element name="exchange-documents">
  <xs:annotation>
    <xs:documentation>A collection of exchange documents (instances of exch:exchange-document.xsd) Identified by "file" = DOCDB-yyyyww-PubDateyyyymmdd Attributes used : date-produced; date-of-exchange; dtd-version; file; no-of-documents; orginating-office</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="exch:exchange-document" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="country" type="exch:countryType"/>
    <xs:attribute name="date-produced" type="exch:ICE-date-type"/>
    <xs:attribute name="date-of-exchange" type="exch:ICE-date-type"/>
    <xs:attribute name="dtd-version" type="xs:string"/>
    <xs:attribute name="file" type="xs:string"/>
    <xs:attribute name="no-of-documents" type="xs:integer"/>
    <xs:attribute name="originating-office" type="exch:countryType"/>
    <xs:attribute name="status" type="xs:string"/>
  </xs:complexType>
</xs:element>

Sample