Disclaimer: This tool was developed by Tom Carlson Consulting LLC. It was created from the official distribution of the data model. Tom Carlson Consulting LLC makes neither claim nor warranty that this tool provides an accurate representation of the NIEM data model. For official and authoritative representations, please visit the official NIEM release website.
<?xml version="1.0" encoding="UTF-8"?> <xs:schema targetNamespace="http://release.niem.gov/niem/codes/it_codes/5.0/" version="1" xml:lang="en-US" xsi:schemaLocation="http://release.niem.gov/niem/appinfo/5.0/ ../utility/appinfo.xsd http://release.niem.gov/niem/conformanceTargets/3.0/ ../utility/conformanceTargets.xsd" ct:conformanceTargets="http://reference.niem.gov/niem/specification/naming-and-design-rules/5.0/#ReferenceSchemaDocument" xmlns:appinfo="http://release.niem.gov/niem/appinfo/5.0/" xmlns:ct="http://release.niem.gov/niem/conformanceTargets/3.0/" xmlns:itcodes="http://release.niem.gov/niem/codes/it_codes/5.0/" xmlns:structures="http://release.niem.gov/niem/structures/5.0/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <xs:annotation> <xs:documentation>NIEM International Trade domain codes</xs:documentation> <xs:appinfo> <appinfo:LocalTerm term="ISO" literal="International Organization for Standardization"/> <appinfo:LocalTerm term="ISO6346" definition="ISO 6346 is an international standard covering the coding, identification and marking of intermodal (shipping) containers used within containerized intermodal freight transport."/> <appinfo:LocalTerm term="UNECE" literal="United Nations Economic Commission for Europe"/> </xs:appinfo> </xs:annotation> <xs:import namespace="http://release.niem.gov/niem/structures/5.0/" schemaLocation="../utility/structures.xsd"/> <xs:simpleType name="ApportionmentQualifierCategoryCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the different categories of an apportioned conveyance.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="a"> <xs:annotation> <xs:documentation>a = by weight</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="b"> <xs:annotation> <xs:documentation>b = by value</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="ApportionmentQualifierCategoryCodeType"> <xs:annotation> <xs:documentation>A data type for the different categories of an apportioned conveyance.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:ApportionmentQualifierCategoryCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="ContainerISO6346CodeSimpleType"> <xs:annotation> <xs:documentation>A data type for ISO 6346 shipping container codes.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="20PF"> <xs:annotation> <xs:documentation>20x8x8 Flat (fixed ends)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="20TD"> <xs:annotation> <xs:documentation>20x8x8 Tank dangerous liquids (test pressure 4 bar)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="22GP"> <xs:annotation> <xs:documentation>20x8x86" General Purpose</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="22PC"> <xs:annotation> <xs:documentation>20x8x86" Flat (collapsible)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="22PF"> <xs:annotation> <xs:documentation>20x8x86" Flat (fixed ends)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="22RT"> <xs:annotation> <xs:documentation>20x8x86" Refrigerated</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="22TD"> <xs:annotation> <xs:documentation>20x8x86" Tank dangerous liquids</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="22TN"> <xs:annotation> <xs:documentation>20x8x86" Tank non-dangerous liquids</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="22UP"> <xs:annotation> <xs:documentation>20x8x86" Hardtop</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="22UT"> <xs:annotation> <xs:documentation>20x8x86" Open Top</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="22VH"> <xs:annotation> <xs:documentation>20x8x86" Ventilated</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="42GP"> <xs:annotation> <xs:documentation>40x8x86" General Purpose</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="42PC"> <xs:annotation> <xs:documentation>40x8x86" Flat (collapsible)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="42PF"> <xs:annotation> <xs:documentation>40x8x86" Flat (fixed ends)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="42RC"> <xs:annotation> <xs:documentation>40x8x86" Refrigerated (not to be used for foodstuffs)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="42UP"> <xs:annotation> <xs:documentation>40x8x86" Hardtop</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="42UT"> <xs:annotation> <xs:documentation>40x8x86" Open Top</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="45GP"> <xs:annotation> <xs:documentation>40x8x96" High Cube General Purpose</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="45PC"> <xs:annotation> <xs:documentation>40x8x96" Flat (collapsible)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="45RC"> <xs:annotation> <xs:documentation>40x8x96" Refrigerated (not to be used for foodstuffs)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="45RT"> <xs:annotation> <xs:documentation>40x8x96" Refrigerated</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="45UP"> <xs:annotation> <xs:documentation>40x8x96" High Cube Hardtop</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="ContainerISO6346CodeType"> <xs:annotation> <xs:documentation>A data type for ISO 6346 shipping container codes.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:ContainerISO6346CodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="ContainerKindCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the kinds of shipping container.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Dry"> <xs:annotation> <xs:documentation>A shipping container for dry goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Flatrack/Platform"> <xs:annotation> <xs:documentation>A shipping container that is a platform or flatrack.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Insulated"> <xs:annotation> <xs:documentation>A shipping container that is insulated.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Open Top"> <xs:annotation> <xs:documentation>A shipping container that has an open top.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Refrigerated"> <xs:annotation> <xs:documentation>A shipping container that includes refrigeration capability.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tank"> <xs:annotation> <xs:documentation>A shipping container that is a tank for holding liquids.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="ContainerKindCodeType"> <xs:annotation> <xs:documentation>A data type for the kinds of shipping container.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:ContainerKindCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="ConveyanceRelationshipKindCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the relationship that describes the way in which the different conveyances are connected to each other</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="connected to"> <xs:annotation> <xs:documentation>A conveyance connected to another conveyance, such as a trailer connected to the tractor in a truck, or a railcar in a train consist.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="contained in"> <xs:annotation> <xs:documentation>A conveyance contained on or in another conveyance, such as a container on a ship or a railcar.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="other"> <xs:annotation> <xs:documentation>The relationship between the two conveyances is other than contained in or connected to.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="ConveyanceRelationshipKindCodeType"> <xs:annotation> <xs:documentation>A data type for the relationship that describes the way in which the different conveyances are connected to each other</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:ConveyanceRelationshipKindCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="DocumentCategoryCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the code that represents the kind of document that it represents.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="A claim for parts and/or labour charges"> <xs:annotation> <xs:documentation>A claim for parts and/or labour charges incurred .</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Acknowledgement message"> <xs:annotation> <xs:documentation>Message providing acknowledgement information at the business application level concerning the processing of a message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Acknowledgement of change of supplier"> <xs:annotation> <xs:documentation>Acknowledgement of the change of supplier.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Acknowledgement of order"> <xs:annotation> <xs:documentation>Document/message acknowledging an undertaking to fulfil an order and confirming conditions or acceptance of conditions.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AdditionalDocument"> <xs:annotation> <xs:documentation>Additional Documents that support the original Documents</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Advice of an amendment of a documentary credit"> <xs:annotation> <xs:documentation>Advice of an amendment of a documentary credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Advice of collection"> <xs:annotation> <xs:documentation>(1030) Document that is joined to the transport or sent by separate means, giving to the departure rail organization the proof that the cash-on delivery amount has been encashed by the arrival rail organization before reimbursement of the consignor.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Advice of distribution of documents"> <xs:annotation> <xs:documentation>Document/message in which the party responsible for the issue of a set of trade documents specifies the various recipients of originals and copies of these documents, with an indication of the number of copies distributed to each of them.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Advising items to be booked to a financial account"> <xs:annotation> <xs:documentation>A document and/or message advising of items which have to be booked to a financial account.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Agreement to pay"> <xs:annotation> <xs:documentation>Document/message in which the debtor expresses the intention to pay.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Air waybill"> <xs:annotation> <xs:documentation>Document/message made out by or on behalf of the shipper which evidences the contract between the shipper and carrier(s) for carriage of goods over routes of the carrier(s) and which is identified by the airline prefix issuing the document plus a serial (IATA).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application acknowledgement and error report"> <xs:annotation> <xs:documentation>A message used by an application to acknowledge reception of a message and/or to report any errors.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application error and acknowledgement"> <xs:annotation> <xs:documentation>A message to inform a message issuer that a previously sent message has been received by the addressees application, or that a previously sent message has been rejected by the addressees application.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application error message"> <xs:annotation> <xs:documentation>Message indicating that a message was rejected due to errors encountered at the application level.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application for banker's draft"> <xs:annotation> <xs:documentation>Application by a customer to his bank to issue a bankers draft stating the amount and currency of the draft, the name of the payee and the place and country of payment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application for banker's guarantee"> <xs:annotation> <xs:documentation>Document/message whereby a customer requests his bank to issue a guarantee in favour of a nominated party in another country, stating the amount and currency and the specific conditions of the guarantee.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application for designation of berthing places"> <xs:annotation> <xs:documentation>Document to apply for designation of berthing places.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application for documentary credit"> <xs:annotation> <xs:documentation>Message with application for opening of a documentary credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application for exchange allocation"> <xs:annotation> <xs:documentation>Document/message whereby an importer/buyer requests the competent body to allocate an amount of foreign exchange to be transferred to an exporter/seller in payment for goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application for goods control certificate"> <xs:annotation> <xs:documentation>Document/message submitted to a competent body by party requesting a Goods control certificate to be issued in accordance with national or international standards, or conforming to legislation in the importing country, or as specified in the contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application for inspection certificate"> <xs:annotation> <xs:documentation>Document/message submitted to a competent body by a party requesting an Inspection certificate to be issued in accordance with national or international standards, or conforming to legislation in the country in which it is required, or as specified in the contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application for phytosanitary certificate"> <xs:annotation> <xs:documentation>Document/message submitted to a competent body by party requesting a Phytosanitary certificate to be issued.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application for shifting from the designated place in port"> <xs:annotation> <xs:documentation>Document to apply for shifting from the designated place in port.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application for usage of berth or mooring facilities"> <xs:annotation> <xs:documentation>Document to apply for usage of berth or mooring facilities.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Application for vessel's entering into port area in night-time"> <xs:annotation> <xs:documentation>Document to apply for vessels entering into port area in night-time.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Approved unpriced bill of quantity"> <xs:annotation> <xs:documentation>Document/message providing an approved detailed, quantity based specification (bill of quantity), in an unpriced form.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Arrival information"> <xs:annotation> <xs:documentation>Message reporting the arrival details of goods or cargo.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Arrival notice (goods)"> <xs:annotation> <xs:documentation>Notification from the carrier to the consignee in writing, by telephone or by any other means (express letter, message, telegram, etc.) informing him that a consignment addressed to him is being or will shortly be held at his disposal at a specified point in the place of destination.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ATA carnet"> <xs:annotation> <xs:documentation>International Customs document (Admission Temporaire / Temporary Admission) which, issued under the terms of the ATA Convention (1961), incorporates an internationally valid guarantee and may be used, in lieu of national Customs documents and as security for import duties and taxes, to cover the temporary admission of goods and, where appropriate, the transit of goods. If accepted for controlling the temporary export and reimport of goods, international guarantee does not apply (CCC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Authorisation to plan and ship orders"> <xs:annotation> <xs:documentation>Document or message that authorises receiver to plan and ship orders based on information in this message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Authorisation to plan and suggest orders"> <xs:annotation> <xs:documentation>Document or message that authorises receiver to plan orders, based on information in this message, and send these orders as suggestions to the sender.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bailment contract"> <xs:annotation> <xs:documentation>A document authorizing the bailing of goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Balance confirmation"> <xs:annotation> <xs:documentation>Confirmation of a balance at an entry date.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bank to bank funds transfer"> <xs:annotation> <xs:documentation>The message is a bank to bank funds transfer.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Banker's draft"> <xs:annotation> <xs:documentation>Draft drawn in favour of a third party either by one bank on another bank, or by a branch of a bank on its head office (or vice versa) or upon another branch of the same bank. In either case, the draft should comply with the specifications laid down for cheques in the country in which it is to be payable.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Banker's guarantee"> <xs:annotation> <xs:documentation>Document/message in which a bank undertakes to pay out a limited amount of money to a designated party, on conditions stated therein (other than those laid down in the Uniform Customs Practice).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Banking status"> <xs:annotation> <xs:documentation>A banking status document and/or message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Basic agreement"> <xs:annotation> <xs:documentation>A document indicating an agreement containing basic terms and conditions applicable to future contracts between two parties.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bill of exchange"> <xs:annotation> <xs:documentation>Document/message, issued and signed in conformity with the applicable legislation, which contains an unconditional order whereby the drawer directs the drawee to pay a definite sum of money to the payee or to his order, on demand or at a definite time, against the surrender of the document itself.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bill of lading"> <xs:annotation> <xs:documentation>Negotiable document/message which evidences a contract of carriage by sea and the taking over or loading of goods by carrier, and by which carrier undertakes to deliver goods against surrender of the document. A provision in the document that goods are to be delivered to the order of a named person, or to order, or to bearer, constitutes such an undertaking.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bill of lading copy"> <xs:annotation> <xs:documentation>A copy of the bill of lading issued by a transport company.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bill of lading original"> <xs:annotation> <xs:documentation>The original of the bill of lading issued by a transport company. When issued by the maritime industry it could signify ownership of the cargo.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Blanket order"> <xs:annotation> <xs:documentation>Usage of document/message for general order purposes with later split into quantities and delivery dates and maybe delivery locations.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Booking confirmation"> <xs:annotation> <xs:documentation>Document/message issued by a carrier to confirm that space has been reserved for a consignment in means of transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Booking request"> <xs:annotation> <xs:documentation>Document/message issued by a supplier to a carrier requesting space to be reserved for a specified consignment, indicating desirable conveyance, despatch time, etc.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bordereau"> <xs:annotation> <xs:documentation>Document/message used in road transport, listing the cargo carried on a road vehicle, often referring to appended copies of Road consignment note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Buy America certificate of compliance"> <xs:annotation> <xs:documentation>A document certifying that more than 50 percent of the cost of an item is attributed to US origin.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Call off order"> <xs:annotation> <xs:documentation>Document/message to provide split quantities and delivery dates referring to a previous blanket order.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Call-off delivery"> <xs:annotation> <xs:documentation>Document/message to provide split quantities and delivery dates referring to a previous delivery instruction.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Calling forward notice"> <xs:annotation> <xs:documentation>Instructions for release or delivery of goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Campaign price/sales catalogue"> <xs:annotation> <xs:documentation>A price/sales catalogue containing special prices which are valid only for a specified period or under specified conditions.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cargo acceptance order"> <xs:annotation> <xs:documentation>Order to accept cargo to be delivered by a carrier.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cargo analysis voyage report"> <xs:annotation> <xs:documentation>An analysis of the cargo for a voyage.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cargo declaration (arrival)"> <xs:annotation> <xs:documentation>Generic term, sometimes referred to as Freight declaration, applied to the documents providing the particulars required by the Customs concerning the cargo (freight) carried by commercial means of transport (CCC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cargo declaration (departure)"> <xs:annotation> <xs:documentation>Generic term, sometimes referred to as Freight declaration, applied to the documents providing the particulars required by the Customs concerning the cargo (freight) carried by commercial means of transport (CCC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cargo manifest"> <xs:annotation> <xs:documentation>Listing of goods comprising the cargo carried in a means of transport or in a transport-unit. The cargo manifest gives the commercial particulars of the goods, such as transport document numbers, consignors, consignees, shipping marks, number and kind of packages and descriptions and quantities of the goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cargo movement event log"> <xs:annotation> <xs:documentation>A document detailing times and dates of events pertaining to a cargo movement.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cargo movement voyage summary"> <xs:annotation> <xs:documentation>A consolidated voyage summary which contains the information in a certificate of analysis, a voyage analysis and a cargo movement time log for a voyage.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cargo release notification"> <xs:annotation> <xs:documentation>Message/document sent by the cargo handler indicating that the cargo has moved from a Customs controlled premise.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cargo status"> <xs:annotation> <xs:documentation>Message identifying the status of cargo.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cargo vessel discharge order"> <xs:annotation> <xs:documentation>Order that the containers or cargo specified are to be discharged from a vessel.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cargo vessel loading order"> <xs:annotation> <xs:documentation>Order that specified cargo, containers or groups of containers are to be loaded in or on a vessel.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cartage order (local transport)"> <xs:annotation> <xs:documentation>Document/message giving instructions regarding local transport of goods, e.g. from the premises of an enterprise to those of a carrier undertaking further transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cash pool financial statement"> <xs:annotation> <xs:documentation>A financial statement for a cash pool.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Casing sanitary certificate"> <xs:annotation> <xs:documentation>Document or message issued by the competent authority in the exporting country evidencing that casing products comply with the requirements set by the importing country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certificate"> <xs:annotation> <xs:documentation>Document by means of which the documentary credit applicant specifies the conditions for the certificate and by whom the certificate is to be issued.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certificate of analysis"> <xs:annotation> <xs:documentation>Certificate providing the values of an analysis.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certificate of conformity"> <xs:annotation> <xs:documentation>Certificate certifying the conformity to predefined definitions.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certificate of disembarkation permission"> <xs:annotation> <xs:documentation>Document or message issuing permission to disembark.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certificate of origin"> <xs:annotation> <xs:documentation>Document/message identifying goods, in which the authority or body authorized to issue it certifies expressly that the goods to which the certificate relates originate in a specific country. The word "country" may include a group of countries, a region or a part of a country. This certificate may also include a declaration by the manufacturer, producer, supplier, exporter or other competent person.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certificate of origin form GSP"> <xs:annotation> <xs:documentation>Specific form of certificate of origin for goods qualifying for preferential treatment under the generalized system of preferences (includes a combined declaration of origin and certificate, form A).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certificate of origin, application for"> <xs:annotation> <xs:documentation>Document/message submitted to a competent body by an interested party requesting a Certificate of origin to be issued in accordance with relevant criteria, and on the basis of evidence of the origin of the goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certificate of quality"> <xs:annotation> <xs:documentation>Certificate certifying the quality of goods, services etc.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certificate of quantity"> <xs:annotation> <xs:documentation>Certificate certifying the quantity of goods, services etc.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certificate of registry"> <xs:annotation> <xs:documentation>Official certificate stating the vessels registry.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certificate of sealing of export meat lockers"> <xs:annotation> <xs:documentation>Document / message issued by the authority in the exporting country evidencing the sealing of export meat lockers.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certificate of shipment"> <xs:annotation> <xs:documentation>Certificate providing confirmation that a consignment has been shipped.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certified cost and price data"> <xs:annotation> <xs:documentation>A document indicating cost and price data whose accuracy has been certified.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Certified inspection and test results"> <xs:annotation> <xs:documentation>A certification as to the accuracy of inspection and test results.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Chargeback"> <xs:annotation> <xs:documentation>Document/message issued by a factor to a seller or to another factor to indicate that the rest of the amounts of one or more invoices uncollectable from buyers are charged back to clear the invoice(s) off the ledger.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Charges note"> <xs:annotation> <xs:documentation>Document used by the rail organization to indicate freight charges or additional charges in each case where the departure station is not able to calculate the charges for the total voyage (e.g. tariff not yet updated, part of voyage not covered by the tariff). This document must be considered as joined to the transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Civil liability for oil certificate"> <xs:annotation> <xs:documentation>Document declaring a ship owners liability for oil propelling or carried on a vessel.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Closing statement of an account"> <xs:annotation> <xs:documentation>Last statement of a period containing the interest calculation and the final balance of the last entry date.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Co-insurance ceding bordereau"> <xs:annotation> <xs:documentation>The document or message contains a bordereau describing co-insurance ceding information.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Code change request"> <xs:annotation> <xs:documentation>Request a change to an existing code.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Collateral account"> <xs:annotation> <xs:documentation>Document message issued by a factor to indicate the movements of invoices, credit notes and payments of a sellers account.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Collection order"> <xs:annotation> <xs:documentation>Document/message whereby a bank is instructed (or requested) to handle financial and/or commercial documents in order to obtain acceptance and/or payment, or to deliver documents on such other terms and conditions as may be specified.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Collection payment advice"> <xs:annotation> <xs:documentation>Document/message whereby a bank advises that a collection has been paid, giving details and methods of funds disposal.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Combined certificate of value and origin"> <xs:annotation> <xs:documentation>Document identifying goods in which the issuing authority expressly certifies that the goods originate in a specific country or part of, or group of countries. It also states the price and/or cost of the goods with the purpose of determining the customs origin.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Combined transport bill of lading/multimodal bill of lading"> <xs:annotation> <xs:documentation>Document which evidences a multimodal transport contract, the taking in charge of the goods by the multimodal transport operator, and an undertaking by him to deliver the goods in accordance with the terms of the contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Combined transport document (generic)"> <xs:annotation> <xs:documentation>Negotiable or non-negotiable document evidencing a contract for the performance and/or procurement of performance of combined transport of goods and bearing on its face either the heading "Negotiable combined transport document issued subject to Uniform Rules for a Combined Transport Document (ICC Brochure No. 298)" or the heading "Non-negotiable Combined Transport Document issued subject to Uniform Rules for a Combined Transport Document (ICC Brochure No. 298)".</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Commercial account summary response"> <xs:annotation> <xs:documentation>A document providing a response to a previously sent commercial account summary message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Commercial dispute"> <xs:annotation> <xs:documentation>Document/message issued by a party (usually the buyer) to indicate that one or more invoices or one or more credit notes are disputed for payment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Commercial invoice"> <xs:annotation> <xs:documentation>Document/message claiming payment for goods or services supplied under conditions agreed between seller and buyer.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Commercial invoice which includes a packing list"> <xs:annotation> <xs:documentation>Commercial transaction (invoice) will include a packing list.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Commission note"> <xs:annotation> <xs:documentation>Document/message in which a seller specifies the amount of commission, the percentage of the invoice amount, or some other basis for the calculation of the commission to which a sales agent is entitled.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Composite data element change request"> <xs:annotation> <xs:documentation>Request a change to an existing composite data element.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Composite data element request"> <xs:annotation> <xs:documentation>Requesting a new composite data element.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Consignment invoice"> <xs:annotation> <xs:documentation>Commercial invoice that covers a transaction other than one involving a sale.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Consignment order"> <xs:annotation> <xs:documentation>Order to deliver goods into stock with agreement on payment when goods are sold out of this stock.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Consignment status report"> <xs:annotation> <xs:documentation>Message covers information about the consignment status.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Consignment unpack report"> <xs:annotation> <xs:documentation>A document code to indicate that the message being transmitted is a consignment unpack report only.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Consolidated credit note - goods and services"> <xs:annotation> <xs:documentation>Credit note for goods and services that covers multiple transactions involving more than one invoice.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Consolidated invoice"> <xs:annotation> <xs:documentation>Commercial invoice that covers multiple transactions involving more than one vendor.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Consular invoice"> <xs:annotation> <xs:documentation>Document/message to be prepared by an exporter in his country and presented to a diplomatic representation of the importing country for endorsement and subsequently to be presented by the importer in connection with the import of the goods described therein.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Container discharge list"> <xs:annotation> <xs:documentation>Message/document itemising containers to be discharged from vessel.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Container list"> <xs:annotation> <xs:documentation>Document or message issued by party identifying the containers for which they are responsible.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Container manifest (unit packing list)"> <xs:annotation> <xs:documentation>Document/message specifying the contents of particular freight containers or other transport units, prepared by the party responsible for their loading into the container or unit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Container off-hire notice"> <xs:annotation> <xs:documentation>Notice to return leased containers.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Container stripping order"> <xs:annotation> <xs:documentation>Order to unload goods from a container.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Container stuffing order"> <xs:annotation> <xs:documentation>Order to stuff specified goods or consignments in a container.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Container transfer note"> <xs:annotation> <xs:documentation>Document for the carriage of containers. Syn: transfer note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Contract"> <xs:annotation> <xs:documentation>(1296) Document/message evidencing an agreement between the seller and the buyer for the supply of goods or services; its effects are equivalent to those of an order followed by an acknowledgement of order.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Contract bill of quantities - BOQ"> <xs:annotation> <xs:documentation>Document/message providing a formal specification identifying quantities and prices that are the basis of a contract for a construction project. BOQ means: Bill of quantity.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Contract Funds Status Report (CFSR)"> <xs:annotation> <xs:documentation>A report to provide the status of funds applicable to the contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Contract security classification specification"> <xs:annotation> <xs:documentation>A document that indicates the specification contains the security and classification requirements for a contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Control document T5"> <xs:annotation> <xs:documentation>Control document (export declaration) used particularly in case of re-sending without use with only VAT collection, refusal, unconformity with contract etc.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Conveyance declaration (arrival)"> <xs:annotation> <xs:documentation>Declaration to the public authority upon arrival of the conveyance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Conveyance declaration (combined)"> <xs:annotation> <xs:documentation>Combined declaration of arrival and departure to the public authority.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Conveyance declaration (departure)"> <xs:annotation> <xs:documentation>Declaration to the public authority upon departure of the conveyance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Corporate superannuation contributions advice"> <xs:annotation> <xs:documentation>Document/message providing contributions advice used for corporate superannuation schemes.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Corporate superannuation member maintenance message"> <xs:annotation> <xs:documentation>Member maintenance message used for corporate superannuation schemes.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Corrected invoice"> <xs:annotation> <xs:documentation>Commercial invoice that includes revised information differing from an earlier submission of the same invoice.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cost data summary"> <xs:annotation> <xs:documentation>A document indicating a summary of cost data.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cost performance report"> <xs:annotation> <xs:documentation>A report to convey cost performance data for a project or contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cost Performance Report (CPR) format 1"> <xs:annotation> <xs:documentation>A report identifying the cost performance on a contract including the current months values at specified levels of the work breakdown structure (format 1 - work breakdown structure).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cost Performance Report (CPR) format 2"> <xs:annotation> <xs:documentation>A report identifying the cost performance on a contract at specified levels of the work breakdown structure (format 2 - organizational categories).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cost Performance Report (CPR) format 3"> <xs:annotation> <xs:documentation>A report identifying the cost performance on a contract that summarizes changes to a contract over a given reporting period with beginning and ending values (format 3 - baseline).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cost Performance Report (CPR) format 4"> <xs:annotation> <xs:documentation>A report identifying the cost performance on a contract including forecasts of labour requirements for the remaining portion of the contract (format 4 - staffing).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cost Performance Report (CPR) format 5"> <xs:annotation> <xs:documentation>A report identifying the cost performance on a contract that summarizes cost or schedule variances (format 5 - explanations and problem analysis).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cost Schedule Status Report (CSSR)"> <xs:annotation> <xs:documentation>A report providing the status of the cost and schedule applicable to a contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cover note"> <xs:annotation> <xs:documentation>Document/message issued by an insurer (insurance broker, agent, etc.) to notify the insured that his insurance have been carried out.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Credit advice"> <xs:annotation> <xs:documentation>Document/message sent by an account servicing institution to one of its account owners, to inform the account owner of an entry which has been or will be credited to its account for a specified amount on the date indicated.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Credit cover"> <xs:annotation> <xs:documentation>Document/message issued either by a factor to give a credit cover on a buyer, or by a seller to request a factors credit cover.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Credit note"> <xs:annotation> <xs:documentation>Document/message for providing credit information to the relevant party.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Credit note for price variation"> <xs:annotation> <xs:documentation>A credit note which is issued against a price variation invoice.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Credit note related to financial adjustments"> <xs:annotation> <xs:documentation>Document message for providing credit information related to financial adjustments to the relevant party, e.g., bonuses.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Credit note related to goods or services"> <xs:annotation> <xs:documentation>Document message used to provide credit information related to a transaction for goods or services to the relevant party.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Crew list declaration"> <xs:annotation> <xs:documentation>Declaration regarding crew members aboard the conveyance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Crew's effects declaration"> <xs:annotation> <xs:documentation>Declaration to Customs regarding the personal effects of crew members aboard the conveyance; equivalent to IMO FAL 4.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cross docking despatch advice"> <xs:annotation> <xs:documentation>Document by means of which the supplier or consignor informs the buyer, consignee or the distribution centre about the despatch of goods for cross docking.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cross docking services order"> <xs:annotation> <xs:documentation>A document or message to order cross docking services.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Current account"> <xs:annotation> <xs:documentation>Document/message issued by a factor to indicate the money movements of a sellers or another factors account with him.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customer payment order(s)"> <xs:annotation> <xs:documentation>The message contains customer payment order(s).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs clearance notice"> <xs:annotation> <xs:documentation>Notification of customs clearance of cargo or items of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs crew and conveyance"> <xs:annotation> <xs:documentation>Document/message contains information regarding the crew list and conveyance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs declaration (post parcels)"> <xs:annotation> <xs:documentation>Document/message which, according to Article 106 of the "Agreement concerning Postal Parcels" under the UPU Convention, must accompany post parcels and in which the contents of such parcels are specified.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs declaration for cargo examination"> <xs:annotation> <xs:documentation>Declaration provided to customs for cargo examination.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs declaration for cargo examination, alternate"> <xs:annotation> <xs:documentation>Alternate declaration provided to customs for cargo examination.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs declaration with commercial and item detail"> <xs:annotation> <xs:documentation>CUSDEC transmission that includes data from both the commercial detail and item detail sections of the message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs declaration without commercial detail"> <xs:annotation> <xs:documentation>CUSDEC transmission that does not include data from the commercial detail section of the message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs declaration without item detail"> <xs:annotation> <xs:documentation>CUSDEC transmission that does not include data from the item detail section of the message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs delivery note"> <xs:annotation> <xs:documentation>Document/message whereby a Customs authority releases goods under its control to be placed at the disposal of the party concerned. Synonym: Customs release note.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs documents expiration notice"> <xs:annotation> <xs:documentation>Notice specifying expiration of Customs documents relating to cargo or items of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs immediate release declaration"> <xs:annotation> <xs:documentation>Document/message issued by an importer notifying Customs that goods have been removed from an importing means of transport to the importers premises under a Customs- approved arrangement for immediate release, or requesting authorization to do so.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs invoice"> <xs:annotation> <xs:documentation>Document/message required by the Customs in an importing country in which an exporter states the invoice or other price (e.g. selling price, price of identical goods), and specifies costs for freight, insurance and packing, etc., terms of delivery and payment, for the purpose of determining the Customs value in the importing country of goods consigned to that country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs manifest"> <xs:annotation> <xs:documentation>Message/document identifying a customs manifest. The document itemises a list of cargo prepared by shipping companies from bills of landing and presented to customs for formal report of cargo.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs summary declaration with commercial detail, alternate"> <xs:annotation> <xs:documentation>Alternate Customs declaration summary with commercial transaction details.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs summary declaration without commercial detail, alternate"> <xs:annotation> <xs:documentation>Alternate Customs declaration summary without any commercial transaction details.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Damage certification"> <xs:annotation> <xs:documentation>Official certification that damages to the goods to be transported have been discovered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Dangerous goods declaration"> <xs:annotation> <xs:documentation>Document/message issued by a consignor in accordance with applicable conventions or regulations, describing hazardous goods or materials for transport purposes, and stating that the latter have been packed and labelled in accordance with the provisions of the relevant conventions or regulations.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Dangerous goods list"> <xs:annotation> <xs:documentation>Listing of all details of dangerous goods carried.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Debit advice"> <xs:annotation> <xs:documentation>Advice on a debit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Debit note"> <xs:annotation> <xs:documentation>Document/message for providing debit information to the relevant party.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Debit note related to financial adjustments"> <xs:annotation> <xs:documentation>Document/message for providing debit information related to financial adjustments to the relevant party.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Debit note related to goods or services"> <xs:annotation> <xs:documentation>Debit information related to a transaction for goods or services to the relevant party.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Declaration of origin"> <xs:annotation> <xs:documentation>Appropriate statement as to the origin of the goods, made in connection with their exportation by the manufacturer, producer, supplier, exporter or other competent person on the Commercial invoice or any other document relating to the goods (CCC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Declaration regarding the inward and outward movement of vessel"> <xs:annotation> <xs:documentation>Document to declare inward and outward movement of a vessel.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DeclarationDocument"> <xs:annotation> <xs:documentation>Document delcaring the Cargo</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delcredere credit note"> <xs:annotation> <xs:documentation>A credit note sent to the party paying on behalf of a number of buyers.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delcredere invoice"> <xs:annotation> <xs:documentation>An invoice sent to the party paying for a number of buyers.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delivery forecast"> <xs:annotation> <xs:documentation>A message which enables the transmission of delivery or product forecasting requirements.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delivery instructions"> <xs:annotation> <xs:documentation>(1174) Document/message giving instruction regarding the delivery of goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delivery just-in-time"> <xs:annotation> <xs:documentation>Usage of DELJIT-message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delivery note"> <xs:annotation> <xs:documentation>Paper document attached to a consignment informing the receiving party about contents of this consignment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delivery notice (goods)"> <xs:annotation> <xs:documentation>Notification in writing, sent by the carrier to the sender, to inform him at his request of the actual date of delivery of the goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delivery notice (rail transport)"> <xs:annotation> <xs:documentation>Document/message created by the consignor or by the departure station, joined to the transport or sent to the consignee, giving the possibility to the consignee or the arrival station to attest the delivery of the goods. The document must be returned to the consignor or to the departure station.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delivery order"> <xs:annotation> <xs:documentation>Document/message issued by a party entitled to authorize the release of goods specified therein to a named consignee, to be retained by the custodian of the goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delivery release"> <xs:annotation> <xs:documentation>Document/message issued by a buyer releasing the despatch of goods after receipt of the Ready for despatch advice from the seller.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delivery schedule"> <xs:annotation> <xs:documentation>Usage of DELFOR-message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delivery schedule response"> <xs:annotation> <xs:documentation>A message providing a response to a previously transmitted delivery schedule.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Delivery verification certificate"> <xs:annotation> <xs:documentation>Document/message whereby an official authority (Customs or governmental) certifies that goods have been delivered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Derat document"> <xs:annotation> <xs:documentation>Document certifying that a ship is free of rats, valid to a specified date.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Deratting exemption certificate"> <xs:annotation> <xs:documentation>Document certifying that the object was free of rats when inspected and that it is exempt from a deratting statement.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Despatch advice"> <xs:annotation> <xs:documentation>Document/message by means of which the seller or consignor informs the consignee about the despatch of goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Despatch note (post parcels)"> <xs:annotation> <xs:documentation>Document/message which, according to Article 106 of the "Agreement concerning Postal Parcels" under the UPU convention, is to accompany post parcels.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Despatch note model T"> <xs:annotation> <xs:documentation>European community transit declaration.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Despatch note model T1"> <xs:annotation> <xs:documentation>Transit declaration for goods circulating under internal community transit procedures (between European Union (EU) countries).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Despatch note model T2"> <xs:annotation> <xs:documentation>Ascertainment that the declared goods were originally produced in an European Union (EU) country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Despatch note model T2L"> <xs:annotation> <xs:documentation>Ascertainment that the declared goods were originally produced in an European Union (EU) country. May only be used for goods that are loaded on one single means of transport in one single departure point for one single delivery point.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Despatch order"> <xs:annotation> <xs:documentation>Document/message issued by a supplier initiating the despatch of goods to a buyer (consignee).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Direct delivery (transport)"> <xs:annotation> <xs:documentation>Document/message ordering the direct delivery of goods/consignment from one means of transport into another means of transport in one movement.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Direct payment valuation"> <xs:annotation> <xs:documentation>Document/message addressed, for instance, by a general contractor to the owner, in order that a direct payment be made to a subcontractor.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Direct payment valuation request"> <xs:annotation> <xs:documentation>Request to establish a direct payment valuation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Document response (Customs)"> <xs:annotation> <xs:documentation>Document response message to permit the transfer of data from Customs to the transmitter of the previous message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit"> <xs:annotation> <xs:documentation>Document/message in which a bank states that it has issued a documentary credit under which the beneficiary is to obtain payment, acceptance or negotiation on compliance with certain terms and conditions and against presentation of stipulated documents and such drafts as may be specified. The credit may or may not be confirmed by another bank.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit acceptance advice"> <xs:annotation> <xs:documentation>Document/message whereby a bank advises acceptance under a documentary credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit amendment"> <xs:annotation> <xs:documentation>Document/message whereby a bank notifies a beneficiary of the details of an amendment to the terms and conditions of a documentary credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit amendment information"> <xs:annotation> <xs:documentation>Documentary credit amendment information.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit amendment notification"> <xs:annotation> <xs:documentation>Document/message whereby a bank advises that the terms and conditions of a documentary credit have been amended.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit application"> <xs:annotation> <xs:documentation>Document/message whereby a bank is requested to issue a documentary credit on the conditions specified therein.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit collection instruction"> <xs:annotation> <xs:documentation>Instruction for the collection of the documentary credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit issuance information"> <xs:annotation> <xs:documentation>Provides information on documentary credit issuance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit letter of indemnity"> <xs:annotation> <xs:documentation>Document/message in which a beneficiary of a documentary credit accepts responsibility for non-compliance with the terms and conditions of the credit, and undertakes to refund the money received under the credit, with interest and charges accrued.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit negotiation advice"> <xs:annotation> <xs:documentation>Document/message whereby a bank advises negotiation under a documentary credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit notification"> <xs:annotation> <xs:documentation>Document/message issued by an advising bank in order to transmit a documentary credit to a beneficiary, or to another advising bank.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit payment advice"> <xs:annotation> <xs:documentation>Document/message whereby a bank advises payment under a documentary credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit transfer advice"> <xs:annotation> <xs:documentation>Document/message whereby a bank advises that (part of) a documentary credit is being or has been transferred in favour of a second beneficiary.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documents presentation form"> <xs:annotation> <xs:documentation>Document/message whereby a draft or similar instrument and/or commercial documents are presented to a bank for acceptance, discounting, negotiation, payment or collection, whether or not against a documentary credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Draft bill of quantity"> <xs:annotation> <xs:documentation>Document/message providing a draft bill of quantity, issued in an unpriced form.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Drawing"> <xs:annotation> <xs:documentation>The document or message is a drawing.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Driving licence (international)"> <xs:annotation> <xs:documentation>An official document giving a native of one country permission to drive a vehicle in certain other countries.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Driving licence (national)"> <xs:annotation> <xs:documentation>An official document giving permission to drive a car in a given country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EC carnet"> <xs:annotation> <xs:documentation>EC customs transit document issued by EC customs authorities for transit and/or temporary user of goods within the EC.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EDI associated object administration message"> <xs:annotation> <xs:documentation>A message giving additional information about the exchange of an EDI associated object.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Embargo permit"> <xs:annotation> <xs:documentation>Document/message giving the permission to export specified goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Empty container bill"> <xs:annotation> <xs:documentation>Bill of lading indicating an empty container.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Empty container disposition order"> <xs:annotation> <xs:documentation>Order to make available empty containers.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="End use authorization"> <xs:annotation> <xs:documentation>Document issued by Customs granting the end-use Customs procedure.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Enquiry"> <xs:annotation> <xs:documentation>Document/message issued by a party interested in the purchase of goods specified therein and indicating particular, desirable conditions regarding delivery terms, etc., addressed to a prospective supplier with a view to obtaining an offer.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Error response (Customs)"> <xs:annotation> <xs:documentation>Error response message to permit the transfer of data from Customs to the transmitter of the previous message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Escort official recognition"> <xs:annotation> <xs:documentation>Document/message which gives right to the owner to exert all functions normally transferred to a guard in a train by which an escorted consignment is transported.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Estimated priced bill of quantity"> <xs:annotation> <xs:documentation>An estimate based upon a detailed, quantity based specification (bill of quantity).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EUR 1 certificate of origin"> <xs:annotation> <xs:documentation>Customs certificate used in preferential goods interchanges between EC countries and EC external countries.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Exceptional order"> <xs:annotation> <xs:documentation>An order which falls outside the framework of an agreement.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Exchange control declaration (import)"> <xs:annotation> <xs:documentation>Document/message completed by an importer/buyer as a means for the competent body to control that a trade transaction for which foreign exchange has been allocated has been executed and that money has been transferred in accordance with the conditions of payment and the exchange control regulations in force.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Exchange control declaration, export"> <xs:annotation> <xs:documentation>Document/message completed by an exporter/seller as a means whereby the competent body may control that the amount of foreign exchange accrued from a trade transaction is repatriated in accordance with the conditions of payment and exchange control regulations in force.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Excise certificate"> <xs:annotation> <xs:documentation>Certificate asserting that the goods have been submitted to the excise authorities before departure from the exporting country or before delivery in case of import traffic.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Export licence"> <xs:annotation> <xs:documentation>Permit issued by a government authority permitting exportation of a specified commodity subject to specified conditions as quantity, country of destination, etc. Synonym: Embargo permit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Export licence, application for"> <xs:annotation> <xs:documentation>Application for a permit issued by a government authority permitting exportation of a specified commodity subject to specified conditions as quantity, country of destination, etc.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Extended credit advice"> <xs:annotation> <xs:documentation>Document/message sent by an account servicing institution to one of its account owners, to inform the account owner of an entry that has been or will be credited to its account for a specified amount on the date indicated. It provides extended commercial information concerning the relevant remittance advice.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Extended payment order"> <xs:annotation> <xs:documentation>Document/message containing information needed to initiate the payment. It may cover the financial settlement for several commercial trade transactions, which it is possible to specify in a special payments detail part. It is an instruction to the ordered bank to arrange for the payment of one specified amount to the beneficiary.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Extra-Community trade statistical declaration"> <xs:annotation> <xs:documentation>Document/message in which a declarant provides information about extra-Community trade of goods required by the body responsible for the collection of trade statistics. Trade by a country in the European Union with a country outside the European Union.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Factored credit note"> <xs:annotation> <xs:documentation>Credit note related to assigned invoice(s).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Factored invoice"> <xs:annotation> <xs:documentation>Invoice assigned to a third party for collection.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Federal label approval"> <xs:annotation> <xs:documentation>A pre-approved document relating to federal label approval requirements.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Final payment request based on completion of work"> <xs:annotation> <xs:documentation>The final payment request of a series of payment requests submitted upon completion of all the work.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="First sample test report"> <xs:annotation> <xs:documentation>Document/message describes the test report of the first sample.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Foreign exchange permit"> <xs:annotation> <xs:documentation>Document/message issued by the competent body authorizing an importer/buyer to transfer an amount of foreign exchange to an exporter/seller in payment for goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Forwarder's advice to exporter"> <xs:annotation> <xs:documentation>Document/message issued by a freight forwarder informing an exporter of the action taken in fulfillment of instructions received.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Forwarder's advice to import agent"> <xs:annotation> <xs:documentation>Document/message issued by a freight forwarder in an exporting country advising his counterpart in an importing country about the forwarding of goods described therein.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Forwarder's bill of lading"> <xs:annotation> <xs:documentation>Non-negotiable document issued by a freight forwarder evidencing a contract for the carriage of goods by sea and the taking over or loading of the goods by the freight forwarder, and by which the freight forwarder undertakes to deliver the goods to the consignee named in the document.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Forwarder's certificate of receipt"> <xs:annotation> <xs:documentation>Non-negotiable document issued by a forwarder to certify that he has assumed control of a specified consignment, with irrevocable instructions to send it to the consignee indicated in the document or to hold it at his disposal. E.g. FIATA-FCR.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Forwarder's certificate of transport"> <xs:annotation> <xs:documentation>Negotiable document/message issued by a forwarder to certify that he has taken charge of a specified consignment for despatch and delivery in accordance with the consignors instructions, as indicated in the document, and that he accepts responsibility for delivery of the goods to the holder of the document through the intermediary of a delivery agent of his choice. E.g. FIATA-FCT.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Forwarder's invoice"> <xs:annotation> <xs:documentation>Invoice issued by a freight forwarder specifying services rendered and costs incurred and claiming payment therefore.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Forwarder's warehouse receipt"> <xs:annotation> <xs:documentation>Document/message issued by a forwarder acting as Warehouse Keeper acknowledging receipt of goods placed in a warehouse, and stating or referring to the conditions which govern the warehousing and the release of goods. The document contains detailed provisions regarding the rights of holders-by-endorsement, transfer of ownership, etc. E.g. FIATA-FWR.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Forwarding instructions"> <xs:annotation> <xs:documentation>Document/message issued to a freight forwarder, giving instructions regarding the action to be taken by the forwarder for the forwarding of goods described therein.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Free pass"> <xs:annotation> <xs:documentation>A document giving free access to a service.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Freight invoice"> <xs:annotation> <xs:documentation>Document/message issued by a transport operation specifying freight costs and charges incurred for a transport operation and stating conditions of payment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Freight manifest"> <xs:annotation> <xs:documentation>Document/message containing the same information as a cargo manifest, and additional details on freight amounts, charges, etc.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Fumigation certificate"> <xs:annotation> <xs:documentation>Certificate attesting that fumigation has been performed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Gate pass"> <xs:annotation> <xs:documentation>Document/message authorizing goods specified therein to be brought out of a fenced-in port or terminal area.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="General cargo summary manifest report"> <xs:annotation> <xs:documentation>A document code to indicate that the message being transmitted is summary manifest information for general cargo.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="General response (Customs)"> <xs:annotation> <xs:documentation>General response message to permit the transfer of data from Customs to the transmitter of the previous message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Goods control certificate"> <xs:annotation> <xs:documentation>Document/message issued by a competent body evidencing the quality of the goods described therein, in accordance with national or international standards, or conforming to legislation in the importing country, or as specified in the contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Goods declaration for Customs transit"> <xs:annotation> <xs:documentation>Document/message by which the sender declares goods for Customs transit according to Annex E.1 (concerning Customs transit) to the Kyoto convention (CCC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Goods declaration for exportation"> <xs:annotation> <xs:documentation>Document/message by which goods are declared for export Customs clearance, conforming to the layout key set out at Appendix I to Annex C.1 concerning outright exportation to the Kyoto convention (CCC). Within a Customs union, "for despatch" may have the same meaning as "for exportation".</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Goods declaration for home use"> <xs:annotation> <xs:documentation>Document/message by which goods are declared for import Customs clearance according to Annex B.1 (concerning clearance for home use) to the Kyoto convention (CCC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Goods declaration for importation"> <xs:annotation> <xs:documentation>Document/message by which goods are declared for import Customs clearance [sister entry of 830].</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Goods receipt"> <xs:annotation> <xs:documentation>Document/message to acknowledge the receipt of goods and in addition may indicate receiving conditions.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Goods receipt, carriage"> <xs:annotation> <xs:documentation>Document/message issued by a carrier or a carriers agent, acknowledging receipt for carriage of goods specified therein on conditions stated or referred to in the document, enabling the carrier to issue a transport document.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Government contract"> <xs:annotation> <xs:documentation>Document/message describing a contract with a government authority.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Grant"> <xs:annotation> <xs:documentation>A document indicating the granting of funds.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Handling order"> <xs:annotation> <xs:documentation>Document/message issued by a cargo handling organization (port administration, terminal operator, etc.) for the removal or other handling of goods under their care.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Healthcare discharge report, final"> <xs:annotation> <xs:documentation>Final discharge report by healthcare provider.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Healthcare discharge report, preliminary"> <xs:annotation> <xs:documentation>Preliminary discharge report by healthcare provider.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Hire invoice"> <xs:annotation> <xs:documentation>Document/message for invoicing the hiring of human resources or renting goods or equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Hire order"> <xs:annotation> <xs:documentation>Document/message for hiring human resources or renting goods or equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Horsemeat sanitary certificate"> <xs:annotation> <xs:documentation>Document or message issued by the competent authority in the exporting country evidencing that horsemeat products comply with the requirements set by the importing country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="House bill of lading"> <xs:annotation> <xs:documentation>The bill of lading issued not by the carrier but by the freight forwarder/consolidator known by the carrier.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="House waybill"> <xs:annotation> <xs:documentation>The document made out by an agent/consolidator which evidences the contract between the shipper and the agent/consolidator for the arrangement of carriage of goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Identification match"> <xs:annotation> <xs:documentation>Message related to conducting a search for an identification match.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Identity card"> <xs:annotation> <xs:documentation>Official document to identify a person.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Impending arrival"> <xs:annotation> <xs:documentation>Notification of impending arrival details for vessel.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Implementation guideline"> <xs:annotation> <xs:documentation>A document specifying the criterion and format for exchanging information in an electronic data interchange syntax.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Import licence"> <xs:annotation> <xs:documentation>Document/message issued by the competent body in accordance with import regulations in force, by which authorization is granted to a named party to import either a limited quantity of designated articles or an unlimited quantity of such articles during a limited period, under conditions specified in the document.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Import licence, application for"> <xs:annotation> <xs:documentation>Document/message in which an interested party applies to the competent body for authorization to import either a limited quantity of articles subject to import restrictions, or an unlimited quantity of such articles during a limited period, and specifies the kind of articles, their origin and value, etc.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Indefinite delivery definite quantity contract"> <xs:annotation> <xs:documentation>A document indicating a contract calling for indefinite deliveries of definite quantities.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Indefinite delivery indefinite quantity contract"> <xs:annotation> <xs:documentation>A document indicating a contract calling for the indefinite deliveries of indefinite quantities of goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Industry superannuation contributions advice"> <xs:annotation> <xs:documentation>Document/message providing contributions advice used for superannuation schemes which are industry wide.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Industry superannuation member maintenance message"> <xs:annotation> <xs:documentation>Member maintenance message used for industry wide superannuation schemes.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Inedible sanitary certificate"> <xs:annotation> <xs:documentation>Document or message issued by the competent authority in the exporting country evidencing that inedible products comply with the requirements set by the importing country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Infrastructure condition"> <xs:annotation> <xs:documentation>Information about components in an infrastructure.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Inland waterway bill of lading"> <xs:annotation> <xs:documentation>Negotiable transport document made out to a named person, to order or to bearer, signed by the carrier and handed to the sender after receipt of the goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Inquiry"> <xs:annotation> <xs:documentation>This is a request for information.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Inspection certificate"> <xs:annotation> <xs:documentation>Document/message issued by a competent body evidencing that the goods described therein have been inspected in accordance with national or international standards, in conformity with legislation in the country in which the inspection is required, or as specified in the contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Inspection report"> <xs:annotation> <xs:documentation>A message informing a party of the results of an inspection.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Inspection request"> <xs:annotation> <xs:documentation>A message requesting a party to inspect items.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Instruction to collect"> <xs:annotation> <xs:documentation>A message instructing a party to collect goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Instructions for bank transfer"> <xs:annotation> <xs:documentation>Document/message containing instructions from a customer to his bank to pay an amount in a specified currency to a nominated party in another country by a method either specified (e.g. teletransmission, air mail) or left to the discretion of the bank.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Insurance certificate"> <xs:annotation> <xs:documentation>Document/message issued to the insured certifying that insurance has been effected and that a policy has been issued. Such a certificate for a particular cargo is primarily used when good are insured under the terms of a floating or an open policy; at the request of the insured it can be exchanged for a policy.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Insurance declaration sheet (bordereau)"> <xs:annotation> <xs:documentation>A document/message used when an insured reports to his insurer details of individual shipments which are covered by an insurance contract - an open cover or a floating policy - between the parties.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Insurance policy"> <xs:annotation> <xs:documentation>Document/message issued by the insurer evidencing an agreement to insure and containing the conditions of the agreement concluded whereby the insurer undertakes for a specific fee to indemnify the insured for the losses arising out of the perils and accidents specified in the contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Insurer's invoice"> <xs:annotation> <xs:documentation>Document/message issued by an insurer specifying the cost of an insurance which has been effected and claiming payment therefore.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Interim application for payment"> <xs:annotation> <xs:documentation>Document/message containing a provisional assessment in support of a request for payment for completed work for a construction contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Intermediate handling cross docking despatch advice"> <xs:annotation> <xs:documentation>Document by means of which the supplier or consignor informs the buyer, consignee or the distribution centre about the despatch of products which will be moved across a dock, de-consolidated and re-consolidated according to final delivery location requirements.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Intermediate handling cross docking order"> <xs:annotation> <xs:documentation>An order requesting the supply of products which will be moved across a dock, de-consolidated and re-consolidated according to the final delivery location requirements.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Internal transport order"> <xs:annotation> <xs:documentation>Document/message giving instructions about the transport of goods within an enterprise.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="INTRASTAT declaration"> <xs:annotation> <xs:documentation>Document/message in which a declarant provides information about goods required by the body responsible for the collection of trade statistics.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Inventory adjustment status report"> <xs:annotation> <xs:documentation>A message detailing statuses related to the adjustment of inventory.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Inventory movement advice"> <xs:annotation> <xs:documentation>Advice of inventory movements.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Inventory report"> <xs:annotation> <xs:documentation>A message specifying information relating to held inventories.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Inventory status advice"> <xs:annotation> <xs:documentation>Advice of stock on hand.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Invoicing data sheet"> <xs:annotation> <xs:documentation>Document/message issued within an enterprise containing data about goods sold, to be used as the basis for the preparation of an invoice.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Items booked to a financial account report"> <xs:annotation> <xs:documentation>A message reporting items which have been booked to a financial account.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Kanban schedule"> <xs:annotation> <xs:documentation>Message to describe a Kanban schedule.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Lease invoice"> <xs:annotation> <xs:documentation>Usage of INVOIC-message for goods in leasing contracts.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Lease order"> <xs:annotation> <xs:documentation>Document/message for goods in leasing contracts.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Legal statement of an account"> <xs:annotation> <xs:documentation>A statement of an account containing the booked items as in the ledger of the account servicing financial institution.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Letter of indemnity for non-surrender of bill of lading"> <xs:annotation> <xs:documentation>Document/message issued by a commercial party or a bank of an insurance company accepting responsibility to the beneficiary of the indemnity in accordance with the terms thereof.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Letter of intent"> <xs:annotation> <xs:documentation>Document/message by means of which a buyer informs a seller that the buyer intends to enter into contractual negotiations.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Life insurance payroll deductions advice"> <xs:annotation> <xs:documentation>Payroll deductions advice used in the life insurance industry.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Listing statement of an account"> <xs:annotation> <xs:documentation>A statement from the account servicing financial institution containing items pending to be booked.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Loadline document"> <xs:annotation> <xs:documentation>Document specifying the limit of a ships legal submersion under various conditions.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Low value payment order(s)"> <xs:annotation> <xs:documentation>The message contains low value payment order(s) only.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Make or buy plan"> <xs:annotation> <xs:documentation>A document indicating a plan that identifies which items will be made and which items will be bought.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Manufacturing instructions"> <xs:annotation> <xs:documentation>Document/message issued within an enterprise to initiate the manufacture of goods to be offered for sale.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Manufacturing specification"> <xs:annotation> <xs:documentation>A document indicating the specification of how an item is to be manufactured.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Maritime declaration of health"> <xs:annotation> <xs:documentation>Document certifying the health condition on board a vessel, valid to a specified date.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Master air waybill"> <xs:annotation> <xs:documentation>Document/message made out by or on behalf of the agent/consolidator which evidences the contract between the agent/consolidator and carrier(s) for carriage of goods over routes of the carrier(s) for a consignment consisting of goods originated by more than one shipper (IATA).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Master bill of lading"> <xs:annotation> <xs:documentation>A bill of lading issued by the master of a vessel (in actuality the owner or charterer of the vessel). It could cover a number of house bills.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Mate's receipt"> <xs:annotation> <xs:documentation>Document/message issued by a ships officer to acknowledge that a specified consignment has been received on board a vessel, and the apparent condition of the goods; enabling the carrier to issue a Bill of lading.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Material inspection and receiving report"> <xs:annotation> <xs:documentation>A report that is both an inspection report for materials and a receiving document.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Means of transport advice"> <xs:annotation> <xs:documentation>Message reporting the means of transport used to carry goods or cargo.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Means of transportation availability information"> <xs:annotation> <xs:documentation>Information giving the various availabilities of a means of transportation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Means of transportation schedule information"> <xs:annotation> <xs:documentation>Information giving the various schedules of a means of transportation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Meat and meat by-products sanitary certificate"> <xs:annotation> <xs:documentation>Document or message issued by the competent authority in the exporting country evidencing that meat or meat by- products comply with the requirements set by the importing country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Meat food products sanitary certificate"> <xs:annotation> <xs:documentation>Document or message issued by the competent authority in the exporting country evidencing that meat food products comply with the requirements set by the importing country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Message in development request"> <xs:annotation> <xs:documentation>Requesting a Message in Development (MiD).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Metered services invoice"> <xs:annotation> <xs:documentation>Document/message claiming payment for the supply of metered services (e.g., gas, electricity, etc.) supplied to a fixed meter whose consumption is measured over a period of time.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Metering point information response"> <xs:annotation> <xs:documentation>Response to a request for information about a metering point.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Mill certificate"> <xs:annotation> <xs:documentation>Certificate certifying a specific quality of agricultural products.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Modification of existing message"> <xs:annotation> <xs:documentation>Requesting a change to an existing message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Movement certificate A.TR.1"> <xs:annotation> <xs:documentation>Specific form of transit declaration issued by the exporter (movement certificate).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Multidrop order"> <xs:annotation> <xs:documentation>One purchase order that contains the orders of two or more vendors and the associated delivery points for each.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Multimodal transport document (generic)"> <xs:annotation> <xs:documentation>Document/message which evidences a multimodal transport contract, the taking in charge of the goods by the multimodal transport operator, and an undertaking by him to deliver the goods in accordance with the terms of the contract. (International Convention on Multimodal Transport of Goods).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Multimodal/combined transport document (generic)"> <xs:annotation> <xs:documentation>A transport document used when more than one mode of transportation is involved in the movement of cargo. It is a contract of carriage and receipt of the cargo for a multimodal transport. It indicates the place where the responsible transport company in the move takes responsibility for the cargo, the place where the responsibility of this transport company in the move ends and the conveyances involved.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Multiple direct debit"> <xs:annotation> <xs:documentation>Document/message containing a direct debit to credit one or more accounts and to debit one or more debtors.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Multiple direct debit request"> <xs:annotation> <xs:documentation>Document/message containing a direct debit request to credit one or more accounts and to debit one or more debtors.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Multiple payment order"> <xs:annotation> <xs:documentation>Document/message containing a payment order to debit one or more accounts and to credit one or more beneficiaries.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Name/product plate"> <xs:annotation> <xs:documentation>Plates on goods identifying and describing an article.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NATO transit document"> <xs:annotation> <xs:documentation>Customs transit document for the carriage of shipments of the NATO armed forces under Customs supervision.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="New code request"> <xs:annotation> <xs:documentation>Requesting a new code.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="New message request"> <xs:annotation> <xs:documentation>Request for a new message (NMR).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Non-negotiable maritime transport document (generic)"> <xs:annotation> <xs:documentation>Non-negotiable document which evidences a contract for the carriage of goods by sea and the taking over or loading of the goods by the carrier, and by which the carrier undertakes to deliver the goods to the consignee named in the document. E.g. Sea waybill. Remark: Synonymous with "straight" or "non-negotiable Bill of lading" used in certain countries, e.g. Canada.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Non-pre-authorised direct debit request(s)"> <xs:annotation> <xs:documentation>The message contains non-pre-authorised direct debit request(s).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Non-pre-authorised direct debit(s)"> <xs:annotation> <xs:documentation>The message contains non-pre-authorised direct debit(s).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notice of circumstances preventing delivery (goods)"> <xs:annotation> <xs:documentation>Request made by the carrier to the sender, or, as the case may be, the consignee, for instructions as to the disposal of the consignment when circumstances prevent delivery and the return of the goods has not been requested by the consignor in the transport document.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notice of circumstances preventing transport (goods)"> <xs:annotation> <xs:documentation>Request made by the carrier to the sender, or, the consignee as the case may be, for instructions as to the disposal of the goods when circumstances prevent transport before departure or en route, after acceptance of the consignment concerned.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notice that circumstances prevent payment of delivered goods"> <xs:annotation> <xs:documentation>Message used to inform a supplier that delivered goods cannot be paid due to circumstances which prevent payment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notification of balance responsible entity change"> <xs:annotation> <xs:documentation>Notification of a change of balance responsible entity.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notification of change of supplier"> <xs:annotation> <xs:documentation>A notification of a change of supplier.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notification of emergency shifting from the designated place in port"> <xs:annotation> <xs:documentation>Document to notify shifting from designated place in port once secured at the designated place.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notification of meter change"> <xs:annotation> <xs:documentation>Notification about the change of a meter.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notification of metering point identification change"> <xs:annotation> <xs:documentation>Notification of the change of metering point identification.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notification of usage of berth or mooring facilities"> <xs:annotation> <xs:documentation>Document to notify usage of berth or mooring facilities.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notification to grid operator of contract termination"> <xs:annotation> <xs:documentation>Notification to the grid operator regarding the termination of a contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notification to grid operator of metering point changes"> <xs:annotation> <xs:documentation>Notification to the grid operator about changes regarding a metering point.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notification to supplier of contract termination"> <xs:annotation> <xs:documentation>Notification to the supplier regarding the termination of a contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Notification to supplier of metering point changes"> <xs:annotation> <xs:documentation>Notification to the supplier about changes regarding a metering point.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Offer/quotation"> <xs:annotation> <xs:documentation>Document/message which , with a view to concluding a contract, sets out the conditions under which the goods are offered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Operating instructions"> <xs:annotation> <xs:documentation>Document/message describing instructions for operation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Optical Character Reading (OCR) payment"> <xs:annotation> <xs:documentation>Payment effected by an Optical Character Reading (OCR) document.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Order"> <xs:annotation> <xs:documentation>Document/message by means of which a buyer initiates a transaction with a seller involving the supply of goods or services as specified, according to conditions set out in an offer, or otherwise known to the buyer.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Order status enquiry"> <xs:annotation> <xs:documentation>A message enquiring the status of previously sent orders.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Order status report"> <xs:annotation> <xs:documentation>A message reporting the status of previously sent orders.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Package response (Customs)"> <xs:annotation> <xs:documentation>Package response message to permit the transfer of data from Customs to the transmitter of the previous message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Packing instructions"> <xs:annotation> <xs:documentation>Document/message within an enterprise giving instructions on how goods are to be packed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Packing list"> <xs:annotation> <xs:documentation>Document/message specifying the distribution of goods in individual packages (in trade environment the despatch advice message is used for the packing list).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Partial invoice"> <xs:annotation> <xs:documentation>Document/message specifying details of an incomplete invoice.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Party credit information"> <xs:annotation> <xs:documentation>Document/message providing data concerning the credit information of a party.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Party information"> <xs:annotation> <xs:documentation>Document/message providing basic data concerning a party.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Party payment behaviour information"> <xs:annotation> <xs:documentation>Document/message providing data concerning the payment behaviour of a party.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Passenger list"> <xs:annotation> <xs:documentation>Declaration to Customs regarding passengers aboard the conveyance; equivalent to IMO FAL 6.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Passport"> <xs:annotation> <xs:documentation>An official document giving permission to travel in foreign countries.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Payment bond"> <xs:annotation> <xs:documentation>A document that guarantees the payment of monies.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Payment card"> <xs:annotation> <xs:documentation>The document is a credit, guarantee or charge card.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Payment or performance bond"> <xs:annotation> <xs:documentation>A document indicating a bond that guarantees the payment of monies or a performance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Payment order"> <xs:annotation> <xs:documentation>Document/message containing information needed to initiate the payment. It may cover the financial settlement for one or more commercial trade transactions. A payment order is an instruction to the ordered bank to arrange for the payment of one specified amount to the beneficiary.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Payment request for completed units"> <xs:annotation> <xs:documentation>A request for payment for completed units.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Payment valuation"> <xs:annotation> <xs:documentation>Document/message establishing the financial elements of a situation of works.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Payment valuation for unscheduled items"> <xs:annotation> <xs:documentation>A payment valuation for unscheduled items.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Performance bond"> <xs:annotation> <xs:documentation>A document that guarantees performance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pharmaceutical sanitary certificate"> <xs:annotation> <xs:documentation>Document or message issued by the competent authority in the exporting country evidencing that pharmaceutical products comply with the requirements set by the importing country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Phytosanitary certificate"> <xs:annotation> <xs:documentation>Document/message issued by the competent body in the exporting country evidencing that plants, fruit, or vegetables are free from disease and fit for consumption and giving details on fumigation or other treatment to which they may have been subjected.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pick-up notice"> <xs:annotation> <xs:documentation>Notice specifying the pick-up of released cargo or containers from a certain address.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Plan for provision of health service"> <xs:annotation> <xs:documentation>Document containing a plan for provision of health service.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Port authority waste disposal report"> <xs:annotation> <xs:documentation>Document/message sent by a port authority to another port authority for reporting information on waste disposal.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Port charges documents"> <xs:annotation> <xs:documentation>Documents/messages specifying services rendered, storage and handling costs, demurrage and other charges due to the owner of goods described therein.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Post receipt"> <xs:annotation> <xs:documentation>Document/message which evidences the transport of goods by post (e.g. mail, parcel, etc.).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Poultry sanitary certificate"> <xs:annotation> <xs:documentation>Document or message issued by the competent authority in the exporting country evidencing that poultry products comply with the requirements set by the importing country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pre-authorised direct debit request(s)"> <xs:annotation> <xs:documentation>The message contains pre-authorised direct debit request(s).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pre-authorised direct debit(s)"> <xs:annotation> <xs:documentation>The message contains pre-authorised direct debit(s).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pre-packed cross docking despatch advice"> <xs:annotation> <xs:documentation>Document by means of which the supplier or consignor informs the buyer, consignee or distribution centre about the despatch of products packed according to the final delivery point requirements which will be moved across a dock in a distribution centre without further handling.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pre-packed cross docking order"> <xs:annotation> <xs:documentation>An order requesting the supply of products packed according to the final delivery point which will be moved across a dock in a distribution centre without further handling.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Preadvice of a credit"> <xs:annotation> <xs:documentation>Preadvice indicating a credit to happen in the future.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Preference certificate of origin"> <xs:annotation> <xs:documentation>Document/message describing a certificate of origin meeting the requirements for preferential treatment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Preliminary credit assessment"> <xs:annotation> <xs:documentation>Document/message issued either by a factor to indicate his preliminary credit assessment on a buyer, or by a seller to request a factors preliminary credit assessment on a buyer.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Preliminary sales report"> <xs:annotation> <xs:documentation>Preliminary sales report sent before all the information is available.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Prepayment invoice"> <xs:annotation> <xs:documentation>An invoice to pay amounts for goods and services in advance; these amounts will be subtracted from the final invoice.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Prescription"> <xs:annotation> <xs:documentation>Instructions for the dispensing and use of medicine or remedy.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Prescription dispensing report"> <xs:annotation> <xs:documentation>Document containing information of products dispensed according to a prescription.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Prescription request"> <xs:annotation> <xs:documentation>Request to issue a prescription for medicine or remedy.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Previous Customs document/message"> <xs:annotation> <xs:documentation>Indication of the previous Customs document/message concerning the same transaction.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Price negotiation result"> <xs:annotation> <xs:documentation>A document providing the result of price negotiations.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Price variation invoice"> <xs:annotation> <xs:documentation>An invoice which requests payment for the difference in price between an original invoice and the result of the application of a price variation formula.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Price/sales catalogue"> <xs:annotation> <xs:documentation>A document/message to enable the transmission of information regarding pricing and catalogue details for goods and services offered by a seller to a buyer.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Price/sales catalogue response"> <xs:annotation> <xs:documentation>A document providing a response to a previously sent price/sales catalogue.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Priced alternate tender bill of quantity"> <xs:annotation> <xs:documentation>A priced tender based upon an alternate specification.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Priced tender BOQ"> <xs:annotation> <xs:documentation>Document/message providing a detailed, quantity based specification, updated with prices to form a tender submission for a construction contract. BOQ means: Bill of quantity.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Process data report"> <xs:annotation> <xs:documentation>Reports on events during production process.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Product data message"> <xs:annotation> <xs:documentation>A message to submit master data, a set of data that is rarely changed, to identify and describe products a supplier offers to their (potential) customer or buyer.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Product performance report"> <xs:annotation> <xs:documentation>Report specifying the performance values of products.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Product specification report"> <xs:annotation> <xs:documentation>Report providing specification values of products.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Proforma invoice"> <xs:annotation> <xs:documentation>Document/message serving as a preliminary invoice, containing - on the whole - the same information as the final invoice, but not actually claiming payment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Progressive discharge report"> <xs:annotation> <xs:documentation>Document or message progressively issued by the container terminal operator in charge of discharging a vessel identifying containers that have been discharged from a specific vessel at that point in time.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Project master plan"> <xs:annotation> <xs:documentation>A high level, all encompassing master plan to complete a project.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Project master schedule"> <xs:annotation> <xs:documentation>A high level, all encompassing master schedule of activities to complete a project.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Project plan"> <xs:annotation> <xs:documentation>A plan for project work to be completed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Project planning available resources"> <xs:annotation> <xs:documentation>Available resources for project planning purposes.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Project planning calendar"> <xs:annotation> <xs:documentation>Work calendar information for project planning purposes.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Project production plan"> <xs:annotation> <xs:documentation>A project plan for the production of goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Project recovery plan"> <xs:annotation> <xs:documentation>A project plan for recovery after a delay or problem resolution.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Project schedule"> <xs:annotation> <xs:documentation>A schedule of project activities to be completed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Promissory note"> <xs:annotation> <xs:documentation>Document/message, issued and signed in conformity with the applicable legislation, which contains an unconditional promise whereby the maker undertakes to pay a definite sum of money to the payee or to his order, on demand or at a definite time, against the surrender of the document itself.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Provisional payment valuation"> <xs:annotation> <xs:documentation>Document/message establishing a provisional payment valuation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Purchase order"> <xs:annotation> <xs:documentation>Document/message issued within an enterprise to initiate the purchase of articles, materials or services required for the production or manufacture of goods to be offered for sale or otherwise supplied to customers.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Purchase order change request"> <xs:annotation> <xs:documentation>Change to an purchase order already sent.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Purchase order response"> <xs:annotation> <xs:documentation>Response to an purchase order already received.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Purchasing specification"> <xs:annotation> <xs:documentation>A document indicating a specification used to purchase an item.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Quality data message"> <xs:annotation> <xs:documentation>Usage of QALITY-message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Quantity valuation"> <xs:annotation> <xs:documentation>Document/message providing a confirmed assessment, by quantity, of the completed work for a construction contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Quantity valuation request"> <xs:annotation> <xs:documentation>Document/message providing an initial assessment, by quantity, of the completed work for a construction contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Query"> <xs:annotation> <xs:documentation>Request information based on defined criteria.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Quota prior allocation certificate"> <xs:annotation> <xs:documentation>Document/message issued by the competent body for prior allocation of a quota.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Rail consignment note (generic term)"> <xs:annotation> <xs:documentation>Transport document constituting a contract for the carriage of goods between the sender and the carrier (the railway). For international rail traffic, this document must conform to the model prescribed by the international conventions concerning carriage of goods by rail, e.g. CIM Convention, SMGS Convention.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Re-sending consignment note"> <xs:annotation> <xs:documentation>Rail consignment note prepared by the consignor for the facilitation of an eventual return to the origin of the goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Ready for despatch advice"> <xs:annotation> <xs:documentation>Document/message issued by a supplier informing a buyer that goods ordered are ready for despatch.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Ready for transshipment despatch advice"> <xs:annotation> <xs:documentation>Document to advise that the goods ordered are ready for transshipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Reassignment"> <xs:annotation> <xs:documentation>Document/message issued by a factor to a seller or to another factor to reassign an invoice or credit note previously assigned to him.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Receipt (Customs)"> <xs:annotation> <xs:documentation>Receipt for Customs duty/tax/fee paid.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Recharging document"> <xs:annotation> <xs:documentation>Fictitious transport document regarding a previous transport, enabling a carriers agent to give to another carriers agent (in a different country) the possibility to collect charges relating to the original transport (rail environment).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Reefer connection order"> <xs:annotation> <xs:documentation>Order to connect a reefer container to a reefer point.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Regional appellation certificate"> <xs:annotation> <xs:documentation>Certificate drawn up in accordance with the rules laid down by an authority or approved body, certifying that the goods described therein qualify for a designation specific to the given region (e.g. champagne, port wine, Parmesan cheese).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Registration change"> <xs:annotation> <xs:documentation>Code specifying the modification of previously submitted registration information.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Registration document"> <xs:annotation> <xs:documentation>An official document providing registration details.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Registration renewal"> <xs:annotation> <xs:documentation>Code specifying the continued validity of previously submitted registration information.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Rejected direct debit(s)"> <xs:annotation> <xs:documentation>The message contains rejected direct debit(s).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Related document"> <xs:annotation> <xs:documentation>Document that has a relationship with the stated document/message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Remittance advice"> <xs:annotation> <xs:documentation>Document/message advising of the remittance of payment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Repair order"> <xs:annotation> <xs:documentation>Document/message to order repair of goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Report of transactions for information only"> <xs:annotation> <xs:documentation>A message reporting transactions for information only.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Report of transactions which need further information from the receiver"> <xs:annotation> <xs:documentation>A message reporting transactions which need further information from the receiver.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Request for an amendment of a documentary credit"> <xs:annotation> <xs:documentation>Request for an amendment of a documentary credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Request for delivery instructions"> <xs:annotation> <xs:documentation>Document/message issued by a supplier requesting instructions from the buyer regarding the details of the delivery of goods ordered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Request for financial cancellation"> <xs:annotation> <xs:documentation>The message is a request for financial cancellation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Request for metering point information"> <xs:annotation> <xs:documentation>Message to request information about a metering point.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Request for payment"> <xs:annotation> <xs:documentation>Document/message issued by a creditor to a debtor to request payment of one or more invoices past due.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Request for provision of a health service"> <xs:annotation> <xs:documentation>Document containing request for provision of a health service.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Request for quote"> <xs:annotation> <xs:documentation>Document/message requesting a quote on specified goods or services.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Request for statistical data"> <xs:annotation> <xs:documentation>Request for one or more items or data sets of statistical data.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Request for transfer"> <xs:annotation> <xs:documentation>Document/message is a request for transfer.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Requirements contract"> <xs:annotation> <xs:documentation>A document indicating a requirements contract that authorizes the filling of all purchase requirements during a specified contract period.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Response to a trade statistics message"> <xs:annotation> <xs:documentation>Document/message in which the competent national authorities provide a declarant with an acceptance or a rejection about a received declaration for European statistical purposes.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Response to an amendment of a documentary credit"> <xs:annotation> <xs:documentation>Response to an amendment of a documentary credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Response to previous banking status message"> <xs:annotation> <xs:documentation>A response to a previously sent banking status message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Response to query"> <xs:annotation> <xs:documentation>Document/message returned as an answer to a question.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Response to registration"> <xs:annotation> <xs:documentation>Code specifying a response to an occurrence of a registration message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Restow"> <xs:annotation> <xs:documentation>Message/document identifying containers that have been unloaded and then reloaded onto the same means of transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Reversal of credit"> <xs:annotation> <xs:documentation>Reversal of credit accounting entry by bank.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Reversal of debit"> <xs:annotation> <xs:documentation>Reversal of debit accounting entry by bank.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Road consignment note"> <xs:annotation> <xs:documentation>Transport document/message which evidences a contract between a carrier and a sender for the carriage of goods by road (generic term). Remark: For international road traffic, this document must contain at least the particulars prescribed by the convention on the contract for the international carriage of goods by road (CMR).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Road list-SMGS"> <xs:annotation> <xs:documentation>Accounting document, one copy of which is drawn up for each consignment note; it accompanies the consignment over the whole route and is a rail transport document.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Rush order"> <xs:annotation> <xs:documentation>Document/message for urgent ordering.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Safety and hazard data sheet"> <xs:annotation> <xs:documentation>Document or message to supply advice on a dangerous or hazardous material to industrial customers so as to enable them to take measures to protect their employees and the environment from any potential harmful effects from these material.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Safety of equipment certificate"> <xs:annotation> <xs:documentation>Document certifying the safety of a ships equipment to a specified date.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Safety of radio certificate"> <xs:annotation> <xs:documentation>Document certifying the safety of a ships radio facilities to a specified date.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Safety of ship certificate"> <xs:annotation> <xs:documentation>Document certifying a ships safety to a specified date.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sample order"> <xs:annotation> <xs:documentation>Document/message to order samples.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sanitary certificate"> <xs:annotation> <xs:documentation>Document/message issued by the competent authority in the exporting country evidencing that alimentary and animal products, including dead animals, are fit for human consumption, and giving details, when relevant, of controls undertaken.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sea waybill"> <xs:annotation> <xs:documentation>Non-negotiable document which evidences a contract for the carriage of goods by sea and the taking over of the goods by the carrier, and by which the carrier undertakes to deliver the goods to the consignee named in the document.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Season ticket"> <xs:annotation> <xs:documentation>A document giving access to a service for a determined period of time.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Segment change request"> <xs:annotation> <xs:documentation>Requesting a change to an existing segment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Segment request"> <xs:annotation> <xs:documentation>Request a new segment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Self billed credit note"> <xs:annotation> <xs:documentation>A document which indicates that the customer is claiming credit in a self billing environment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Self-billed invoice"> <xs:annotation> <xs:documentation>An invoice the invoicee is producing instead of the seller.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sequenced delivery schedule"> <xs:annotation> <xs:documentation>Message to describe a sequence of product delivery.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Service directory definition"> <xs:annotation> <xs:documentation>Document/message defining the contents of a service directory set or parts thereof.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Settlement of a letter of credit"> <xs:annotation> <xs:documentation>Settlement of a letter of credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Ship's stores declaration"> <xs:annotation> <xs:documentation>Declaration to Customs regarding the contents of the ships stores (equivalent to IMO FAL 3) i.e. goods intended for consumption by passengers/crew on board vessels, aircraft or trains, whether or not sold or landed; goods necessary for operation/maintenance of conveyance, including fuel/lubricants, excluding spare parts/equipment (IMO).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Shipper's letter of instructions (air)"> <xs:annotation> <xs:documentation>Document/message issued by a consignor in which he gives details of a consignment of goods that enables an airline or its agent to prepare an air waybill.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Shipping instructions"> <xs:annotation> <xs:documentation>Document/message advising details of cargo and exporters requirements for its physical movement.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Shipping note"> <xs:annotation> <xs:documentation>Document/message provided by the shipper or his agent to the carrier, multimodal transport operator, terminal or other receiving authority, giving information about export consignments offered for transport, and providing for the necessary receipts and declarations of liability. (Sometimes a multipurpose cargo handling document also fulfilling the functions of document 632, 633, 650 and 655).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Simple data element change request"> <xs:annotation> <xs:documentation>Request a change to an existing simple data element.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Simple data element request"> <xs:annotation> <xs:documentation>Requesting a new simple data element.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Single administrative document"> <xs:annotation> <xs:documentation>A set of documents, replacing the various (national) forms for Customs declaration within the EC, implemented on 01-01-1988.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Spare parts order"> <xs:annotation> <xs:documentation>Document/message to order spare parts.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Spot order"> <xs:annotation> <xs:documentation>Document/message ordering the remainder of a productions batch.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Standing inquiry on product information"> <xs:annotation> <xs:documentation>A product inquiry which stands until it is cancelled.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Standing order"> <xs:annotation> <xs:documentation>An order to supply fixed quantities of products at fixed regular intervals.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Statement of account message"> <xs:annotation> <xs:documentation>Usage of STATAC-message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Statistical and other administrative internal documents"> <xs:annotation> <xs:documentation>Documents/messages issued within an enterprise for the for the purpose of collection of production and other internal statistics, and for other administration purposes.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Statistical data"> <xs:annotation> <xs:documentation>Transmission of one or more items of data or data sets.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Statistical definitions"> <xs:annotation> <xs:documentation>Transmission of one or more statistical definitions.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Statistical document, export"> <xs:annotation> <xs:documentation>Document/message in which an exporter provides information about exported goods required by the body responsible for the collection of international trade statistics.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Statistical document, import"> <xs:annotation> <xs:documentation>Document/message describing an import document that is used for statistical purposes.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Status information"> <xs:annotation> <xs:documentation>Information regarding the status of a related message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Status report"> <xs:annotation> <xs:documentation>Message covers information about the status.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Stores requisition"> <xs:annotation> <xs:documentation>Document/message issued within an enterprise ordering the taking out of stock of goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Subcontractor plan"> <xs:annotation> <xs:documentation>A document indicating a plan that identifies the manufacturers subcontracting strategy for a specific contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Substitute air waybill"> <xs:annotation> <xs:documentation>A temporary air waybill which contains only limited information because of the absence of the original.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Summary sales report"> <xs:annotation> <xs:documentation>Sales report containing summaries for several earlier sent sales reports.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Supplementary document for application for cargo of dangerous goods"> <xs:annotation> <xs:documentation>Supplementary document to apply for cargo operation of dangerous goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Supplementary document for application for transport of dangerous goods"> <xs:annotation> <xs:documentation>Supplementary document to apply for transport of dangerous goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Swap order"> <xs:annotation> <xs:documentation>Document/message informing buyer or seller of the replacement of goods previously ordered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tanker bill of lading"> <xs:annotation> <xs:documentation>Document which evidences a transport of liquid bulk cargo.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Task order"> <xs:annotation> <xs:documentation>A document indicating an order that tasks a contractor to perform a specified function.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tax calculation/confirmation response (Customs)"> <xs:annotation> <xs:documentation>Tax calculation/confirmation response message to permit the transfer of data from Customs to the transmitter of the previous message.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tax declaration (general)"> <xs:annotation> <xs:documentation>Document/message containing a general tax declaration.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tax declaration (value added tax)"> <xs:annotation> <xs:documentation>Document/message in which an importer states the pertinent information required by the competent body for assessment of value-added tax.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tax demand"> <xs:annotation> <xs:documentation>Document/message containing the demand of tax.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tax invoice"> <xs:annotation> <xs:documentation>An invoice for tax purposes.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tax notification"> <xs:annotation> <xs:documentation>Used to specify that the message is a tax notification.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Test report"> <xs:annotation> <xs:documentation>Report providing the results of a test session.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Through bill of lading"> <xs:annotation> <xs:documentation>Bill of lading which evidences a contract of carriage from one place to another in separate stages of which at least one stage is a sea transit, and by which the issuing carrier accepts responsibility for the carriage as set forth in the through bill of lading.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TIF form"> <xs:annotation> <xs:documentation>International Customs transit document by which the sender declares goods for carriage by rail in accordance with the provisions of the 1952 International Convention to facilitate the crossing of frontiers for goods carried by rail (TIF Convention of UIC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TIR carnet"> <xs:annotation> <xs:documentation>International Customs document (International Transit by Road), issued by a guaranteeing association approved by the Customs authorities, under the cover of which goods are carried, in most cases under Customs seal, in road vehicles and/or containers in compliance with the requirements of the Customs TIR Convention of the International Transport of Goods under cover of TIR Carnets (UN/ECE).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tracking number assignment report"> <xs:annotation> <xs:documentation>Report of assigned tracking numbers.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Trade data"> <xs:annotation> <xs:documentation>Document/message is for trade data.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transfrontier waste shipment authorization"> <xs:annotation> <xs:documentation>Document containing the authorization from the relevant authority for the international carriage of waste. Syn: Transfrontier waste shipment permit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transfrontier waste shipment movement document"> <xs:annotation> <xs:documentation>Document certified by the carriers and the consignee to be used for the international carriage of waste.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport cargo release order"> <xs:annotation> <xs:documentation>Order to release cargo or items of transport equipment to a specified party.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport departure report"> <xs:annotation> <xs:documentation>Report of the departure of a means of transport from a particular facility.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport discharge instruction"> <xs:annotation> <xs:documentation>Instruction to unload specified cargo, containers or transport equipment from a means of transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport discharge report"> <xs:annotation> <xs:documentation>Report on cargo, containers or transport equipment unloaded from a particular means of transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport emergency card"> <xs:annotation> <xs:documentation>Official document specifying, for a given dangerous goods item, information such as nature of hazard, protective devices, actions to be taken in case of accident, spillage or fire and first aid to be given.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport empty equipment advice"> <xs:annotation> <xs:documentation>Advice that an item or items of empty transport equipment are available for return.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment acceptance order"> <xs:annotation> <xs:documentation>Order to accept items of transport equipment which are to be delivered by an inland carrier (rail, road or barge) to a specified facility.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment damage report"> <xs:annotation> <xs:documentation>Report of damaged items of transport equipment that have been returned.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment delivery notice"> <xs:annotation> <xs:documentation>Notification regarding the delivery of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment direct interchange report"> <xs:annotation> <xs:documentation>Report on the movement of containers or other items of transport equipment being exchanged, establishing relevant rental periods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment empty release instruction"> <xs:annotation> <xs:documentation>Instruction to release an item of empty transport equipment to a specified party or parties.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment impending arrival advice"> <xs:annotation> <xs:documentation>Advice that containers or other items of transport equipment may be expected to be delivered to a certain location.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment maintenance and repair notice"> <xs:annotation> <xs:documentation>Report of transport equipment which has been repaired or has had maintenance performed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment maintenance and repair work authorisation"> <xs:annotation> <xs:documentation>Authorisation to have transport equipment repaired or to have maintenance performed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment maintenance and repair work estimate advice"> <xs:annotation> <xs:documentation>Advice providing estimates of transport equipment maintenance and repair costs.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment maintenance and repair work estimate order"> <xs:annotation> <xs:documentation>Order to draw up an estimate of the costs of maintenance or repair of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment movement instruction"> <xs:annotation> <xs:documentation>Instruction to perform one or more different movements of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment movement report"> <xs:annotation> <xs:documentation>Report on one or more different movements of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment off-hire report"> <xs:annotation> <xs:documentation>Report on the movement of containers or other items of transport equipment to record physical movement activity and establish the end of a rental period.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment off-hire request"> <xs:annotation> <xs:documentation>Request to terminate the lease on an item of transport equipment at a specified time.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment on-hire order"> <xs:annotation> <xs:documentation>Order to release empty items of transport equipment for on-hire to a lessee, and authorising collection by or on behalf of a specified party.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment on-hire report"> <xs:annotation> <xs:documentation>Report on the movement of containers or other items of transport equipment to record physical movement activity and establish the beginning of a rental period.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment on-hire request"> <xs:annotation> <xs:documentation>Request for transport equipment to be made available for hire.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment packing instruction"> <xs:annotation> <xs:documentation>Instruction to pack cargo into a container or other item of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment pick-up availability confirmation"> <xs:annotation> <xs:documentation>Confirmation that an item of transport equipment is available for collection.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment pick-up availability request"> <xs:annotation> <xs:documentation>Request for confirmation that an item of transport equipment will be available for collection.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment pick-up report"> <xs:annotation> <xs:documentation>Report that an item of transport equipment has been collected.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment profile report"> <xs:annotation> <xs:documentation>Report on the profile of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment shift report"> <xs:annotation> <xs:documentation>Report on the movement of containers or other items of transport within a facility.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment special service instruction"> <xs:annotation> <xs:documentation>Instruction to perform a specified service or services on an item or items of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment status change report"> <xs:annotation> <xs:documentation>Report on one or more changes of status associated with an item or items of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment stock report"> <xs:annotation> <xs:documentation>Report on the number of items of transport equipment stored at one or more locations.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment survey order"> <xs:annotation> <xs:documentation>Order to perform a survey on specified items of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment survey order response"> <xs:annotation> <xs:documentation>Response to an order to conduct a survey of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment survey report"> <xs:annotation> <xs:documentation>Survey report of specified items of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment unpacking instruction"> <xs:annotation> <xs:documentation>Instruction to unpack specified cargo from specified containers or other items of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport equipment unpacking report"> <xs:annotation> <xs:documentation>Report on the completion of unpacking specified containers or other items of transport equipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport loading instruction"> <xs:annotation> <xs:documentation>Instruction to load cargo, containers or transport equipment onto a means of transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport loading report"> <xs:annotation> <xs:documentation>Report on completion of loading cargo, containers or other transport equipment onto a means of transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport movement gate in report"> <xs:annotation> <xs:documentation>Report on the inward movement of cargo, containers or other items of transport equipment which have been delivered to a facility by an inland carrier.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport movement gate out report"> <xs:annotation> <xs:documentation>Report on the outward movement of cargo, containers or other items of transport equipment (either full or empty) which have been picked up by an inland carrier.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport status report"> <xs:annotation> <xs:documentation>A message to report the transport status and/or change in the transport status (i.e. event) between agreed parties.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport status request"> <xs:annotation> <xs:documentation>A message to request a transport status report (e.g. through the International multimodal status report message IFSTA).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transshipment despatch advice"> <xs:annotation> <xs:documentation>Document by means of which the supplier or consignor informs the buyer, consignee or the distribution centre about the despatch of goods for transshipment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Travel ticket"> <xs:annotation> <xs:documentation>The document is a ticket giving access to a travel service.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Treatment - nil outturn"> <xs:annotation> <xs:documentation>No shortage, surplus or damaged outturn resulting from container vessel unpacking.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Treatment - personal effect"> <xs:annotation> <xs:documentation>Cargo consists of personal effects.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Treatment - timber"> <xs:annotation> <xs:documentation>Cargo consists of timber.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Treatment - time-up underbond"> <xs:annotation> <xs:documentation>Movement type indicator: goods are moved under customs control for warehousing due to being time-up.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Treatment - underbond by sea"> <xs:annotation> <xs:documentation>Movement type indicator: goods are to move by sea under customs control to a customs office where formalities will be completed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Underbond approval"> <xs:annotation> <xs:documentation>A message/document issuing Customs approval to move cargo from one Customs control point to another.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Underbond request"> <xs:annotation> <xs:documentation>A Message/document requesting to move cargo from one Customs control point to another.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="United Nations standard message request"> <xs:annotation> <xs:documentation>Requesting a United Nations Standard Message (UNSM).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Universal (multipurpose) transport document"> <xs:annotation> <xs:documentation>Document/message evidencing a contract of carriage covering the movement of goods by any mode of transport, or combination of modes, for national as well as international transport, under any applicable international convention or national law and under the conditions of carriage of any carrier or transport operator undertaking or arranging the transport referred to in the document.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unpriced bill of quantity"> <xs:annotation> <xs:documentation>Document/message providing a detailed, quantity based specification, issued in an unpriced form to invite tender prices.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unship permit"> <xs:annotation> <xs:documentation>A message or document issuing permission to unship cargo.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="User directory definition"> <xs:annotation> <xs:documentation>Document/message defining the contents of a user directory set or parts thereof.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Utilities time series message"> <xs:annotation> <xs:documentation>The Utilities time series message is sent between responsible parties in a utilities infrastructure for the purpose of reporting time series and connected technical and/or administrative information.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Vaccination certificate"> <xs:annotation> <xs:documentation>Official document proving immunisation against certain diseases.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Validated priced tender"> <xs:annotation> <xs:documentation>A validated priced tender.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Value declaration"> <xs:annotation> <xs:documentation>Document/message in which a declarant (importer) states the invoice or other price (e.g. selling price, price of identical goods), and specifies costs for freight, insurance and packing, etc., terms of delivery and payment, any relationship with the trading partner, etc., for the purpose of determining the Customs value of goods imported.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Vessel unpack report"> <xs:annotation> <xs:documentation>A document code to indicate that the message being transmitted identifies all short and surplus cargoes off-loaded from a vessel at a specified discharging port.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Veterinary certificate"> <xs:annotation> <xs:documentation>Document/message issued by the competent authority in the exporting country evidencing that live animals or birds are not infested or infected with disease, and giving details regarding their provenance, and of vaccinations and other treatment to which they have been subjected.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Visa"> <xs:annotation> <xs:documentation>An endorsement on a passport or any other recognised travel document indicating that it has been examined and found correct, especially as permitting the holder to enter or leave a country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Wage determination"> <xs:annotation> <xs:documentation>A document indicating a determination of the wages to be paid.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Wagon report"> <xs:annotation> <xs:documentation>Document which contains consignment information concerning the wagons and their lading in a case of a multiple wagon consignment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Warehouse warrant"> <xs:annotation> <xs:documentation>Negotiable receipt document, issued by a Warehouse Keeper to a person placing goods in a warehouse and conferring title to the goods stored.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Waste disposal report"> <xs:annotation> <xs:documentation>Document/message sent by a shipping agent to an authority for reporting information on waste disposal.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Waybill"> <xs:annotation> <xs:documentation>Non-negotiable document evidencing the contract for the transport of cargo.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Weight certificate"> <xs:annotation> <xs:documentation>Certificate certifying the weight of goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Weight list"> <xs:annotation> <xs:documentation>Document/message specifying the weight of goods.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Wine certificate"> <xs:annotation> <xs:documentation>Certificate attesting to the quality, origin or appellation of wine.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Wool health certificate"> <xs:annotation> <xs:documentation>Certificate attesting that wool is free from specified risks to human or animal health.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Written instructions in conformance with ADR article number 10385"> <xs:annotation> <xs:documentation>Written instructions relating to dangerous goods and defined in the European Agreement of Dangerous Transport by Road known as ADR (Accord europeen relatif au transport international des marchandises Dangereuses par Route).</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="DocumentCategoryCodeType"> <xs:annotation> <xs:documentation>A data type for a code set that represents the kind of document that it represents.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:DocumentCategoryCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="DutyTaxFeeCategoryCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for duty tax fee categories</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="AAA"> <xs:annotation> <xs:documentation>Petroleum tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AAB"> <xs:annotation> <xs:documentation>Provisional countervailing duty cash</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AAC"> <xs:annotation> <xs:documentation>Provisional countervailing duty bond</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AAD"> <xs:annotation> <xs:documentation>Tobacco tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AAE"> <xs:annotation> <xs:documentation>Energy fee</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AAF"> <xs:annotation> <xs:documentation>Coffee tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AAG"> <xs:annotation> <xs:documentation>Harmonised sales tax, Canadian</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AAH"> <xs:annotation> <xs:documentation>Quebec sales tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AAI"> <xs:annotation> <xs:documentation>Canadian provincial sales tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AAJ"> <xs:annotation> <xs:documentation>Tax on replacement part</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ADD"> <xs:annotation> <xs:documentation>Anti-dumping duty</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BOL"> <xs:annotation> <xs:documentation>Stamp duty (Imposta di Bollo)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CAP"> <xs:annotation> <xs:documentation>Agricultural levy</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CAR"> <xs:annotation> <xs:documentation>Car tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="COC"> <xs:annotation> <xs:documentation>Paper consortium tax (Italy)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CST"> <xs:annotation> <xs:documentation>Commodity specific tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CUD"> <xs:annotation> <xs:documentation>Customs duty</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CVD"> <xs:annotation> <xs:documentation>Countervailing duty</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ENV"> <xs:annotation> <xs:documentation>Environmental tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EXC"> <xs:annotation> <xs:documentation>Excise duty</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EXP"> <xs:annotation> <xs:documentation>Agricultural export rebate</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FET"> <xs:annotation> <xs:documentation>Federal excise tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FRE"> <xs:annotation> <xs:documentation>Free</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GCN"> <xs:annotation> <xs:documentation>General construction tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GST"> <xs:annotation> <xs:documentation>Goods and services tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ILL"> <xs:annotation> <xs:documentation>Illuminants tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IMP"> <xs:annotation> <xs:documentation>Import tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IND"> <xs:annotation> <xs:documentation>Individual tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LAC"> <xs:annotation> <xs:documentation>Business license fee</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LCN"> <xs:annotation> <xs:documentation>Local construction tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LDP"> <xs:annotation> <xs:documentation>Light dues payable</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LOC"> <xs:annotation> <xs:documentation>Local sales tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LST"> <xs:annotation> <xs:documentation>Lust tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MCA"> <xs:annotation> <xs:documentation>Monetary compensatory amount</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MCD"> <xs:annotation> <xs:documentation>Miscellaneous cash deposit</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OTH"> <xs:annotation> <xs:documentation>Other taxes</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PDB"> <xs:annotation> <xs:documentation>Provisional duty bond</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PDC"> <xs:annotation> <xs:documentation>Provisional duty cash</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PRF"> <xs:annotation> <xs:documentation>Preference duty</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SCN"> <xs:annotation> <xs:documentation>Special construction tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SSS"> <xs:annotation> <xs:documentation>Shifted social securities</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="STT"> <xs:annotation> <xs:documentation>State/provincial sales tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SUP"> <xs:annotation> <xs:documentation>Suspended duty</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SWT"> <xs:annotation> <xs:documentation>Shifted wage tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TAC"> <xs:annotation> <xs:documentation>Alcohol mark tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TOT"> <xs:annotation> <xs:documentation>Total</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TOX"> <xs:annotation> <xs:documentation>Turnover tax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TTA"> <xs:annotation> <xs:documentation>Tonnage taxes</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VAD"> <xs:annotation> <xs:documentation>Valuation deposit</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VAT"> <xs:annotation> <xs:documentation>Value added tax</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="DutyTaxFeeCategoryCodeType"> <xs:annotation> <xs:documentation>A data type for duty tax fee categories</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:DutyTaxFeeCategoryCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="DutyTaxPaymentMethodCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for a code set that denotes the methods of payment for Duty Tax</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="B"> <xs:annotation> <xs:documentation>On Credit</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="C"> <xs:annotation> <xs:documentation>Cheque</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="E"> <xs:annotation> <xs:documentation>EFT</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="F"> <xs:annotation> <xs:documentation>Factoring</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="H"> <xs:annotation> <xs:documentation>Chipknip</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="I"> <xs:annotation> <xs:documentation>Collection</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="K"> <xs:annotation> <xs:documentation>Cash</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="O"> <xs:annotation> <xs:documentation>Debt Collection</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="P"> <xs:annotation> <xs:documentation>Payment on delivery</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R"> <xs:annotation> <xs:documentation>Credit Card</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="S"> <xs:annotation> <xs:documentation>To be settled</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="V"> <xs:annotation> <xs:documentation>ESR Payment</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="W"> <xs:annotation> <xs:documentation>Letter of Credit</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="X"> <xs:annotation> <xs:documentation>Payments in CHF and FC</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Y"> <xs:annotation> <xs:documentation>ES Payment</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="DutyTaxPaymentMethodCodeType"> <xs:annotation> <xs:documentation>A data type for a code set that denotes the methods of payment for Duty Tax</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:DutyTaxPaymentMethodCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="ExaminationPlaceCategoryCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for a category of Examination Place</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="BGA"> <xs:annotation> <xs:documentation>Bungwahl</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BGB"> <xs:annotation> <xs:documentation>Burringbar</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BJU"> <xs:annotation> <xs:documentation>Burren Junction</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BLH"> <xs:annotation> <xs:documentation>Burleigh Heads</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BUC"> <xs:annotation> <xs:documentation>Burketown</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BUS"> <xs:annotation> <xs:documentation>Busselton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BWT"> <xs:annotation> <xs:documentation>Burnie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CAD"> <xs:annotation> <xs:documentation>Carrum Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CAH"> <xs:annotation> <xs:documentation>Cannon Hill</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CAL"> <xs:annotation> <xs:documentation>Caloundra Head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CAZ"> <xs:annotation> <xs:documentation>Cobar</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CBA"> <xs:annotation> <xs:documentation>Corio Bay</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CBC"> <xs:annotation> <xs:documentation>Cherrabun</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CBG"> <xs:annotation> <xs:documentation>Coburg</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CBI"> <xs:annotation> <xs:documentation>Cape Barren Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CBN"> <xs:annotation> <xs:documentation>Campbelltown</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CBR"> <xs:annotation> <xs:documentation>Canberra</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CBU"> <xs:annotation> <xs:documentation>Cullen Bullen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CBX"> <xs:annotation> <xs:documentation>Condobolin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CBY"> <xs:annotation> <xs:documentation>Canobie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CCL"> <xs:annotation> <xs:documentation>Chinchilla</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CCU"> <xs:annotation> <xs:documentation>Cape Cuvier</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CCW"> <xs:annotation> <xs:documentation>Cowell</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CDA"> <xs:annotation> <xs:documentation>Cooinda</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CDI"> <xs:annotation> <xs:documentation>Cunderdin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CDQ"> <xs:annotation> <xs:documentation>Croydon</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CDU"> <xs:annotation> <xs:documentation>Camden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CED"> <xs:annotation> <xs:documentation>Ceduna</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CES"> <xs:annotation> <xs:documentation>Cessnock</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CFH"> <xs:annotation> <xs:documentation>Clifton Hills</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CFI"> <xs:annotation> <xs:documentation>Camfield</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CFL"> <xs:annotation> <xs:documentation>Campbellfield</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CFP"> <xs:annotation> <xs:documentation>Carpentaria Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CFS"> <xs:annotation> <xs:documentation>Coffs Harbour</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CGA"> <xs:annotation> <xs:documentation>Coolgardie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CGV"> <xs:annotation> <xs:documentation>Caiguna</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CHA"> <xs:annotation> <xs:documentation>Chatswood</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CHB"> <xs:annotation> <xs:documentation>Catherine Hill Bay</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CHD"> <xs:annotation> <xs:documentation>Chadstone/Melbourne</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CHL"> <xs:annotation> <xs:documentation>Cheltenham/Melbourne</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CHN"> <xs:annotation> <xs:documentation>Chipping Norton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CHU"> <xs:annotation> <xs:documentation>Chullora</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CHV"> <xs:annotation> <xs:documentation>Challis Venture (oil terminal)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CIA"> <xs:annotation> <xs:documentation>Camellia</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CIE"> <xs:annotation> <xs:documentation>Collie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CKI"> <xs:annotation> <xs:documentation>Croker Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CLA"> <xs:annotation> <xs:documentation>Coolamon</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CLB"> <xs:annotation> <xs:documentation>Coolabah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CLC"> <xs:annotation> <xs:documentation>Culcairn</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CLH"> <xs:annotation> <xs:documentation>Coolah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CLL"> <xs:annotation> <xs:documentation>Collan Islands</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CLN"> <xs:annotation> <xs:documentation>Cape Leeuwin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CLP"> <xs:annotation> <xs:documentation>Clovelly Park</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CLR"> <xs:annotation> <xs:documentation>Clarence River</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CLT"> <xs:annotation> <xs:documentation>Cape Lambert</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CLU"> <xs:annotation> <xs:documentation>Clunes</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CLY"> <xs:annotation> <xs:documentation>Clayton/Melbourne</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CMA"> <xs:annotation> <xs:documentation>Cunnamulla</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CMD"> <xs:annotation> <xs:documentation>Cootamundra</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CML"> <xs:annotation> <xs:documentation>Camooweal</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CMQ"> <xs:annotation> <xs:documentation>Clermont</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CNB"> <xs:annotation> <xs:documentation>Coonamble</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CNC"> <xs:annotation> <xs:documentation>Coconut Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CNJ"> <xs:annotation> <xs:documentation>Cloncurry</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CNN"> <xs:annotation> <xs:documentation>Canning Vale/Perth</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CNS"> <xs:annotation> <xs:documentation>Cairns</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="COB"> <xs:annotation> <xs:documentation>Coolibah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="COJ"> <xs:annotation> <xs:documentation>Coonabarabran</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="COM"> <xs:annotation> <xs:documentation>Cooma</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CON"> <xs:annotation> <xs:documentation>Colbinabbin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="COO"> <xs:annotation> <xs:documentation>Coomera</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="COP"> <xs:annotation> <xs:documentation>Cossack Pioneer (oil terminal)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="COY"> <xs:annotation> <xs:documentation>Coolawanyah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CPD"> <xs:annotation> <xs:documentation>Coober Pedy</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CPL"> <xs:annotation> <xs:documentation>Capel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CPN"> <xs:annotation> <xs:documentation>Cape Preston</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CPS"> <xs:annotation> <xs:documentation>Coopers Plains</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CQP"> <xs:annotation> <xs:documentation>Cape Flattery</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CRA"> <xs:annotation> <xs:documentation>Carrara</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CRB"> <xs:annotation> <xs:documentation>Collarenebri</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CRG"> <xs:annotation> <xs:documentation>Caringbah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CRH"> <xs:annotation> <xs:documentation>Cherribah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CRJ"> <xs:annotation> <xs:documentation>Coorabie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CRS"> <xs:annotation> <xs:documentation>Coral Sea</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CRY"> <xs:annotation> <xs:documentation>Carlton Hill</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CSD"> <xs:annotation> <xs:documentation>Cresswell Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CSI"> <xs:annotation> <xs:documentation>Casino</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CTB"> <xs:annotation> <xs:documentation>Cataby</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CTL"> <xs:annotation> <xs:documentation>Charleville</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CTN"> <xs:annotation> <xs:documentation>Cooktown</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CTR"> <xs:annotation> <xs:documentation>Cattle Creek</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CUD"> <xs:annotation> <xs:documentation>Caloundra</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CUG"> <xs:annotation> <xs:documentation>Cudal</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CUQ"> <xs:annotation> <xs:documentation>Coen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CUY"> <xs:annotation> <xs:documentation>Cue</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CVA"> <xs:annotation> <xs:documentation>Craigieburn</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CVC"> <xs:annotation> <xs:documentation>Cleve</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CVN"> <xs:annotation> <xs:documentation>Cleveland</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CVQ"> <xs:annotation> <xs:documentation>Carnarvon</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CWI"> <xs:annotation> <xs:documentation>Chatsworth Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CWR"> <xs:annotation> <xs:documentation>Cowarie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CWT"> <xs:annotation> <xs:documentation>Cowra</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CWW"> <xs:annotation> <xs:documentation>Corowa</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CXQ"> <xs:annotation> <xs:documentation>Christmas Creek</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CXT"> <xs:annotation> <xs:documentation>Charters Towers</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CYG"> <xs:annotation> <xs:documentation>Corryong</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CZY"> <xs:annotation> <xs:documentation>Cluny</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DAA"> <xs:annotation> <xs:documentation>Darra</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DAJ"> <xs:annotation> <xs:documentation>Dauan Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DAM"> <xs:annotation> <xs:documentation>Dampier</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DBO"> <xs:annotation> <xs:documentation>Dubbo</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DBY"> <xs:annotation> <xs:documentation>Dalby</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DCR"> <xs:annotation> <xs:documentation>Doncaster</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DDI"> <xs:annotation> <xs:documentation>Daydream Is</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DDK"> <xs:annotation> <xs:documentation>Doodlakine</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DDN"> <xs:annotation> <xs:documentation>Delta Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DDO"> <xs:annotation> <xs:documentation>Dunedoo</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DFP"> <xs:annotation> <xs:documentation>Drumduff</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DGE"> <xs:annotation> <xs:documentation>Mudgee</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DGO"> <xs:annotation> <xs:documentation>Dungog</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DGY"> <xs:annotation> <xs:documentation>Dingley Village</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DHD"> <xs:annotation> <xs:documentation>Durham Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DHL"> <xs:annotation> <xs:documentation>Daisy Hill</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DIT"> <xs:annotation> <xs:documentation>Dalrymple Islet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DKI"> <xs:annotation> <xs:documentation>Dunk Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DKV"> <xs:annotation> <xs:documentation>Docker River</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DLK"> <xs:annotation> <xs:documentation>Dulkaninna</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DLV"> <xs:annotation> <xs:documentation>Delissaville</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DMA"> <xs:annotation> <xs:documentation>Denmark</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DMD"> <xs:annotation> <xs:documentation>Doomadgee</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DNB"> <xs:annotation> <xs:documentation>Dunbar</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DND"> <xs:annotation> <xs:documentation>Dandenong</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DNM"> <xs:annotation> <xs:documentation>Denham</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DNQ"> <xs:annotation> <xs:documentation>Deniliquin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DOX"> <xs:annotation> <xs:documentation>Dongara</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DPO"> <xs:annotation> <xs:documentation>Devonport</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DRB"> <xs:annotation> <xs:documentation>Derby</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DRD"> <xs:annotation> <xs:documentation>Dorunda Station</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DRE"> <xs:annotation> <xs:documentation>Drummoyne/Sydney</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DRN"> <xs:annotation> <xs:documentation>Dirranbandi</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DRR"> <xs:annotation> <xs:documentation>Durrie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DRW"> <xs:annotation> <xs:documentation>Darwin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DSB"> <xs:annotation> <xs:documentation>Dunsborough</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DTO"> <xs:annotation> <xs:documentation>Dapto</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DTP"> <xs:annotation> <xs:documentation>Darlington Point</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DUL"> <xs:annotation> <xs:documentation>Dulwich</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DVI"> <xs:annotation> <xs:documentation>Derrimut</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DVP"> <xs:annotation> <xs:documentation>Davenport Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DVR"> <xs:annotation> <xs:documentation>Daly River</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DXD"> <xs:annotation> <xs:documentation>Dixie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DYA"> <xs:annotation> <xs:documentation>Dysart</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DYM"> <xs:annotation> <xs:documentation>Diamantina Lakes</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DYW"> <xs:annotation> <xs:documentation>Daly Waters</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EAB"> <xs:annotation> <xs:documentation>Eneabba</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EBH"> <xs:annotation> <xs:documentation>Edinburgh</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EBO"> <xs:annotation> <xs:documentation>Euabalong</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ECH"> <xs:annotation> <xs:documentation>Echuca</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EDB"> <xs:annotation> <xs:documentation>Edithburgh</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EDD"> <xs:annotation> <xs:documentation>Erldunda</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EDR"> <xs:annotation> <xs:documentation>Edward River</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EDW"> <xs:annotation> <xs:documentation>Edwardstown</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EIH"> <xs:annotation> <xs:documentation>Einasleigh</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EJB"> <xs:annotation> <xs:documentation>East Jindabyne</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EKD"> <xs:annotation> <xs:documentation>Elkedra</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ELC"> <xs:annotation> <xs:documentation>Elcho Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ELE"> <xs:annotation> <xs:documentation>Electrona</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ELF"> <xs:annotation> <xs:documentation>Eagle Farm</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ELW"> <xs:annotation> <xs:documentation>Elsternwick</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ELZ"> <xs:annotation> <xs:documentation>Elizabeth</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EMD"> <xs:annotation> <xs:documentation>Emerald</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ENB"> <xs:annotation> <xs:documentation>Eneabba West</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EPR"> <xs:annotation> <xs:documentation>Esperance</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ERB"> <xs:annotation> <xs:documentation>Ernabella</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ETD"> <xs:annotation> <xs:documentation>Etadunna</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EUC"> <xs:annotation> <xs:documentation>Eucla</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EVD"> <xs:annotation> <xs:documentation>Eva Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EVH"> <xs:annotation> <xs:documentation>Evans Head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EXM"> <xs:annotation> <xs:documentation>Exmouth Gulf</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FBN"> <xs:annotation> <xs:documentation>Fairbarn</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FCY"> <xs:annotation> <xs:documentation>Footscray</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FFD"> <xs:annotation> <xs:documentation>Fairfield</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FIK"> <xs:annotation> <xs:documentation>Finke</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FIS"> <xs:annotation> <xs:documentation>Fisherman Islands</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FIT"> <xs:annotation> <xs:documentation>Fitzroy</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FLC"> <xs:annotation> <xs:documentation>Falls Creek</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FLS"> <xs:annotation> <xs:documentation>Flinders Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FLY"> <xs:annotation> <xs:documentation>Finley</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FOS"> <xs:annotation> <xs:documentation>Forrest</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FOT"> <xs:annotation> <xs:documentation>Forster</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FRB"> <xs:annotation> <xs:documentation>Forbes</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FRE"> <xs:annotation> <xs:documentation>Fremantle</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FRL"> <xs:annotation> <xs:documentation>Frewville</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FSL"> <xs:annotation> <xs:documentation>Fossil Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FTN"> <xs:annotation> <xs:documentation>Fullerton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FYW"> <xs:annotation> <xs:documentation>Fyshwick</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GAH"> <xs:annotation> <xs:documentation>Gayndah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GAP"> <xs:annotation> <xs:documentation>Gapstead</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GBL"> <xs:annotation> <xs:documentation>Goulburn Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GBP"> <xs:annotation> <xs:documentation>Gamboola</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GBT"> <xs:annotation> <xs:documentation>Garbutt Station</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GBV"> <xs:annotation> <xs:documentation>Gibb River</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GCE"> <xs:annotation> <xs:documentation>Gloucester</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GDA"> <xs:annotation> <xs:documentation>Gundagai</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GDD"> <xs:annotation> <xs:documentation>Gordon Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GDF"> <xs:annotation> <xs:documentation>Guildford</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GEE"> <xs:annotation> <xs:documentation>George Town</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GET"> <xs:annotation> <xs:documentation>Geraldton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GEX"> <xs:annotation> <xs:documentation>Geelong</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GFE"> <xs:annotation> <xs:documentation>Grenfell</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GFF"> <xs:annotation> <xs:documentation>Griffith</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GFN"> <xs:annotation> <xs:documentation>Grafton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GGD"> <xs:annotation> <xs:documentation>Gregory Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GGO"> <xs:annotation> <xs:documentation>Grong Grong</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GIL"> <xs:annotation> <xs:documentation>Gillman</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GKL"> <xs:annotation> <xs:documentation>Great Keppel Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GLG"> <xs:annotation> <xs:documentation>Glengyle</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GLI"> <xs:annotation> <xs:documentation>Glen Innes</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GLL"> <xs:annotation> <xs:documentation>Glebe Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GLM"> <xs:annotation> <xs:documentation>Glenormiston</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GLO"> <xs:annotation> <xs:documentation>Galong</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GLT"> <xs:annotation> <xs:documentation>Gladstone</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GLY"> <xs:annotation> <xs:documentation>Goldsworthy</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GMA"> <xs:annotation> <xs:documentation>Ganmain</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GNI"> <xs:annotation> <xs:documentation>Gingin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GNU"> <xs:annotation> <xs:documentation>Greenough</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GOI"> <xs:annotation> <xs:documentation>Goode Is</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GOO"> <xs:annotation> <xs:documentation>Goondiwindi</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GOS"> <xs:annotation> <xs:documentation>Gosford</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GOV"> <xs:annotation> <xs:documentation>Gove</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GPN"> <xs:annotation> <xs:documentation>Garden Point</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GRA"> <xs:annotation> <xs:documentation>Grassy</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GRH"> <xs:annotation> <xs:documentation>Greenhead</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GRV"> <xs:annotation> <xs:documentation>Griffin Venture (oil terminal)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GSC"> <xs:annotation> <xs:documentation>Gascoyne Junction</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GSN"> <xs:annotation> <xs:documentation>Mount Gunson</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GSO"> <xs:annotation> <xs:documentation>Greenslopes</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GTE"> <xs:annotation> <xs:documentation>Groote Eylandt</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GTS"> <xs:annotation> <xs:documentation>Granites</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GTT"> <xs:annotation> <xs:documentation>Georgetown</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GUG"> <xs:annotation> <xs:documentation>Geebung</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GUH"> <xs:annotation> <xs:documentation>Gunnedah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GUL"> <xs:annotation> <xs:documentation>Goulburn</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GUN"> <xs:annotation> <xs:documentation>Gunning</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GVP"> <xs:annotation> <xs:documentation>Greenvale</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GWG"> <xs:annotation> <xs:documentation>Gnowangerup</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GYP"> <xs:annotation> <xs:documentation>Gympie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HAB"> <xs:annotation> <xs:documentation>Haberfield</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HAP"> <xs:annotation> <xs:documentation>Long Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HAS"> <xs:annotation> <xs:documentation>Hastings</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HAT"> <xs:annotation> <xs:documentation>Heathlands</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HBA"> <xs:annotation> <xs:documentation>Hobart</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HBS"> <xs:annotation> <xs:documentation>Homebush/Sydney</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HCQ"> <xs:annotation> <xs:documentation>Halls Creek</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HDN"> <xs:annotation> <xs:documentation>Harden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HEM"> <xs:annotation> <xs:documentation>Hemmant</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HGD"> <xs:annotation> <xs:documentation>Hughenden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HHT"> <xs:annotation> <xs:documentation>Highett/Melbourne</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HID"> <xs:annotation> <xs:documentation>Horn Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HIG"> <xs:annotation> <xs:documentation>Highbury</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HIH"> <xs:annotation> <xs:documentation>Hook Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HIP"> <xs:annotation> <xs:documentation>Headingly</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HIS"> <xs:annotation> <xs:documentation>Hayman Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HLL"> <xs:annotation> <xs:documentation>Hillside</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HLM"> <xs:annotation> <xs:documentation>Hallam</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HLT"> <xs:annotation> <xs:documentation>Hamilton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HLV"> <xs:annotation> <xs:documentation>Helenvale</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HMG"> <xs:annotation> <xs:documentation>Hermannsburg</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HNK"> <xs:annotation> <xs:documentation>Hinchinbrook Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HOK"> <xs:annotation> <xs:documentation>Hooker Creek</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HOT"> <xs:annotation> <xs:documentation>Hope Tun</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HOY"> <xs:annotation> <xs:documentation>Hornsby</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HPE"> <xs:annotation> <xs:documentation>Hope Vale</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HPN"> <xs:annotation> <xs:documentation>Hampton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HPO"> <xs:annotation> <xs:documentation>Hastings Point</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HPT"> <xs:annotation> <xs:documentation>Haypoint</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HRN"> <xs:annotation> <xs:documentation>Heron Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HRY"> <xs:annotation> <xs:documentation>Henbury</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HSM"> <xs:annotation> <xs:documentation>Horsham</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HTE"> <xs:annotation> <xs:documentation>Hawthorn</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HTI"> <xs:annotation> <xs:documentation>Hamilton Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HTU"> <xs:annotation> <xs:documentation>Hopetoun</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HTY"> <xs:annotation> <xs:documentation>Henty</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HUB"> <xs:annotation> <xs:documentation>Humbert River</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HVB"> <xs:annotation> <xs:documentation>Hervey Bay</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HVY"> <xs:annotation> <xs:documentation>Harvey</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HWK"> <xs:annotation> <xs:documentation>Hawker</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HWN"> <xs:annotation> <xs:documentation>Hawks Nest</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HWO"> <xs:annotation> <xs:documentation>Howlong</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HWY"> <xs:annotation> <xs:documentation>High Wycombe</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HXX"> <xs:annotation> <xs:documentation>Hay</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HYD"> <xs:annotation> <xs:documentation>Hyden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HYI"> <xs:annotation> <xs:documentation>Hardy Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IDK"> <xs:annotation> <xs:documentation>Indulkana</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IFF"> <xs:annotation> <xs:documentation>Iffley</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IFL"> <xs:annotation> <xs:documentation>Innisfail</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IGH"> <xs:annotation> <xs:documentation>Ingham</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IGN"> <xs:annotation> <xs:documentation>Ingleburn</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IHO"> <xs:annotation> <xs:documentation>Ivanhoe</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IKP"> <xs:annotation> <xs:documentation>Inkerman</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="INJ"> <xs:annotation> <xs:documentation>Injune</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="INM"> <xs:annotation> <xs:documentation>Innamincka</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IPS"> <xs:annotation> <xs:documentation>Ipswich</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IRG"> <xs:annotation> <xs:documentation>Lockhart River</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ISA"> <xs:annotation> <xs:documentation>Mount Isa</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ISI"> <xs:annotation> <xs:documentation>Isisford</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IVR"> <xs:annotation> <xs:documentation>Inverell</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IVW"> <xs:annotation> <xs:documentation>Inverway</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JAB"> <xs:annotation> <xs:documentation>Jabiru</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JAD"> <xs:annotation> <xs:documentation>Jandakot</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JCK"> <xs:annotation> <xs:documentation>Julia Creek</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JDE"> <xs:annotation> <xs:documentation>Jerilderie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JEB"> <xs:annotation> <xs:documentation>Jervis Bay</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JNE"> <xs:annotation> <xs:documentation>Junee</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JOV"> <xs:annotation> <xs:documentation>Jabiru Venture (oil terminal)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JUN"> <xs:annotation> <xs:documentation>Jundah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JUR"> <xs:annotation> <xs:documentation>Jurien Bay</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KAH"> <xs:annotation> <xs:documentation>Melbourne City Heliport</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KAX"> <xs:annotation> <xs:documentation>Kalbarri</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KBB"> <xs:annotation> <xs:documentation>Kirkimbie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KBD"> <xs:annotation> <xs:documentation>Kimberley Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KBG"> <xs:annotation> <xs:documentation>Koolyanbobbing</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KBI"> <xs:annotation> <xs:documentation>Kellerberrin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KBJ"> <xs:annotation> <xs:documentation>Kings Canyon</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KCE"> <xs:annotation> <xs:documentation>Collinsville</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KCS"> <xs:annotation> <xs:documentation>Kings Creek Station</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KDA"> <xs:annotation> <xs:documentation>Kendall</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KDB"> <xs:annotation> <xs:documentation>Kambalda</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KDS"> <xs:annotation> <xs:documentation>Kamaran Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KFG"> <xs:annotation> <xs:documentation>Kalkurung</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KGA"> <xs:annotation> <xs:documentation>Kembla</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KGC"> <xs:annotation> <xs:documentation>Kingscote</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KGG"> <xs:annotation> <xs:documentation>Kingsgrove</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KGI"> <xs:annotation> <xs:documentation>Kalgoorlie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KGO"> <xs:annotation> <xs:documentation>Kangaroo Ground</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KGR"> <xs:annotation> <xs:documentation>Kulgera</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KGY"> <xs:annotation> <xs:documentation>Kingaroy</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KIA"> <xs:annotation> <xs:documentation>Kanimbla</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KIB"> <xs:annotation> <xs:documentation>King Bay</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KIT"> <xs:annotation> <xs:documentation>Kingston</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KKP"> <xs:annotation> <xs:documentation>Koolburra</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KKQ"> <xs:annotation> <xs:documentation>Kurri Kurri</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KLP"> <xs:annotation> <xs:documentation>Klein Point</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KLR"> <xs:annotation> <xs:documentation>Keilor</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KML"> <xs:annotation> <xs:documentation>Kamileroi</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KNI"> <xs:annotation> <xs:documentation>Katanning</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KNS"> <xs:annotation> <xs:documentation>King Is</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KNX"> <xs:annotation> <xs:documentation>Kununurra</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KNY"> <xs:annotation> <xs:documentation>Knowsley</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KOH"> <xs:annotation> <xs:documentation>Koolatah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KOI"> <xs:annotation> <xs:documentation>Koolan Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KPK"> <xs:annotation> <xs:documentation>Kings Park</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KPP"> <xs:annotation> <xs:documentation>Kalpowar</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KPS"> <xs:annotation> <xs:documentation>Kempsey</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KQB"> <xs:annotation> <xs:documentation>Koonibba</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KRA"> <xs:annotation> <xs:documentation>Kerang</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KRB"> <xs:annotation> <xs:documentation>Karumba</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KRD"> <xs:annotation> <xs:documentation>Kurundi</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KTA"> <xs:annotation> <xs:documentation>Karratha</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KTB"> <xs:annotation> <xs:documentation>Katoomba</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KTR"> <xs:annotation> <xs:documentation>Katherine</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KUG"> <xs:annotation> <xs:documentation>Kubin Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KUP"> <xs:annotation> <xs:documentation>Kunda Park</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KUR"> <xs:annotation> <xs:documentation>Kurnell</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KWA"> <xs:annotation> <xs:documentation>Koorawatha</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KWI"> <xs:annotation> <xs:documentation>Kwinana</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KWM"> <xs:annotation> <xs:documentation>Kowanyama</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KWR"> <xs:annotation> <xs:documentation>Koo-Wee-Rup</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LAB"> <xs:annotation> <xs:documentation>Lady Barron</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LAM"> <xs:annotation> <xs:documentation>Lamplough</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LAR"> <xs:annotation> <xs:documentation>Labrador</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LCG"> <xs:annotation> <xs:documentation>Lake Cargelligo</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LDB"> <xs:annotation> <xs:documentation>Lidcombe</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LDC"> <xs:annotation> <xs:documentation>Lindeman Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LDH"> <xs:annotation> <xs:documentation>Lord Howe Is</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LDW"> <xs:annotation> <xs:documentation>Lansdowne</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LEA"> <xs:annotation> <xs:documentation>Learmonth</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LEL"> <xs:annotation> <xs:documentation>Lake Evella</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LER"> <xs:annotation> <xs:documentation>Leinster</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LFP"> <xs:annotation> <xs:documentation>Lakefield</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LGA"> <xs:annotation> <xs:documentation>Leongatha</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LGF"> <xs:annotation> <xs:documentation>Longford</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LGH"> <xs:annotation> <xs:documentation>Leigh Creek</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LGT"> <xs:annotation> <xs:documentation>Legendre Terminal</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LHG"> <xs:annotation> <xs:documentation>Lightning Ridge</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LHI"> <xs:annotation> <xs:documentation>Laurel Hill</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LHM"> <xs:annotation> <xs:documentation>Lyneham</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LIB"> <xs:annotation> <xs:documentation>Limbunya</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LIV"> <xs:annotation> <xs:documentation>Liverpool</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LKA"> <xs:annotation> <xs:documentation>Lockhart</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LKD"> <xs:annotation> <xs:documentation>Lakeland Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LLG"> <xs:annotation> <xs:documentation>Chillagoe</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LLL"> <xs:annotation> <xs:documentation>Lissadell</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LLP"> <xs:annotation> <xs:documentation>Linda Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LNC"> <xs:annotation> <xs:documentation>Lane Cove</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LNH"> <xs:annotation> <xs:documentation>Lake Nash</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LNO"> <xs:annotation> <xs:documentation>Leonora</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LOA"> <xs:annotation> <xs:documentation>Lorraine</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LOC"> <xs:annotation> <xs:documentation>Lock</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LOW"> <xs:annotation> <xs:documentation>Lisarow</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LRE"> <xs:annotation> <xs:documentation>Longreach</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LRI"> <xs:annotation> <xs:documentation>Little River</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LSD"> <xs:annotation> <xs:documentation>Lonsdale</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LST"> <xs:annotation> <xs:documentation>Launceston</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LSY"> <xs:annotation> <xs:documentation>Lismore</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LTB"> <xs:annotation> <xs:documentation>Latrobe</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LTG"> <xs:annotation> <xs:documentation>Lithgow</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LTO"> <xs:annotation> <xs:documentation>Laverton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LTP"> <xs:annotation> <xs:documentation>Lyndhurst</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LTV"> <xs:annotation> <xs:documentation>Lotusvale</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LUC"> <xs:annotation> <xs:documentation>Lucinda</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LUN"> <xs:annotation> <xs:documentation>Lurnea/Sydney</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LUT"> <xs:annotation> <xs:documentation>Laura Station</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LUU"> <xs:annotation> <xs:documentation>Laura</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LVH"> <xs:annotation> <xs:documentation>Laverton North</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LVO"> <xs:annotation> <xs:documentation>Laverton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LWH"> <xs:annotation> <xs:documentation>Lawn Hill</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LYD"> <xs:annotation> <xs:documentation>Lilydale</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LYT"> <xs:annotation> <xs:documentation>Lady Elliot Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LZR"> <xs:annotation> <xs:documentation>Lizard Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MAR"> <xs:annotation> <xs:documentation>Marrickville</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MAS"> <xs:annotation> <xs:documentation>Mascot</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MBA"> <xs:annotation> <xs:documentation>Mt Barker</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MBB"> <xs:annotation> <xs:documentation>Marble Bar</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MBF"> <xs:annotation> <xs:documentation>Mount Buffalo</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MBH"> <xs:annotation> <xs:documentation>Maryborough</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MBN"> <xs:annotation> <xs:documentation>Mt Barnett</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MBU"> <xs:annotation> <xs:documentation>Mukinbudin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MBW"> <xs:annotation> <xs:documentation>Moorabbin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MCV"> <xs:annotation> <xs:documentation>Mcarthur River</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MCY"> <xs:annotation> <xs:documentation>Maroochydore Apt/Sunshine Coast</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MDA"> <xs:annotation> <xs:documentation>Merinda</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MDC"> <xs:annotation> <xs:documentation>Mordialloc</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MDI"> <xs:annotation> <xs:documentation>Molendinar</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MDO"> <xs:annotation> <xs:documentation>Maidstone</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MDU"> <xs:annotation> <xs:documentation>Mandurah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MEB"> <xs:annotation> <xs:documentation>Essendon Apt/Melbourne</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MEL"> <xs:annotation> <xs:documentation>Melbourne</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MET"> <xs:annotation> <xs:documentation>Moreton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MFL"> <xs:annotation> <xs:documentation>Mount Full Stop</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MFP"> <xs:annotation> <xs:documentation>Manners Creek</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MGB"> <xs:annotation> <xs:documentation>Mount Gambier</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MGO"> <xs:annotation> <xs:documentation>Mittagong</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MGR"> <xs:annotation> <xs:documentation>Margaret River</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MGT"> <xs:annotation> <xs:documentation>Milingimbi</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MGV"> <xs:annotation> <xs:documentation>Margaret River Station</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MHA"> <xs:annotation> <xs:documentation>Mathoura</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MHC"> <xs:annotation> <xs:documentation>Macmahon Camp 4</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MHE"> <xs:annotation> <xs:documentation>Muchea</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MHO"> <xs:annotation> <xs:documentation>Mount House</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MHU"> <xs:annotation> <xs:documentation>Mount Hotham</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MIB"> <xs:annotation> <xs:documentation>Milner Bay</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MIH"> <xs:annotation> <xs:documentation>Mitchell Plateau</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MIM"> <xs:annotation> <xs:documentation>Merimbula</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MIN"> <xs:annotation> <xs:documentation>Minnipa</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MIT"> <xs:annotation> <xs:documentation>Mitcham</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MIY"> <xs:annotation> <xs:documentation>Mittiebah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MIZ"> <xs:annotation> <xs:documentation>Mainoru</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MJK"> <xs:annotation> <xs:documentation>Monkey Mia</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MJP"> <xs:annotation> <xs:documentation>Manjimup</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MKR"> <xs:annotation> <xs:documentation>Meekatharra</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MKV"> <xs:annotation> <xs:documentation>Mt Cavenagh</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MKY"> <xs:annotation> <xs:documentation>Mackay</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MLA"> <xs:annotation> <xs:documentation>Michelago</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MLI"> <xs:annotation> <xs:documentation>Melville Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MLR"> <xs:annotation> <xs:documentation>Millicent</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MLV"> <xs:annotation> <xs:documentation>Merluna</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MLY"> <xs:annotation> <xs:documentation>Morley</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MMA"> <xs:annotation> <xs:documentation>Mt Magnet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MMG"> <xs:annotation> <xs:documentation>Mount Magnet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MMM"> <xs:annotation> <xs:documentation>Middlemount</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MNE"> <xs:annotation> <xs:documentation>Mungeranie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MNG"> <xs:annotation> <xs:documentation>Maningrida</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MNQ"> <xs:annotation> <xs:documentation>Monto</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MNV"> <xs:annotation> <xs:documentation>Mountain Valley</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MNW"> <xs:annotation> <xs:documentation>Macdonald Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MOA"> <xs:annotation> <xs:documentation>Moama</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MOK"> <xs:annotation> <xs:documentation>Moorook</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MOO"> <xs:annotation> <xs:documentation>Moomba</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MOR"> <xs:annotation> <xs:documentation>Morwell</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MOU"> <xs:annotation> <xs:documentation>Mourilyan</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MOV"> <xs:annotation> <xs:documentation>Moranbah</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MOW"> <xs:annotation> <xs:documentation>Mowbray Heights</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MQA"> <xs:annotation> <xs:documentation>Mandora</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MQE"> <xs:annotation> <xs:documentation>Marqua</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MQI"> <xs:annotation> <xs:documentation>Macquarie Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MQL"> <xs:annotation> <xs:documentation>Mildura</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MRA"> <xs:annotation> <xs:documentation>Moora</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MRB"> <xs:annotation> <xs:documentation>Moorebank/Sydney</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MRD"> <xs:annotation> <xs:documentation>Merredin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MRG"> <xs:annotation> <xs:documentation>Mareeba</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MRI"> <xs:annotation> <xs:documentation>Murarrie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MRL"> <xs:annotation> <xs:documentation>Miners Lake</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MRP"> <xs:annotation> <xs:documentation>Marla</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MRS"> <xs:annotation> <xs:documentation>Melrose</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MRT"> <xs:annotation> <xs:documentation>Moroak</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MRZ"> <xs:annotation> <xs:documentation>Moree</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MSA"> <xs:annotation> <xs:documentation>Mosman</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MSF"> <xs:annotation> <xs:documentation>Mount Swan</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MTD"> <xs:annotation> <xs:documentation>Mt Sandford</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MTL"> <xs:annotation> <xs:documentation>Maitland</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MTO"> <xs:annotation> <xs:documentation>Matong</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MTQ"> <xs:annotation> <xs:documentation>Mitchell</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MTW"> <xs:annotation> <xs:documentation>Mt Waverly</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MUL"> <xs:annotation> <xs:documentation>Mulgrave</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MUP"> <xs:annotation> <xs:documentation>Mulga Park</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MUQ"> <xs:annotation> <xs:documentation>Muccan</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MVA"> <xs:annotation> <xs:documentation>Moss Vale</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MVH"> <xs:annotation> <xs:documentation>Macksville</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MVK"> <xs:annotation> <xs:documentation>Mulka</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MWA"> <xs:annotation> <xs:documentation>Mulwala</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MWB"> <xs:annotation> <xs:documentation>Morawa</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MWO"> <xs:annotation> <xs:documentation>Meadowbrook</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MWT"> <xs:annotation> <xs:documentation>Moolawatana</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MWY"> <xs:annotation> <xs:documentation>Miranda Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MXD"> <xs:annotation> <xs:documentation>Marion Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MXQ"> <xs:annotation> <xs:documentation>Mitchell River</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MXU"> <xs:annotation> <xs:documentation>Mullewa</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MYA"> <xs:annotation> <xs:documentation>Moruya</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MYF"> <xs:annotation> <xs:documentation>Mayfield</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NLF"> <xs:annotation> <xs:documentation>Darnley Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ODL"> <xs:annotation> <xs:documentation>Cordillo Downs</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ONG"> <xs:annotation> <xs:documentation>Mornington</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ONR"> <xs:annotation> <xs:documentation>Monkira</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OOL"> <xs:annotation> <xs:documentation>Gold Coast Apt/Coolangatta</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OOR"> <xs:annotation> <xs:documentation>Mooraberree</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OXY"> <xs:annotation> <xs:documentation>Morney</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PEX"> <xs:annotation> <xs:documentation>Exmouth</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QDN"> <xs:annotation> <xs:documentation>Eden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RRE"> <xs:annotation> <xs:documentation>Marree</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RTY"> <xs:annotation> <xs:documentation>Merty</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="UBB"> <xs:annotation> <xs:documentation>Mabuiag Island</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="UBU"> <xs:annotation> <xs:documentation>Kalumburu</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WME"> <xs:annotation> <xs:documentation>Mount Keith</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="XCO"> <xs:annotation> <xs:documentation>Colac</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="XMC"> <xs:annotation> <xs:documentation>Mallacoota</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="XML"> <xs:annotation> <xs:documentation>Minlaton</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="ExaminationPlaceCategoryCodeType"> <xs:annotation> <xs:documentation>A data type for a category of Examination Place</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:ExaminationPlaceCategoryCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="LocationActivityCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the kinds of facilities.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Agency Center"> <xs:annotation> <xs:documentation>Operational site operated by and dedicated to the mission of a federal agency at which coordination, situational awareness, and/or analysis activity/systems exist in support of detecting and interdicting threat materials; for example, reachback centers.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Air Border-Fixed"> <xs:annotation> <xs:documentation>Fixed Operational site with the mission to detect threat materials entering the US and its territories and possessions, located at airports that are legal ports of entry.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Air Border-Mobile"> <xs:annotation> <xs:documentation>Mobile Operational site with the mission to detect threat materials entering the US and its territories and possessions, located at airports that are legal ports of entry.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Air Border-Open"> <xs:annotation> <xs:documentation>Operational site with the mission to detect threat materials entering the US and its territories and possessions by air transport at other than legal ports of entry.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Air-Offshore"> <xs:annotation> <xs:documentation>Operational site with the mission to detect threat materials that may be destined for the US or its territories and possession while they are outside the US in air transport, or being prepared for air transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Communication Services"> <xs:annotation> <xs:documentation>Operational site that provide communication services to the sites and organizations involved in the threat materials detection mission.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Development"> <xs:annotation> <xs:documentation>Operational site engineering design and development of new/enhanced capabilities for support of the threat materials detection mission.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ECCF"> <xs:annotation> <xs:documentation>Operational site with the mission to detect threat materials entering the US and its territories and possessions by the means of international mail and courier packages.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EDU"> <xs:annotation> <xs:documentation>educational facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Exercise"> <xs:annotation> <xs:documentation>Operational site that exist for the purpose of conducting operational readiness and training exercises. This kind of site has a limited time period of existence defined to provide coverage of the setup, conduct, and shutdown of the exercise. A site that is created specifically for an exercise.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FO"> <xs:annotation> <xs:documentation>field office</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HQ"> <xs:annotation> <xs:documentation>headquarters facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Info Sharing"> <xs:annotation> <xs:documentation>Operational site that provides information to National Centers, Regional Fusion Centers, and Agency Centers. They may also receive information or information requests from the Centers.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Information Services"> <xs:annotation> <xs:documentation>Operational site that provide information support service activities and/or systems to the organizations and sites engaged in the threat materials detection mission.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Interior-Event"> <xs:annotation> <xs:documentation>Operational site with the mission to detect threat materials at an event. These site have a limited time period of operational existence defined to provide coverage of the setup, conduct, and shutdown of the event.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Interior-Fixed"> <xs:annotation> <xs:documentation>Fixed Operational site with the mission to detect threat materials within the US and its territories and possessions at other than Land Crossings, Seaports, and Airports that are legal ports of entry. This kind of site may be on waterways, roads, railways, airports, and other locations not under the control of the CBP. This includes both US airspace and points where an air transport conveyance ma</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Interior-Mobile"> <xs:annotation> <xs:documentation>Mobile Operational site with the mission to detect threat materials within the US and its territories and possessions at other than Land Crossings, Seaports, and Airports that are legal ports of entry. This kind of site may be on waterways, roads, railways, airports, and other locations not under the control of the CBP. This includes both US airspace and points where an air transport conveyance</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Lab"> <xs:annotation> <xs:documentation>laboratory facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Land Border-Fixed"> <xs:annotation> <xs:documentation>Fixed Operational site with the mission to detect threat materials entering the US and its territories and possessions, located at legal ports of entry at highway/road/railway and waterway border crossings.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Land Border-Mobile"> <xs:annotation> <xs:documentation>Mobile Operational site with the mission to detect threat materials entering the US and its territories and possessions, located at legal ports of entry at highway/road/railway and waterway border crossings that are dedicated to detection of threat materials.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Land Border-Open"> <xs:annotation> <xs:documentation>Operational site with the mission to detect threat materials entering the US and its territories and possessions by land transport at other than legal ports of entry. This includes both unprotected land and water border crossings.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Land-Offshore"> <xs:annotation> <xs:documentation>Operational site with the mission to detect threat materials that may be destined for the US or its territories and possession while they are outside the US and in land transport or storage.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LE"> <xs:annotation> <xs:documentation>law enforcement facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Logistics"> <xs:annotation> <xs:documentation>logistics support/maintenance facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Logistics Support"> <xs:annotation> <xs:documentation>Operational site that provide logistics support services and/or systems.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Management"> <xs:annotation> <xs:documentation>Operational site that provide management and planning activities/systems specific to the threat materials detection mission.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Medical"> <xs:annotation> <xs:documentation>medical facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Mil"> <xs:annotation> <xs:documentation>Military facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Military"> <xs:annotation> <xs:documentation>Operational site operated by the US Armed Forces for detection of threat materials.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="National Centers"> <xs:annotation> <xs:documentation>Operational site at which coordination, situational awareness, and/or analysis activities are performed that combine the input(s) from all US resources/activities, as well as from non-US resources/activities.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Nuc"> <xs:annotation> <xs:documentation>facility that manufactures, processes, and/or stores materials/products that emits radiation that can be detected with radiation detectors</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="other"> <xs:annotation> <xs:documentation>other facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Oversight"> <xs:annotation> <xs:documentation>Operational site dedicated to the on-going monitoring of the operational readiness, performance, and effectiveness of the GNDA, and identifying/assessing vulnerabilities.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Regional Fusion Centers"> <xs:annotation> <xs:documentation>Operational site at which coordination, situational awareness, and/or analysis activity/systems exist in support of detecting and interdicting threat materials, and which address a defined region of the US, and its territories and possessions. A Regional Center may address a collection of states, a state, county(s), or city.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Rel"> <xs:annotation> <xs:documentation>religious facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Response-Containment"> <xs:annotation> <xs:documentation>Operational site that perform activities required for containing/securing/transporting of interdicted threat materials.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Response-Law Enforcement"> <xs:annotation> <xs:documentation>Operational site that performs law enforcement activities required for interdiction of threat materials.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Response-Other"> <xs:annotation> <xs:documentation>Response site other than law enforcement and containment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sea Border-Fixed"> <xs:annotation> <xs:documentation>Fixed Operational site with the mission to detect threat materials entering the US and its territories and possessions, located at seaports that are legal ports of entry.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sea Border-Mobile"> <xs:annotation> <xs:documentation>Mobile Operational site with the mission to detect threat materials entering the US and its territories and possessions, located at seaports that are legal ports of entry.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sea Border-Offshore"> <xs:annotation> <xs:documentation>Operational site with the mission to detect threat materials that may be destined for the US or its territories and possession while they are outside the US in sea transport, or being prepared for sea transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sea Border-Open"> <xs:annotation> <xs:documentation>Operational site with the mission to detect threat materials entering the US and its territories and possessions by sea transport at other than legal ports of entry. This includes waters claimed by the US and points where the sea transport conveyance may land.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SRE"> <xs:annotation> <xs:documentation>sports, recreation and/or entertainment facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Test"> <xs:annotation> <xs:documentation>Operational site operated for Test and Evaluation of detection systems and operational procedures/protocols.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Training"> <xs:annotation> <xs:documentation>Operational site that provide training activities and/or systems. A Training Node has a continuous existence, whereas an Exercise Node has a existence only during the time period of the exercise.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport"> <xs:annotation> <xs:documentation>facility that supports the operations, use, or control of commercial means of transportation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="unknown"> <xs:annotation> <xs:documentation>unknown</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Utility"> <xs:annotation> <xs:documentation>electric/gas/water utility facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WH"> <xs:annotation> <xs:documentation>warehouse facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WHC"> <xs:annotation> <xs:documentation>warehouse facility under the control of a governmental customs agency</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="LocationActivityCodeType"> <xs:annotation> <xs:documentation>A data type for the kinds of facilities.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:LocationActivityCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="LocationFunctionCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for a location categorized on the function that it performs</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Activity location"> <xs:annotation> <xs:documentation>A place at which the activity occurs.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Additional internal destination"> <xs:annotation> <xs:documentation>Any location within the consignees premises where the goods are moved to.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Aircraft airport stand"> <xs:annotation> <xs:documentation>Code used to specify the airport stand allocated to the aircraft.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Airport passenger terminal"> <xs:annotation> <xs:documentation>Code used to specify the airport terminal used for the embarking or disembarking of passengers.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Balance settlement area"> <xs:annotation> <xs:documentation>An area where common rules for balance settlement applies.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Baseport of discharge"> <xs:annotation> <xs:documentation>(3356) The port of discharge according to the tariff as opposed to the operational port of discharge. The goods may or may not be actually discharged at that port on the main transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Baseport of loading(3322)"> <xs:annotation> <xs:documentation>The port of loading according to the tariff as opposed to the operational port of loading. The goods may or may not be actually loaded at that port on the main transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Beginning of chargeable section"> <xs:annotation> <xs:documentation>First rail station in a predefined section of the chargeable voyage. A complete voyage may be divided in sections, even within one country, that are separately chargeable using different tariff rules (split tariffs).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Berth"> <xs:annotation> <xs:documentation>Location in port where the vessel is berthed or moored.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bidding area"> <xs:annotation> <xs:documentation>An area for which bids can be made with the same price applicable to the whole area.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bill of lading release office"> <xs:annotation> <xs:documentation>A location where bills of lading are released to customers.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Border crossing place"> <xs:annotation> <xs:documentation>Place where goods are transported across a country border.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Branch location"> <xs:annotation> <xs:documentation>Identifies the place or location of a branch.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Building"> <xs:annotation> <xs:documentation>A building or part thereof relevant to a particular consignment or transaction.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cargo facility location"> <xs:annotation> <xs:documentation>Name of the terminal, warehouse or yard where the goods are to be on or offloaded.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Changed to location"> <xs:annotation> <xs:documentation>Identifies the change to location.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Charge and freight due from"> <xs:annotation> <xs:documentation>Place or point from which charges and freight are charged.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Charges and freight payable to"> <xs:annotation> <xs:documentation>[3274] Name of place up to which freight charges and other charges are to be paid.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="City"> <xs:annotation> <xs:documentation>City or town relevant for a particular transaction or consignment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Claims payable place"> <xs:annotation> <xs:documentation>Place where insurance claims are payable.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Climate zone"> <xs:annotation> <xs:documentation>A geographical area where the climate has common characteristics.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Construction country"> <xs:annotation> <xs:documentation>Country in which the construction work is made.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Construction site"> <xs:annotation> <xs:documentation>A place at which construction works occur.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Contact location"> <xs:annotation> <xs:documentation>The site where a contact is located.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Container stack position"> <xs:annotation> <xs:documentation>Stack position of a container at a terminal, depot or freight station.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Conveyance facility location at arrival"> <xs:annotation> <xs:documentation>Name of the location of the initial facility (e.g.terminal, warehouse or yard) where the conveyance will arrive.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Conveyance facility location at departure"> <xs:annotation> <xs:documentation>Name of the location of the last facility (e.g.terminal, warehouse or yard) from which the conveyance will depart.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Correct location"> <xs:annotation> <xs:documentation>Identifies the correct place or location.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country"> <xs:annotation> <xs:documentation>Country relevant for a particular transaction.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of birth"> <xs:annotation> <xs:documentation>Country where a person or an animal was born.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of destination (transit)"> <xs:annotation> <xs:documentation>Country at which a Customs transit operation is terminated. Synonym: Country of transit termination.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of destination of equipment"> <xs:annotation> <xs:documentation>Country of the last place where the equipment will stop.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of destination of goods"> <xs:annotation> <xs:documentation>Country to which the goods are to be delivered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of dispatch"> <xs:annotation> <xs:documentation>Country from which goods are despatched within a Customs union.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of exportation/dispatch"> <xs:annotation> <xs:documentation>(3220) Country from which the goods were initially exported to the importing country without any commercial transaction taking place in intermediate countries. Syn.: country whence consigned. Country of despatch: country from which goods are despatched between countries of a Customs union.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of fattening"> <xs:annotation> <xs:documentation>Country where an animal has been fattened.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of first destination"> <xs:annotation> <xs:documentation>[3219] Country where the goods are offloaded from the means of transport used for their exportation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of first sale"> <xs:annotation> <xs:documentation>Name of country where firstly a sale took place.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of invalid transit guarantee"> <xs:annotation> <xs:documentation>Country in which the security or guarantee for the movement of goods under a transit procedure is not valid.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of last consignment"> <xs:annotation> <xs:documentation>[3331] Country where the goods are loaded onto the means of transport used for their importation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of last source"> <xs:annotation> <xs:documentation>The country where a product or service was last sourced.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of meat cutting"> <xs:annotation> <xs:documentation>Country where the meat is cut into pieces.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of meat mincing"> <xs:annotation> <xs:documentation>Country where meat has been cut into very small pieces using a meat grinder.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of origin"> <xs:annotation> <xs:documentation>[3238] Country in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, of quantitative restrictions, or of any other measure related to trade.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of origin as defined by transportation agency"> <xs:annotation> <xs:documentation>Country of origin as defined by the transportation agency.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of previous Customs procedure"> <xs:annotation> <xs:documentation>Country in which the Customs declaration for the previous Customs procedure has been lodged.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of production"> <xs:annotation> <xs:documentation>Country where item has been or will be produced.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of purchase"> <xs:annotation> <xs:documentation>[3394] Country where the importers co-contractor is domiciled or has his business.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of sale"> <xs:annotation> <xs:documentation>[3116] Country where exporters co-contractor is domiciled or has his business.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of slaughter"> <xs:annotation> <xs:documentation>Country where an animal has been slaughtered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of source"> <xs:annotation> <xs:documentation>Country in which raw material or components were originally produced prior to manufacture or assembly in another country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of trading"> <xs:annotation> <xs:documentation>Country where item has been or will be traded.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of transit"> <xs:annotation> <xs:documentation>Country through which goods transit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of transshipment"> <xs:annotation> <xs:documentation>Country where goods are transferred under Customs control from the importing means of transport to the exporting means of transport within the area of one Customs office which is the office of both importation and exportation (CCC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of ultimate destination"> <xs:annotation> <xs:documentation>(3216) Country known to the consignor or his agent at the time of despatch to be the final country to which the goods are to be delivered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of valid transit guarantee"> <xs:annotation> <xs:documentation>Country in which the security or guarantee for the movement of goods under a transit procedure is valid.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Country of Value Added Tax (VAT) jurisdiction"> <xs:annotation> <xs:documentation>The country governing the VAT regulation to which the transaction is subject.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs office of clearance"> <xs:annotation> <xs:documentation>(3080) Place where Customs clearance procedure occur (CCC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs office of departure"> <xs:annotation> <xs:documentation>Customs office at which a Customs transit operation commences (CCC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs office of destination"> <xs:annotation> <xs:documentation>Customs office where the goods are to be cleared (CCC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs office of destination (transit)"> <xs:annotation> <xs:documentation>(3086) Customs office at which a transit operation is terminated. Synonym: Customs office of transit termination.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs office of dispatch"> <xs:annotation> <xs:documentation>Customs office from which goods are despatched between countries of a Customs union.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs office of entry"> <xs:annotation> <xs:documentation>[3088] Customs office at which the goods enter the country of destination.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs office of exit"> <xs:annotation> <xs:documentation>[3096] Customs office at which the goods leave the country of dispatch/export.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs office of export"> <xs:annotation> <xs:documentation>Customs office from which goods are taken out of the Customs territory (CCC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs office of payment"> <xs:annotation> <xs:documentation>Place where Customs duties/taxes/fees have to be paid.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs office of registration of previous Customs declaration"> <xs:annotation> <xs:documentation>Customs office where the previous Customs declaration has been lodged.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs office of transit"> <xs:annotation> <xs:documentation>[3106] Customs office which is competent for transit formalities en route.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customs office of transit guarantee"> <xs:annotation> <xs:documentation>[3110] Customs office at which a security or guarantee for the movement of goods under a transit procedure is lodged.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Direct investment country"> <xs:annotation> <xs:documentation>Country in which a direct investment is made or withdrawn.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Disinfecting place"> <xs:annotation> <xs:documentation>Place where disinfection has been or must be performed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Documentary credit available in"> <xs:annotation> <xs:documentation>Place where the documentary credit is available with any bank.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Donation acting country"> <xs:annotation> <xs:documentation>Country acting in the donation of aid.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="End of chargeable section"> <xs:annotation> <xs:documentation>Last rail station in a predefined section of the chargeable voyage. A complete voyage may be divided in sections, even within one country, that are separately chargeable using different tariff rules (split tariffs).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Entity location"> <xs:annotation> <xs:documentation>Identifies the place or location of the entity.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Express railway station"> <xs:annotation> <xs:documentation>Railway station offering express transportation services.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Factory/plant"> <xs:annotation> <xs:documentation>Factory/plant relevant for a particular consignment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Fifth optional place of discharge"> <xs:annotation> <xs:documentation>The fifth optional place or port of discharge as mentioned on the transport document where cargo can be discharged at the option of the shipper.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Filing location"> <xs:annotation> <xs:documentation>Identifies the location of the filing entity.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Final port of discharge"> <xs:annotation> <xs:documentation>Last port at which cargo is unloaded from a vessel before the cargo is moved to a place of delivery or destination.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Final port or place of discharge"> <xs:annotation> <xs:documentation>Name of the seaport, airport, freight terminal, rail station or other place at which the goods (cargo) are finally (to be) unloaded from the means of transport used for their carriage according to the transport contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="First optional place of discharge"> <xs:annotation> <xs:documentation>The first optional place or port of discharge as mentioned on the transport document where cargo can be discharged at the option of the shipper.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="First port of call - discharging"> <xs:annotation> <xs:documentation>Port in the country of destination where the conveyance initially arrives from the last place/port of call of conveyance and where a conveyance will be discharging cargoes.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="First port of call - non-discharging"> <xs:annotation> <xs:documentation>Port in the country of destination where the conveyance initially arrives from the last place/port of call of conveyance and where a conveyance will not be discharging cargoes.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="For transportation to"> <xs:annotation> <xs:documentation>Place/country where goods are to be transported to.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Foreign port of call"> <xs:annotation> <xs:documentation>A code to identify the foreign port where the vessel calls at or will call at.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Foreign registration location"> <xs:annotation> <xs:documentation>Identifies the place or location of foreign registration.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Former location"> <xs:annotation> <xs:documentation>Identifies an earlier or previous place or location.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Former registered location"> <xs:annotation> <xs:documentation>Identifies the former registered location of an entity.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Fourth optional place of discharge"> <xs:annotation> <xs:documentation>The fourth optional place or port of discharge as mentioned on the transport document where cargo can be discharged at the option of the shipper.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Free zone of export"> <xs:annotation> <xs:documentation>Foreign free zone (desc: see 1131 = 131) from which goods are exported to the country of importation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Full track loading or unloading"> <xs:annotation> <xs:documentation>Identification of the station proceeding to the loading or unloading of a rail wagon on a full track site. (Used only when a rail station is obliged to transfer the load on another wagon for technical reasons - e.g. damage).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Future location"> <xs:annotation> <xs:documentation>Location to be used in the future.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Goods depot"> <xs:annotation> <xs:documentation>Depot where goods are received and are available for pick-up.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Goods receipt place"> <xs:annotation> <xs:documentation>Place at which the goods have been received.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Grid area"> <xs:annotation> <xs:documentation>A section of a grid.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Harbour rail station"> <xs:annotation> <xs:documentation>Rail station servicing a harbour.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Head office"> <xs:annotation> <xs:documentation>Identifies the place or location of a head office.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Hospital Advanced Dependency Unit (ADU)"> <xs:annotation> <xs:documentation>A designated unit in a hospital for advanced dependency nursing care.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Hospital Intensive Care Unit (ICU)"> <xs:annotation> <xs:documentation>An intensive care unit in a hospital.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Hospital luxury room"> <xs:annotation> <xs:documentation>A room in a hospital for patient accommodation of superior standard.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Hospital Neonatal Intensive Care Unit (NICU)"> <xs:annotation> <xs:documentation>A designated unit in a hospital for the provision of intensive care to neonates.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Hospital Paediatric Care Unit (PCU)"> <xs:annotation> <xs:documentation>A designated unit in a hospital for the provision of care to paediatric patients.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Hospital private room"> <xs:annotation> <xs:documentation>A room in a hospital for private accommodation of a patient.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Hospital shared room"> <xs:annotation> <xs:documentation>A room in a hospital for shared accommodation of patients.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Inspection site"> <xs:annotation> <xs:documentation>The site where an inspection takes or took place.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Last place/port of call of conveyance"> <xs:annotation> <xs:documentation>Conveyance departed from this last foreign place/port of call to go to "Place/port of conveyance initial arrival"(87).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Living animals care place"> <xs:annotation> <xs:documentation>Place where living animal cares are provided.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Loading dock"> <xs:annotation> <xs:documentation>Platform specially equipped for loading and unloading of rail wagons.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Loading on board/despatch/taking in charge at/from"> <xs:annotation> <xs:documentation>Place/country where goods have to be loaded on board, despatched or taken in charge.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Location of goods"> <xs:annotation> <xs:documentation>[3384] Place where goods are located.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Location to send mail"> <xs:annotation> <xs:documentation>Identifies the location to which mail is sent.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Maintenance location"> <xs:annotation> <xs:documentation>A location where maintenance has been or will be performed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Manufacturing department"> <xs:annotation> <xs:documentation>A department within the manufacturing area (e.g. lacquering, assembly).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Market area"> <xs:annotation> <xs:documentation>An area with common trading rules.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Marshalling yard"> <xs:annotation> <xs:documentation>Station where the wagons are disconnected and reconnected to form a new train.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Meat cutting location"> <xs:annotation> <xs:documentation>A location where the meat is cut into pieces.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Metering grid area"> <xs:annotation> <xs:documentation>A physical area where consumption, production and exchange can be metered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Mixed cargo railway station"> <xs:annotation> <xs:documentation>Railway station offering mixed cargo transportation services .</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Next berth"> <xs:annotation> <xs:documentation>Place or location in a port where a vessel will be moored, after moving from the current location.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Next non-discharge port of call"> <xs:annotation> <xs:documentation>A code to identify the next port of call for a vessel where no cargo will be discharged.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Next port of call"> <xs:annotation> <xs:documentation>Next port which the vessel is going to call upon.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Next port of discharge"> <xs:annotation> <xs:documentation>Next port at which goods are discharged from the vessel used for their transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="On-carriage port"> <xs:annotation> <xs:documentation>Port of discharge at which the cargo is discharged from the vessel, used for transport after the main transport (transit port).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Optional place of discharge"> <xs:annotation> <xs:documentation>The optional place or port of discharge as mentioned on the bill of lading where cargo is discharged at the option of the shipper.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Original location"> <xs:annotation> <xs:documentation>Identifies the original location.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Original port of loading"> <xs:annotation> <xs:documentation>The port where the goods were first loaded on a vessel.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Other carriers terminal"> <xs:annotation> <xs:documentation>A carrier terminal belonging to a carrier other than the original carrier.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Participant sender location"> <xs:annotation> <xs:documentation>Place where a participant in the movement of goods is located and can be contacted.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Payment place"> <xs:annotation> <xs:documentation>[3108] Place where funds are to be, or have been made available to the creditor.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Payment transaction country"> <xs:annotation> <xs:documentation>Country of the foreign counterpart of the payment transaction.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Person birth place"> <xs:annotation> <xs:documentation>[3486] Place where the person was born.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Petroleum warehouse"> <xs:annotation> <xs:documentation>Bonded petroleum warehouse or the supplier source.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Physical location"> <xs:annotation> <xs:documentation>Identifies the physical location.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Physical place of return of item"> <xs:annotation> <xs:documentation>Physical place at which the item is returned, i.e. the location where the supplier receives the item form the customer.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Phytosanitary control place"> <xs:annotation> <xs:documentation>Place where phytosanitary control has been or must be performed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pick-up location"> <xs:annotation> <xs:documentation>Location for pick up.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place for re-icing or de-icing"> <xs:annotation> <xs:documentation>Place where re-icing or de-icing has been or must be performed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of acceptance"> <xs:annotation> <xs:documentation>(3348) Place at which the goods are taken over by the carrier.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of arrival"> <xs:annotation> <xs:documentation>Place at which the transport means arrives.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of authentication of document"> <xs:annotation> <xs:documentation>(3410) Place where document is signed or otherwise authenticated. Synonym: Place of issue of document.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of business"> <xs:annotation> <xs:documentation>Identifies the place or location of a business.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of collection"> <xs:annotation> <xs:documentation>Place where goods are to be or could be picked up (collected).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of consolidation"> <xs:annotation> <xs:documentation>Place where smaller consignments of goods are grouped together into a large consignment to be transported as a larger unit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of consumption"> <xs:annotation> <xs:documentation>Place/location where goods enter the marketplace (commerce) of the importing country.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of Customs examination"> <xs:annotation> <xs:documentation>Place where Customs undertakes a physical inspection of goods to satisfy themselves that the goods nature, origin, condition, quantity and value are in accordance with the particulars furnished on the goods declaration (CCC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of deconsolidation"> <xs:annotation> <xs:documentation>Place where a large consignment is de-grouped into smaller consignments.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of delivery"> <xs:annotation> <xs:documentation>(3246) Place to which the goods are to be finally delivered under transport contract terms (operational term).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of delivery (by on carriage)"> <xs:annotation> <xs:documentation>Place to which the goods are to be finally delivered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of departure"> <xs:annotation> <xs:documentation>(3214) Port, airport or other location from which a means of transport or transport equipment is scheduled to depart or has departed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of destination"> <xs:annotation> <xs:documentation>Port, airport or other location to which a means of transport or transport equipment is destined.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of destination for pre-stacking prior to stowage"> <xs:annotation> <xs:documentation>The destination location for which items are to be pre-stacked prior to being stowed together on a means of transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of discharge and loading"> <xs:annotation> <xs:documentation>Place at which a means of transport is performing both discharge and loading operations, e.g. seaport, airport,freight terminal, rail station.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of discharge of empty equipment"> <xs:annotation> <xs:documentation>Seaport, airport, freight terminal, rail station or other place where empty equipment (e.g. containers) was unloaded from means of transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of disembarkation"> <xs:annotation> <xs:documentation>Place where the object or person disembarks from the conveyance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of dispatch"> <xs:annotation> <xs:documentation>Place at which the goods are taken over for carriage (operational term), if different from the transport contract place of acceptance (see: 10). Synonym: Place of origin of carriage.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of document issue"> <xs:annotation> <xs:documentation>The place or location where a document is issued.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of embarkation"> <xs:annotation> <xs:documentation>Place where the object is put, or goes, on board the conveyance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of empty equipment dispatch"> <xs:annotation> <xs:documentation>The location from which empty equipment is despatched.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of empty equipment return"> <xs:annotation> <xs:documentation>The location to which empty equipment is returned.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of entry (Customs)"> <xs:annotation> <xs:documentation>Place at which the goods enter the Customs territory.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of expiry"> <xs:annotation> <xs:documentation>Place where the documentary credit expires for presentation of required documents.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of handling"> <xs:annotation> <xs:documentation>Place where a handling operation is to be, or has been,performed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of incorporation"> <xs:annotation> <xs:documentation>Identifies the location of incorporation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of inquiry"> <xs:annotation> <xs:documentation>Place to which an inquiry is made.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of live animal care"> <xs:annotation> <xs:documentation>Place where live animal care has been or must be provided.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of loading of empty equipment"> <xs:annotation> <xs:documentation>Seaport, airport, freight terminal, rail station or other place where empty equipment (e.g. containers) was loaded onto means of transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of lodgement of documents"> <xs:annotation> <xs:documentation>Customs station where, required documents for Customs declarations, have been lodged.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of loss"> <xs:annotation> <xs:documentation>To identify the location where the loss occurred.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of negotiation"> <xs:annotation> <xs:documentation>Place where the documentary credit is to be presented for negotiation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of payment"> <xs:annotation> <xs:documentation>Name of the location at which freight and charges for main transport are payable.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of prolongation decision of delivery delay"> <xs:annotation> <xs:documentation>Place where it has been decided to prolong the delivery delay.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of provision of an unexpected service"> <xs:annotation> <xs:documentation>Place where an unexpected service has been or must be provided.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of receipt"> <xs:annotation> <xs:documentation>Identification of the location at which the cargo is actually received.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of refueling"> <xs:annotation> <xs:documentation>Place where refuelling has been or must be performed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of registration"> <xs:annotation> <xs:documentation>Place where the registration occurs.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of residence"> <xs:annotation> <xs:documentation>A place where a party lives.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of terms of delivery"> <xs:annotation> <xs:documentation>(3018) Point or port of departure, shipment or destination, as required under the applicable terms of delivery, e.g. Incoterms.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of transfer"> <xs:annotation> <xs:documentation>Place at which goods are transferred from one carrier to another (contractual term).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of transfer of ownership"> <xs:annotation> <xs:documentation>Place where the ownership of the goods is transferred.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of transfer responsibility"> <xs:annotation> <xs:documentation>Place where the responsibility is transferred.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of transshipment"> <xs:annotation> <xs:documentation>(3424) Place where goods are transferred from one means of transport to another (operational term).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of ultimate destination of conveyance"> <xs:annotation> <xs:documentation>Seaport, airport, freight terminal, rail station or other place to which a means of transport is ultimately destined.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place of ultimate destination of goods"> <xs:annotation> <xs:documentation>Place where goods will ultimately be delivered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place or location of sale"> <xs:annotation> <xs:documentation>Place or location at which the sale takes place.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place/location of off-hire"> <xs:annotation> <xs:documentation>Place/location where an objects contract for use ends.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place/location of on-hire"> <xs:annotation> <xs:documentation>Place/location where an object is contracted for use.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place/port of conveyance initial arrival"> <xs:annotation> <xs:documentation>Place/port in the country of destination where the conveyance initially arrives from the "Last place/port of call of conveyance" (125).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place/port of discharge"> <xs:annotation> <xs:documentation>(3392 + 3414) Seaport, airport, freight terminal, rail station or other place at which the goods (cargo) are unloaded from the means of transport having been used for their carriage.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place/port of first entry"> <xs:annotation> <xs:documentation>Place or port where final documentation is filed for Customs entry processing.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place/port of loading"> <xs:annotation> <xs:documentation>(3334 + 3230) Seaport, airport, freight terminal, rail station or other place at which the goods (cargo) are loaded on to the means of transport being used for their carriage.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Place/port of warehouse entry"> <xs:annotation> <xs:documentation>Location (e.g. district) within a Customs territory where a warehouse entry was filed to enter merchandise into a Customs bonded warehouse.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Port connection"> <xs:annotation> <xs:documentation>Track connecting a rail station to a dock.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Port of call"> <xs:annotation> <xs:documentation>Port where a vessel has called upon or will call upon.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Port of discharge"> <xs:annotation> <xs:documentation>Port at which the goods are discharged from the vessel used for their transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Port of entry"> <xs:annotation> <xs:documentation>Port where final documentation is filed for Customs Entry processing.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Port of release"> <xs:annotation> <xs:documentation>Port where goods are released from Customs custody.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pre-carriage port"> <xs:annotation> <xs:documentation>Port of loading at which the cargo is loaded on the pre- carriage vessel used for the transport prior to the main transport.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Previous berth"> <xs:annotation> <xs:documentation>Place or location in a port where a vessel was previously moored.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Previous port of call"> <xs:annotation> <xs:documentation>Previous port which the vessel has called upon.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Price area"> <xs:annotation> <xs:documentation>An area for which the same price is applicable to the whole area.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Private container terminal"> <xs:annotation> <xs:documentation>Container terminal managed or owned by a private company.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Property"> <xs:annotation> <xs:documentation>Identifies the place or location of property.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Railway container terminal"> <xs:annotation> <xs:documentation>Container terminal managed or owned by a railway company.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Railway station"> <xs:annotation> <xs:documentation>Name or identification of a railway station/yard relevant to a particular consignment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Rate combination point"> <xs:annotation> <xs:documentation>Point over which sector rates are combined.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Re-icing place"> <xs:annotation> <xs:documentation>Place where re-icing must be executed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Recharging place/location"> <xs:annotation> <xs:documentation>Place/location where a consignment has been changed of destination and is subject to a recharge note. (Complementary orders to modify the routing of the transport may be given, upon which a new charge calculation may be applied by the carrier).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Reconsolidation point"> <xs:annotation> <xs:documentation>A place where cargo is reconsolidated.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Region of delivery"> <xs:annotation> <xs:documentation>(3246) Region to which the goods are to be finally delivered under transport contract terms (operationalterm).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Region of destination"> <xs:annotation> <xs:documentation>Region known to the consignor or his agent at the time of despatch to be the final region to which the goods are to be delivered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Region of dispatch"> <xs:annotation> <xs:documentation>Region from which goods are despatched between countries of a Customs union.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Region of equipment availability"> <xs:annotation> <xs:documentation>Region in which a piece of equipment is requested to be made available for on-hire.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Region of export/dispatch"> <xs:annotation> <xs:documentation>Region from which the goods were initially exported to the importing country without any commercial transaction taking place in intermediate countries. Region of despatch: region from which goods are despatched between countries of a Customs union.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Region of origin"> <xs:annotation> <xs:documentation>Region in which the goods have been produced ormanufactured according to the criteria laid down for the purposes of the application of the Customs tariff, of quantitative restrictions or of any other measures related to trade (see: 3238).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Region of production"> <xs:annotation> <xs:documentation>Region where item has been or will be produced.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Registered office"> <xs:annotation> <xs:documentation>Identifies the place or location of a registered office.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Relay port"> <xs:annotation> <xs:documentation>A location where cargo is transferred from one means of transport to another means of transport owned or operated by the same carrier under the same bill of lading.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Reporting location"> <xs:annotation> <xs:documentation>The location to which the information being reported is applicable.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Request only stop"> <xs:annotation> <xs:documentation>A location where a stop is only made on request.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="rivate box"> <xs:annotation> <xs:documentation>PA private box used for pick-up and delivery of packages, e.g. of express packages.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Routing"> <xs:annotation> <xs:documentation>Indication of a routing place.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sailing destination area"> <xs:annotation> <xs:documentation>Geographical area to which the vessels trip is destined.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sample location"> <xs:annotation> <xs:documentation>Code identifying the location from which a sample is taken.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Scheduled berth"> <xs:annotation> <xs:documentation>Place or location in a port where a vessel is scheduled to be moored.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Scheduled berth, bow"> <xs:annotation> <xs:documentation>Place or location in a port where the bow of a vessel is scheduled to berth.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Scheduled berth, stern"> <xs:annotation> <xs:documentation>Place or location in a port where the stern of a vessel is scheduled to berth.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Second optional place of discharge"> <xs:annotation> <xs:documentation>The second optional place or port of discharge as mentioned on the transport document where cargo can be discharged at the option of shipper.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Siding"> <xs:annotation> <xs:documentation>A short railway track for loading or unloading rail wagons, or bypassing of trains, connected with a main track by switch.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sink power area"> <xs:annotation> <xs:documentation>The area that is the destination of power.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Slaughterhouse"> <xs:annotation> <xs:documentation>Place for the slaughter of animals as food.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Source power area"> <xs:annotation> <xs:documentation>The area that is the source of power.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Special treatment place"> <xs:annotation> <xs:documentation>Place where one or more special treatments have happened or must happen.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Station of application of additional costs"> <xs:annotation> <xs:documentation>Rail station where, according to the transport contract, some chargeable operations must happen (re-weighting, re-fixing of the load, control on equipment and on consignment, etc.).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Stopping station"> <xs:annotation> <xs:documentation>Station where the train must stop or is stopped for unexpected handling.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Stowage location"> <xs:annotation> <xs:documentation>[8042] Indication of the location on board a means of transport where specified goods or transport equipment have been or are to be placed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sub-project location"> <xs:annotation> <xs:documentation>A place at which works occur referring to a sub-project.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tare check place"> <xs:annotation> <xs:documentation>Place where equipment tare has been or must be checked for official assessment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tax filed from location"> <xs:annotation> <xs:documentation>Identifies the location from which taxes are filed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Terminal"> <xs:annotation> <xs:documentation>A terminus for transport vehicles.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Terms of sale place"> <xs:annotation> <xs:documentation>Place of departure, shipment or destination as specified in the terms of sale agreed between the parties.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Third optional place of discharge"> <xs:annotation> <xs:documentation>The third optional place or port of discharge as mentioned on the transport document where cargo can be discharged at the option of the shipper.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tourist point of interest"> <xs:annotation> <xs:documentation>Code to specify that the location is a tourist point of interest.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transhipment excluding this place"> <xs:annotation> <xs:documentation>Place/location where a transhipment from a means of transport to another means of transport is not authorised.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transhipment limited to this place"> <xs:annotation> <xs:documentation>Only place/location where a transhipment from a means of transport to another means of transport is authorised.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport contract place of acceptance"> <xs:annotation> <xs:documentation>Place at which the goods are taken over by the carrier according to the contract of carriage.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport contract place of destination"> <xs:annotation> <xs:documentation>Place to which the goods are destined.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Transport contract place of dispatch"> <xs:annotation> <xs:documentation>A place from which goods are despatched as per transport contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Wage negotiation district"> <xs:annotation> <xs:documentation>The district to which workers belong for the purposes of union wage negotiation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Wagon-load railway station"> <xs:annotation> <xs:documentation>A railway station where rail wagons are loaded.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Ward bed"> <xs:annotation> <xs:documentation>A bed in a ward.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Warehouse"> <xs:annotation> <xs:documentation>(3156) Warehouse where a particular consignment has been stored.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Weighting place"> <xs:annotation> <xs:documentation>Place where weight can be ascertained.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="LocationFunctionCodeType"> <xs:annotation> <xs:documentation>A data type for a location categorized on the function that it performs</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:LocationFunctionCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="LocationKindCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the kinds of locations that may appear on an itinerary.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="airport"> <xs:annotation> <xs:documentation>airport</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="city"> <xs:annotation> <xs:documentation>city</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="customs facility"> <xs:annotation> <xs:documentation>customs facility</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="seaport"> <xs:annotation> <xs:documentation>seaport</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="LocationKindCodeType"> <xs:annotation> <xs:documentation>A data type for the kinds of locations that may appear on an itinerary.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:LocationKindCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="MeasureUnitCodeSimpleType"> <xs:annotation> <xs:documentation>A data type representing the type measure unit whether area, volume etc..</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Area"> <xs:annotation> <xs:documentation>Area</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Quantity"> <xs:annotation> <xs:documentation>Quantity</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Volume"> <xs:annotation> <xs:documentation>Volume</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Weight"> <xs:annotation> <xs:documentation>Weight</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="MeasureUnitCodeType"> <xs:annotation> <xs:documentation>A data type for a type measure unit whether area, volume etc..</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:MeasureUnitCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="PackagingFormCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the various forms of packaging.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="AmmoPack"> <xs:annotation> <xs:documentation>AmmoPack</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bag"> <xs:annotation> <xs:documentation>Bag</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bale"> <xs:annotation> <xs:documentation>Bale</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Barrel"> <xs:annotation> <xs:documentation>Barrel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Beam"> <xs:annotation> <xs:documentation>Beam</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bottle"> <xs:annotation> <xs:documentation>Bottle</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Box"> <xs:annotation> <xs:documentation>Box</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BoxWithInnerContainer"> <xs:annotation> <xs:documentation>BoxWithInnerContainer</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BulkBag"> <xs:annotation> <xs:documentation>BulkBag</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Bundle"> <xs:annotation> <xs:documentation>Bundle</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Can"> <xs:annotation> <xs:documentation>Can</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Carboy"> <xs:annotation> <xs:documentation>Carboy</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Carton"> <xs:annotation> <xs:documentation>Carton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Case"> <xs:annotation> <xs:documentation>Case</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cask"> <xs:annotation> <xs:documentation>Cask</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Coil"> <xs:annotation> <xs:documentation>Coil</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cones"> <xs:annotation> <xs:documentation>Cones</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Container"> <xs:annotation> <xs:documentation>Container</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Crate"> <xs:annotation> <xs:documentation>Crate</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Cylinder"> <xs:annotation> <xs:documentation>Cylinder</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Drum"> <xs:annotation> <xs:documentation>Drum</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Flask"> <xs:annotation> <xs:documentation>Flask</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GarmentsOnHangers"> <xs:annotation> <xs:documentation>GarmentsOnHangers</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HouseholdGoods"> <xs:annotation> <xs:documentation>HouseholdGoods</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Keg"> <xs:annotation> <xs:documentation>Keg</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Kit"> <xs:annotation> <xs:documentation>Kit</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Lifts"> <xs:annotation> <xs:documentation>Lifts</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OnOwnWheel"> <xs:annotation> <xs:documentation>OnOwnWheel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Other"> <xs:annotation> <xs:documentation>Other</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Package"> <xs:annotation> <xs:documentation>Package</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pail"> <xs:annotation> <xs:documentation>Pail</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pallet"> <xs:annotation> <xs:documentation>Pallet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pieces"> <xs:annotation> <xs:documentation>Pieces</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Rack"> <xs:annotation> <xs:documentation>Rack</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Reel"> <xs:annotation> <xs:documentation>Reel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Roll"> <xs:annotation> <xs:documentation>Roll</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sheet"> <xs:annotation> <xs:documentation>Sheet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Skid"> <xs:annotation> <xs:documentation>Skid</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Slip"> <xs:annotation> <xs:documentation>Slip</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Spool"> <xs:annotation> <xs:documentation>Spool</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tank"> <xs:annotation> <xs:documentation>Tank</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TriWallBox"> <xs:annotation> <xs:documentation>TriWallBox</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Tube"> <xs:annotation> <xs:documentation>Tube</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Units"> <xs:annotation> <xs:documentation>Units</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unknown"> <xs:annotation> <xs:documentation>Unknown</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Vehicles"> <xs:annotation> <xs:documentation>Vehicles</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="PackagingFormCodeType"> <xs:annotation> <xs:documentation>A data type for the various forms of packaging.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:PackagingFormCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="ProcessingEstablishmentIDCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for a the identification code specifying the slaughtering, freezing, or other processing establishment.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="DUNS"> <xs:annotation> <xs:documentation>DUNS</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EAN"> <xs:annotation> <xs:documentation>EAN</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="ProcessingEstablishmentIDCodeType"> <xs:annotation> <xs:documentation>A data type for a the identification code specifying the slaughtering, freezing, or other processing establishment.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:ProcessingEstablishmentIDCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="RoleOfPartyCategoryCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the category of role played by the Party/Organization in the given context of a transaction</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Agent"> <xs:annotation> <xs:documentation>Agent</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Buyer"> <xs:annotation> <xs:documentation>Buyer</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Carrier"> <xs:annotation> <xs:documentation>Carrier</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Consignee"> <xs:annotation> <xs:documentation>Consignee</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Consignor"> <xs:annotation> <xs:documentation>Consignor</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Consolidator"> <xs:annotation> <xs:documentation>Consolidator</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ConsortiumCarrier"> <xs:annotation> <xs:documentation>ConsortiumCarrier</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ContainerTerminalOperator"> <xs:annotation> <xs:documentation>ContainerTerminalOperator</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Deconsolidator"> <xs:annotation> <xs:documentation>Deconsolidator</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Exporter"> <xs:annotation> <xs:documentation>Exporter</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Importer"> <xs:annotation> <xs:documentation>Importer</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IntermediateCarrier"> <xs:annotation> <xs:documentation>IntermediateCarrier</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IntermediateConsignee"> <xs:annotation> <xs:documentation>IntermediateConsignee</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LoadingProofParty"> <xs:annotation> <xs:documentation>LoadingProofParty</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Manufacturer"> <xs:annotation> <xs:documentation>Manufacturer</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Master"> <xs:annotation> <xs:documentation>Master</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NonVesselOperatingCarrier"> <xs:annotation> <xs:documentation>NonVesselOperatingCarrier</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NotifyParty"> <xs:annotation> <xs:documentation>NotifyParty</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ProcessingEstablishment"> <xs:annotation> <xs:documentation>ProcessingEstablishment</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Seller"> <xs:annotation> <xs:documentation>Seller</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Stevedore"> <xs:annotation> <xs:documentation>Stevedore</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="StuffingEstablishment"> <xs:annotation> <xs:documentation>StuffingEstablishment</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TransportContractDocument"> <xs:annotation> <xs:documentation>TransportContractDocument</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TransportEquipment"> <xs:annotation> <xs:documentation>TransportEquipment</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TransportMeansOperator"> <xs:annotation> <xs:documentation>TransportMeansOperator</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TransportMeansOwner"> <xs:annotation> <xs:documentation>TransportMeansOwner</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="UNDGContact"> <xs:annotation> <xs:documentation>UNDGContact</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="RoleOfPartyCategoryCodeType"> <xs:annotation> <xs:documentation>A data type for the role played by the Party/Organization in the given context of a transaction.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:RoleOfPartyCategoryCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="SealIntactStatusCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the status conditions of seal.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Absent"> <xs:annotation> <xs:documentation>The seal is missing.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Broken"> <xs:annotation> <xs:documentation>The seal has been broken.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Intact"> <xs:annotation> <xs:documentation>The seal is intact.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="SealIntactStatusCodeType"> <xs:annotation> <xs:documentation>A data type for the status conditions of seal.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:SealIntactStatusCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="SealVerificationStatusCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the status of seal verification.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="unknown"> <xs:annotation> <xs:documentation>The status of seal verification is unknown.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="unverified"> <xs:annotation> <xs:documentation>The seal has not been verified by a CBP/CSI officer.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="verified"> <xs:annotation> <xs:documentation>The seal has been verified by a CBP/CSI officer.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="SealVerificationStatusCodeType"> <xs:annotation> <xs:documentation>A data type for the status of seal verification.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:SealVerificationStatusCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="ShapeCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the kinds of geometric shapes.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="box"> <xs:annotation> <xs:documentation>box</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="horizontal cylinder"> <xs:annotation> <xs:documentation>horizontal cylinder</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="irregular"> <xs:annotation> <xs:documentation>irregular</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="other"> <xs:annotation> <xs:documentation>other</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="pyramid"> <xs:annotation> <xs:documentation>pyramid</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="sphere"> <xs:annotation> <xs:documentation>sphere</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="vertical cylinder"> <xs:annotation> <xs:documentation>vertical cylinder</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="ShapeCodeType"> <xs:annotation> <xs:documentation>A data type for the kinds of geometric shapes.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:ShapeCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="StatusCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for a status in the process</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="1"> <xs:annotation> <xs:documentation>To be done. Remark that the requested service in the order remains outstanding.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10"> <xs:annotation> <xs:documentation>0 day available. The amount is available today.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="100"> <xs:annotation> <xs:documentation>Satisfied. Adequately met, fulfilled or complied with all conditions.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="101"> <xs:annotation> <xs:documentation>Set aside. Set aside by using ones authority</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="102"> <xs:annotation> <xs:documentation>Settled. Concluded by mutual agreement.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="103"> <xs:annotation> <xs:documentation>Settled out of court. The matter has been settled out of court.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="104"> <xs:annotation> <xs:documentation>Stayed. A stopping of the proceedings.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="105"> <xs:annotation> <xs:documentation>Terminated. Brought to an end.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="106"> <xs:annotation> <xs:documentation>Arranged. Planned or provided for.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="107"> <xs:annotation> <xs:documentation>Not arranged. Not planned or provided for.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="108"> <xs:annotation> <xs:documentation>Instructed to start. Received instruction to start.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="109"> <xs:annotation> <xs:documentation>Instructed to stop. Received instruction to stop.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="11"> <xs:annotation> <xs:documentation>1 day available, The amount is available on the next banking office day after the booking date</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="110"> <xs:annotation> <xs:documentation>Stock quantity corrected. A difference in quantity between stocks has been corrected.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="111"> <xs:annotation> <xs:documentation>Inactive. Not in operation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="112"> <xs:annotation> <xs:documentation>Active. In operation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="113"> <xs:annotation> <xs:documentation>Incomplete data. The data is incomplete.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="114"> <xs:annotation> <xs:documentation>Booked when overbooked. The booking has been made although there is no more availability.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="115"> <xs:annotation> <xs:documentation>Provisional. The object is in a provisional status.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="116"> <xs:annotation> <xs:documentation>Ticketed. The ticket has been issued.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="117"> <xs:annotation> <xs:documentation>Washed. The object is washed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="118"> <xs:annotation> <xs:documentation>Unwashed. The object is not washed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="119"> <xs:annotation> <xs:documentation>Out of date. The information is out of date.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="12"> <xs:annotation> <xs:documentation>2 days available. The amount is available on the second banking office day after the booking date.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="120"> <xs:annotation> <xs:documentation>Alternative. The information is an alternative to the request.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="121"> <xs:annotation> <xs:documentation>Complete. Entire.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="122"> <xs:annotation> <xs:documentation>Partial. Not complete.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="123"> <xs:annotation> <xs:documentation>Contracted. Governed by a contract.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="124"> <xs:annotation> <xs:documentation>Technically limited. Governed by technical limitations.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="125"> <xs:annotation> <xs:documentation>Adjusted. The information is adjusted.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="126"> <xs:annotation> <xs:documentation>Expected delivery. The consignment which is/was expected.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="127"> <xs:annotation> <xs:documentation>Measured. The referenced item has been measured.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="128"> <xs:annotation> <xs:documentation>Ready for loading. The referenced item is ready for loading.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="129"> <xs:annotation> <xs:documentation>Not heat treated. The object is not heat treated.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="13"> <xs:annotation> <xs:documentation>3 days available. The amount available on the third banking office day after the booking date.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="130"> <xs:annotation> <xs:documentation>Heat treated. The object is heat treated.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="131"> <xs:annotation> <xs:documentation>Fully cooked. The object is fully cooked.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="132"> <xs:annotation> <xs:documentation>Not fully cooked. The object is not fully cooked.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="133"> <xs:annotation> <xs:documentation>Hothouse grown. The object is hothouse grown.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="134"> <xs:annotation> <xs:documentation>Knocked down. The object is disassembled.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="135"> <xs:annotation> <xs:documentation>Solid. The object is a solid.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="136"> <xs:annotation> <xs:documentation>Liquid. The object is a liquid.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="137"> <xs:annotation> <xs:documentation>Gas. The object is in a gaseous form.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="138"> <xs:annotation> <xs:documentation>Sludge.The object is a semi-solid material.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="14"> <xs:annotation> <xs:documentation>Uncollected funds Funds not collected by beneficiary.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="15"> <xs:annotation> <xs:documentation>Nil. The amount or quantity is zero.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="16"> <xs:annotation> <xs:documentation>None advised. No status or condition has been advised.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="17"> <xs:annotation> <xs:documentation>Requested. A status or condition has been requested.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="18"> <xs:annotation> <xs:documentation>Free of charge. No charge is to be made.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="19"> <xs:annotation> <xs:documentation>Rounded. The quantity has been the subject of a rounding operation.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2"> <xs:annotation> <xs:documentation>Done. The instruction has been completed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="20"> <xs:annotation> <xs:documentation>Permanent. Intended to last or function indefinitely.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="21"> <xs:annotation> <xs:documentation>Temporary. Lasting or intended to last or function for a limited time.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="22"> <xs:annotation> <xs:documentation>Subject to agreed condition. Subject to agreed condition.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="23"> <xs:annotation> <xs:documentation>Added. In addition to.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="24"> <xs:annotation> <xs:documentation>Deducted. A deduction from.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="25"> <xs:annotation> <xs:documentation>Included. Is included in.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="26"> <xs:annotation> <xs:documentation>Subject to clearing. Clearing operations are to be applied.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="27"> <xs:annotation> <xs:documentation>Subject to bilaterally agreed condition. Bilaterally agreed conditions are to be applied.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="28"> <xs:annotation> <xs:documentation>Transaction expected to be executed. The transaction is expected to be executed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="29"> <xs:annotation> <xs:documentation>Debit. The object has a status of debit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3"> <xs:annotation> <xs:documentation>Passed on. The information has been passed on.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="30"> <xs:annotation> <xs:documentation>Credit. The object has a status of credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="31"> <xs:annotation> <xs:documentation>Positive debit. The object has a status of positive debit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="32"> <xs:annotation> <xs:documentation>Negative debit. The object has a status of negative debit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="33"> <xs:annotation> <xs:documentation>Positive credit. The object has a status of positive credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="34"> <xs:annotation> <xs:documentation>Negative credit. The object has a status of negative credit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="35"> <xs:annotation> <xs:documentation>Started. To specify an event has started.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="36"> <xs:annotation> <xs:documentation>Revised. To indicate a revision has been made.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="37"> <xs:annotation> <xs:documentation>Stolen. A consignment or goods have been stolen.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="38"> <xs:annotation> <xs:documentation>Assigned. A value has been assigned to an item.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="39"> <xs:annotation> <xs:documentation>Approved. Approval has been given.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4"> <xs:annotation> <xs:documentation>Final. The amount has the status of finality.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="40"> <xs:annotation> <xs:documentation>Withdrawn. Item is withdrawn.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="41"> <xs:annotation> <xs:documentation>Rejected. Item is rejected.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="42"> <xs:annotation> <xs:documentation>Approval pending. Approval is pending.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="43"> <xs:annotation> <xs:documentation>Postponed. Further action is delayed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="44"> <xs:annotation> <xs:documentation>Replaced. Item has been replaced.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="45"> <xs:annotation> <xs:documentation>No status. There is no status information to report.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="46"> <xs:annotation> <xs:documentation>Does not exist. Non existent.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="47"> <xs:annotation> <xs:documentation>Draft version. A preliminary version.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="48"> <xs:annotation> <xs:documentation>Live version. A version with a live status.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="49"> <xs:annotation> <xs:documentation>Expired version. A version which no longer has a live status.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5"> <xs:annotation> <xs:documentation>Subject to final payment. The amount is subject to finality.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="50"> <xs:annotation> <xs:documentation>Part-time. Using only part of the available time.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="51"> <xs:annotation> <xs:documentation>Full-time. Using the whole of the available time.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="52"> <xs:annotation> <xs:documentation>Not a student. Not enrolled in an educational program.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="53"> <xs:annotation> <xs:documentation>To be extracted. To be removed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="54"> <xs:annotation> <xs:documentation>Impacted tooth. Tooth wedged between another tooth and the jaw.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="55"> <xs:annotation> <xs:documentation>Extracted. Removed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="56"> <xs:annotation> <xs:documentation>Estimated. The value is estimated.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="57"> <xs:annotation> <xs:documentation>Undefined incident. An undefined incident has occurred.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="58"> <xs:annotation> <xs:documentation>Quantity error. The quantity is an error.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="59"> <xs:annotation> <xs:documentation>Monetary amount error. The monetary amount is an error.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6"> <xs:annotation> <xs:documentation>Minimum. The amount quoted is a minimum tariff.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="60"> <xs:annotation> <xs:documentation>Product not ordered. The product was not ordered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="61"> <xs:annotation> <xs:documentation>Uncertain. The value is uncertain.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="62"> <xs:annotation> <xs:documentation>Significant. Noteworthy.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="63"> <xs:annotation> <xs:documentation>Not accepted. The item has not been accepted.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="64"> <xs:annotation> <xs:documentation>Order or request cancelled. The referenced order or request has been cancelled.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="65"> <xs:annotation> <xs:documentation>Negative. Negative status.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="66"> <xs:annotation> <xs:documentation>Unsigned amount. The status of the amount is unsigned.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="67"> <xs:annotation> <xs:documentation>Preliminary. Preparatory to.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="68"> <xs:annotation> <xs:documentation>Split. Divided into parts.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="69"> <xs:annotation> <xs:documentation>Recommended. The object is favoured in preference to other alternatives.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7"> <xs:annotation> <xs:documentation>Fixed.The amount quoted is a fixed tariff.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="70"> <xs:annotation> <xs:documentation>Issued. Has been given out.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="71"> <xs:annotation> <xs:documentation>Available for ordering. Goods are available for ordering.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="72"> <xs:annotation> <xs:documentation>Not available for ordering. Goods are not available for ordering.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="73"> <xs:annotation> <xs:documentation>Confirmed. Officially acknowledged.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="74"> <xs:annotation> <xs:documentation>Expiry date exceeded. The expiry date has been exceeded.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="75"> <xs:annotation> <xs:documentation>Prescribed. Advised the use of.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="76"> <xs:annotation> <xs:documentation>All published issues since subscription start. Applies to all published issues since subscription start.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="77"> <xs:annotation> <xs:documentation>All published issues since issue specified in claim. Applies to all published issues since issue specified in claim.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="78"> <xs:annotation> <xs:documentation>All published issues from and including issue specified in claim.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="79"> <xs:annotation> <xs:documentation>Specified published issue only. Applies to specified published issue only.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="8"> <xs:annotation> <xs:documentation>Maximum. The amount quoted is a maximum tariff.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="80"> <xs:annotation> <xs:documentation>Publication issue cancelled. Publication issue has been cancelled.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="81"> <xs:annotation> <xs:documentation>Definitive. The status is definitive.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="82"> <xs:annotation> <xs:documentation>Supplementary. An addition to something.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="83"> <xs:annotation> <xs:documentation>Under legal appeal. An application to a court for a reconsideration of the decision</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="84"> <xs:annotation> <xs:documentation>Legally assigned. Transferred legally to another party.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="85"> <xs:annotation> <xs:documentation>Updated. Brought up to date.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="86"> <xs:annotation> <xs:documentation>Ratified. Made valid or binding by some formal or legal act.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="87"> <xs:annotation> <xs:documentation>Under consideration. Being considered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="88"> <xs:annotation> <xs:documentation>Countersued. A response to institute legal proceedings in which an entity has filed a law suit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="89"> <xs:annotation> <xs:documentation>Legal item dismissed. Refused further hearing to a legal matter.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9"> <xs:annotation> <xs:documentation>Information. The amount is quoted for information only, it is not part of the charges to be deducted or added.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="90"> <xs:annotation> <xs:documentation>Disputed. Questioned validity.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="91"> <xs:annotation> <xs:documentation>Enforced. Compelled observance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="92"> <xs:annotation> <xs:documentation>Legal documentation filed. Submitted a petition, document or application to the appropriate authority.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="93"> <xs:annotation> <xs:documentation>Judgement for defendant. A judgement for the defendant was rendered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="94"> <xs:annotation> <xs:documentation>Judgement for plaintiff. A judgement for the plaintiff was rendered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="95"> <xs:annotation> <xs:documentation>Unchanged. Unaltered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="96"> <xs:annotation> <xs:documentation>Legal documentation not filed. No petition, document or application was submitted to the appropriate authority.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="97"> <xs:annotation> <xs:documentation>Pending. Awaiting decision or settlement.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="98"> <xs:annotation> <xs:documentation>Debt released. Released a debt.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="99"> <xs:annotation> <xs:documentation>Law suit filed. A law suit was filed.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="StatusCodeType"> <xs:annotation> <xs:documentation>A data type for a status in the process</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:StatusCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="TransportMeansCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the code that represents the kind of Transport means.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Air"> <xs:annotation> <xs:documentation>IATA International Aircraft Type Codes</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Rail"> <xs:annotation> <xs:documentation>Locomotive number</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Road"> <xs:annotation> <xs:documentation>national license</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SEA"> <xs:annotation> <xs:documentation>ITU Standard or Lloyds</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="TransportMeansCodeType"> <xs:annotation> <xs:documentation>A data type for a Transport means.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="itcodes:TransportMeansCodeSimpleType"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="UNECECategoryCodeSimpleType"> <xs:annotation> <xs:documentation>A data type for the UNECE Categorization of the container/Packaging.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="1A"> <xs:annotation> <xs:documentation>Drum, steel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1B"> <xs:annotation> <xs:documentation>Drum, aluminium</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1D"> <xs:annotation> <xs:documentation>Drum, plywood</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1G"> <xs:annotation> <xs:documentation>Drum, fibre</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1W"> <xs:annotation> <xs:documentation>Drum, wooden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2C"> <xs:annotation> <xs:documentation>Barrel, wooden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3A"> <xs:annotation> <xs:documentation>Jerrican, steel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3H"> <xs:annotation> <xs:documentation>Jerrican, plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="43"> <xs:annotation> <xs:documentation>Bag, super bulk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4A"> <xs:annotation> <xs:documentation>Box, steel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4B"> <xs:annotation> <xs:documentation>Box, aluminium</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4C"> <xs:annotation> <xs:documentation>Box, natural wood</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4D"> <xs:annotation> <xs:documentation>Box, plywood</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4F"> <xs:annotation> <xs:documentation>Box, reconstituted wood</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4G"> <xs:annotation> <xs:documentation>Box, fibreboard</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4H"> <xs:annotation> <xs:documentation>Box, plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5H"> <xs:annotation> <xs:documentation>Bag, woven plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5L"> <xs:annotation> <xs:documentation>Bag, textile</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5M"> <xs:annotation> <xs:documentation>Bag, paper</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6H"> <xs:annotation> <xs:documentation>Composite packaging, plastic receptacle</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6P"> <xs:annotation> <xs:documentation>Composite packaging, glass receptacle</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AA"> <xs:annotation> <xs:documentation>Intermediate bulk container, rigid plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AB"> <xs:annotation> <xs:documentation>Receptacle, fibre</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AC"> <xs:annotation> <xs:documentation>Receptacle, paper</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AD"> <xs:annotation> <xs:documentation>Receptacle, wooden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AE"> <xs:annotation> <xs:documentation>Aerosol</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AF"> <xs:annotation> <xs:documentation>Pallet, modular, collars 80cms * 60cms</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AG"> <xs:annotation> <xs:documentation>Pallet, shrinkwrapped</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AH"> <xs:annotation> <xs:documentation>Pallet, 100cms * 110cms</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AI"> <xs:annotation> <xs:documentation>Clamshell</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AJ"> <xs:annotation> <xs:documentation>Cone</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AM"> <xs:annotation> <xs:documentation>Ampoule, non-protected</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AP"> <xs:annotation> <xs:documentation>Ampoule, protected</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AT"> <xs:annotation> <xs:documentation>Atomizer</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AV"> <xs:annotation> <xs:documentation>Capsule</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BA"> <xs:annotation> <xs:documentation>Barrel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BB"> <xs:annotation> <xs:documentation>Bobbin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BC"> <xs:annotation> <xs:documentation>Bottlecrate / bottlerack</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BD"> <xs:annotation> <xs:documentation>Board</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BE"> <xs:annotation> <xs:documentation>Bundle</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BF"> <xs:annotation> <xs:documentation>Balloon, non-protected</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BG"> <xs:annotation> <xs:documentation>Bag</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BH"> <xs:annotation> <xs:documentation>Bunch</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BI"> <xs:annotation> <xs:documentation>Bin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BJ"> <xs:annotation> <xs:documentation>Bucket</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BK"> <xs:annotation> <xs:documentation>Basket</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BL"> <xs:annotation> <xs:documentation>Bale, compressed</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BM"> <xs:annotation> <xs:documentation>Basin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BN"> <xs:annotation> <xs:documentation>Bale, non-compressed</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BO"> <xs:annotation> <xs:documentation>Bottle, non-protected, cylindrical</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BP"> <xs:annotation> <xs:documentation>Balloon, protected</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BQ"> <xs:annotation> <xs:documentation>Bottle, protected cylindrical</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BR"> <xs:annotation> <xs:documentation>Bar</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BS"> <xs:annotation> <xs:documentation>Bottle, non-protected, bulbous</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BT"> <xs:annotation> <xs:documentation>Bolt</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BU"> <xs:annotation> <xs:documentation>Butt</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BV"> <xs:annotation> <xs:documentation>Bottle, protected bulbous</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BW"> <xs:annotation> <xs:documentation>Box, for liquids</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BX"> <xs:annotation> <xs:documentation>Box</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BY"> <xs:annotation> <xs:documentation>Board, in bundle/bunch/truss</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BZ"> <xs:annotation> <xs:documentation>Bars, in bundle/bunch/truss</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CA"> <xs:annotation> <xs:documentation>Can, rectangular</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CB"> <xs:annotation> <xs:documentation>Crate, beer</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CC"> <xs:annotation> <xs:documentation>Churn</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CD"> <xs:annotation> <xs:documentation>Can, with handle and spout</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CE"> <xs:annotation> <xs:documentation>Creel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CF"> <xs:annotation> <xs:documentation>Coffer</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CG"> <xs:annotation> <xs:documentation>Cage</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CH"> <xs:annotation> <xs:documentation>Chest</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CI"> <xs:annotation> <xs:documentation>Canister</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CJ"> <xs:annotation> <xs:documentation>Coffin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CK"> <xs:annotation> <xs:documentation>Cask</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CL"> <xs:annotation> <xs:documentation>Coil</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CM"> <xs:annotation> <xs:documentation>Card</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CN"> <xs:annotation> <xs:documentation>Container, not otherwise specified as transport equipment</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CO"> <xs:annotation> <xs:documentation>Carboy, non-protected</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CP"> <xs:annotation> <xs:documentation>Carboy, protected</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CQ"> <xs:annotation> <xs:documentation>Cartridge</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CR"> <xs:annotation> <xs:documentation>Crate</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CS"> <xs:annotation> <xs:documentation>Case</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CT"> <xs:annotation> <xs:documentation>Carton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CU"> <xs:annotation> <xs:documentation>Cup</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CV"> <xs:annotation> <xs:documentation>Cover</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CW"> <xs:annotation> <xs:documentation>Cage, roll</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CX"> <xs:annotation> <xs:documentation>Can, cylindrical</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CY"> <xs:annotation> <xs:documentation>Cylinder</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CZ"> <xs:annotation> <xs:documentation>Canvas</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DA"> <xs:annotation> <xs:documentation>Crate, multiple layer, plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DB"> <xs:annotation> <xs:documentation>Crate, multiple layer, wooden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DC"> <xs:annotation> <xs:documentation>Crate, multiple layer, cardboard</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DG"> <xs:annotation> <xs:documentation>Cage, Commonwealth Handling Equipment Pool (CHEP)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DH"> <xs:annotation> <xs:documentation>Box, Commonwealth Handling Equipment Pool (CHEP), Eurobox</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DI"> <xs:annotation> <xs:documentation>Drum, iron</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DJ"> <xs:annotation> <xs:documentation>Demijohn, non-protected</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DK"> <xs:annotation> <xs:documentation>Crate, bulk, cardboard</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DL"> <xs:annotation> <xs:documentation>Crate, bulk, plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DM"> <xs:annotation> <xs:documentation>Crate, bulk, wooden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DN"> <xs:annotation> <xs:documentation>Dispenser</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DP"> <xs:annotation> <xs:documentation>Demijohn, protected</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DR"> <xs:annotation> <xs:documentation>Drum</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DS"> <xs:annotation> <xs:documentation>Tray, one layer no cover, plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DT"> <xs:annotation> <xs:documentation>Tray, one layer no cover, wooden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DU"> <xs:annotation> <xs:documentation>Tray, one layer no cover, polystyrene</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DV"> <xs:annotation> <xs:documentation>Tray, one layer no cover, cardboard</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DW"> <xs:annotation> <xs:documentation>Tray, two layers no cover, plastic tray</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DX"> <xs:annotation> <xs:documentation>Tray, two layers no cover, wooden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DY"> <xs:annotation> <xs:documentation>Tray, two layers no cover, cardboard</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EC"> <xs:annotation> <xs:documentation>Bag, plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ED"> <xs:annotation> <xs:documentation>Case, with pallet base</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EE"> <xs:annotation> <xs:documentation>Case, with pallet base, wooden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EF"> <xs:annotation> <xs:documentation>Case, with pallet base, cardboard</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EG"> <xs:annotation> <xs:documentation>Case, with pallet base, plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EH"> <xs:annotation> <xs:documentation>Case, with pallet base, metal</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EI"> <xs:annotation> <xs:documentation>Case, isothermic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EN"> <xs:annotation> <xs:documentation>Envelope</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FC"> <xs:annotation> <xs:documentation>Crate, fruit</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FD"> <xs:annotation> <xs:documentation>Crate, framed</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FI"> <xs:annotation> <xs:documentation>Firkin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FL"> <xs:annotation> <xs:documentation>Flask</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FO"> <xs:annotation> <xs:documentation>Footlocker</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FP"> <xs:annotation> <xs:documentation>Filmpack</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FR"> <xs:annotation> <xs:documentation>Frame</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FT"> <xs:annotation> <xs:documentation>Foodtainer</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FW"> <xs:annotation> <xs:documentation>Cart, flatbed</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FX"> <xs:annotation> <xs:documentation>Bag, flexible container</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GB"> <xs:annotation> <xs:documentation>Bottle, gas</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GI"> <xs:annotation> <xs:documentation>Girder</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GR"> <xs:annotation> <xs:documentation>Receptacle, glass</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GU"> <xs:annotation> <xs:documentation>Tray, containing horizontally stacked flat items</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GZ"> <xs:annotation> <xs:documentation>Girders, in bundle/bunch/truss</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HA"> <xs:annotation> <xs:documentation>Basket, with handle, plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HB"> <xs:annotation> <xs:documentation>Basket, with handle, wooden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HC"> <xs:annotation> <xs:documentation>Basket, with handle, cardboard</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HG"> <xs:annotation> <xs:documentation>Hogshead</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HR"> <xs:annotation> <xs:documentation>Hamper</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IA"> <xs:annotation> <xs:documentation>Package, display, wooden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IB"> <xs:annotation> <xs:documentation>Package, display, cardboard</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IC"> <xs:annotation> <xs:documentation>Package, display, plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ID"> <xs:annotation> <xs:documentation>Package, display, metal</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IE"> <xs:annotation> <xs:documentation>Package, show</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IF"> <xs:annotation> <xs:documentation>Package, flow</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IG"> <xs:annotation> <xs:documentation>Package, paper wrapped</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IH"> <xs:annotation> <xs:documentation>Drum, plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IK"> <xs:annotation> <xs:documentation>Package, cardboard, with bottle grip-holes</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IL"> <xs:annotation> <xs:documentation>Tray, rigid, lidded stackable (CEN TS 14482:2002)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IN"> <xs:annotation> <xs:documentation>Ingot</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IZ"> <xs:annotation> <xs:documentation>Ingots, in bundle/bunch/truss</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JC"> <xs:annotation> <xs:documentation>Jerrican, rectangular</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JG"> <xs:annotation> <xs:documentation>Jug</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JR"> <xs:annotation> <xs:documentation>Jar</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JT"> <xs:annotation> <xs:documentation>Jutebag</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="JY"> <xs:annotation> <xs:documentation>Jerrican, cylindrical</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KG"> <xs:annotation> <xs:documentation>Keg</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LG"> <xs:annotation> <xs:documentation>Log</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LT"> <xs:annotation> <xs:documentation>Lot</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LV"> <xs:annotation> <xs:documentation>Liftvan</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LZ"> <xs:annotation> <xs:documentation>Logs, in bundle/bunch/truss</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MB"> <xs:annotation> <xs:documentation>Bag, multiply</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MC"> <xs:annotation> <xs:documentation>Crate, milk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MR"> <xs:annotation> <xs:documentation>Receptacle, metal</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MS"> <xs:annotation> <xs:documentation>Sack, multi-wall</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MT"> <xs:annotation> <xs:documentation>Mat</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MW"> <xs:annotation> <xs:documentation>Receptacle, plastic wrapped</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MX"> <xs:annotation> <xs:documentation>Matchbox</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NA"> <xs:annotation> <xs:documentation>Not available</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NE"> <xs:annotation> <xs:documentation>Unpacked or unpackaged</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NF"> <xs:annotation> <xs:documentation>Unpacked or unpackaged, single unit</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NG"> <xs:annotation> <xs:documentation>Unpacked or unpackaged, multiple units</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NS"> <xs:annotation> <xs:documentation>Nest</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NT"> <xs:annotation> <xs:documentation>Net</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NU"> <xs:annotation> <xs:documentation>Net, tube, plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NV"> <xs:annotation> <xs:documentation>Net, tube, textile</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OA"> <xs:annotation> <xs:documentation>Pallet, CHEP 40 cm x 60 cm</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OB"> <xs:annotation> <xs:documentation>Pallet, CHEP 80 cm x 120 cm</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OC"> <xs:annotation> <xs:documentation>Pallet, CHEP 100 cm x 120 cm</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OD"> <xs:annotation> <xs:documentation>Pallet, AS 4068-1993</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OE"> <xs:annotation> <xs:documentation>Pallet, ISO T11</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OF"> <xs:annotation> <xs:documentation>Platform, unspecified weight or dimension</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OK"> <xs:annotation> <xs:documentation>Block</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PA"> <xs:annotation> <xs:documentation>Packet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PB"> <xs:annotation> <xs:documentation>Pallet, box Combined open-ended box and pallet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PC"> <xs:annotation> <xs:documentation>Parcel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PD"> <xs:annotation> <xs:documentation>Pallet, modular, collars 80cms * 100cms</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PE"> <xs:annotation> <xs:documentation>Pallet, modular, collars 80cms * 120cms</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PF"> <xs:annotation> <xs:documentation>Pen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PG"> <xs:annotation> <xs:documentation>Plate</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PH"> <xs:annotation> <xs:documentation>Pitcher</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PI"> <xs:annotation> <xs:documentation>Pipe</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PJ"> <xs:annotation> <xs:documentation>Punnet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PK"> <xs:annotation> <xs:documentation>Package</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PL"> <xs:annotation> <xs:documentation>Pail</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PN"> <xs:annotation> <xs:documentation>Plank</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PO"> <xs:annotation> <xs:documentation>Pouch</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PR"> <xs:annotation> <xs:documentation>Receptacle, plastic</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PT"> <xs:annotation> <xs:documentation>Pot</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PU"> <xs:annotation> <xs:documentation>Tray</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PV"> <xs:annotation> <xs:documentation>Pipes, in bundle/bunch/truss</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PX"> <xs:annotation> <xs:documentation>Pallet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PY"> <xs:annotation> <xs:documentation>Plates, in bundle/bunch/truss</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PZ"> <xs:annotation> <xs:documentation>Planks, in bundle/bunch/truss</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QA"> <xs:annotation> <xs:documentation>Drum, steel, non-removable head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QB"> <xs:annotation> <xs:documentation>Drum, steel, removable head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QC"> <xs:annotation> <xs:documentation>Drum, aluminium, non-removable head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QD"> <xs:annotation> <xs:documentation>Drum, aluminium, removable head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QF"> <xs:annotation> <xs:documentation>Drum, plastic, non-removable head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QG"> <xs:annotation> <xs:documentation>Drum, plastic, removable head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QH"> <xs:annotation> <xs:documentation>Barrel, wooden, bung type</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QJ"> <xs:annotation> <xs:documentation>Barrel, wooden, removable head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QK"> <xs:annotation> <xs:documentation>Jerrican, steel, non-removable head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QL"> <xs:annotation> <xs:documentation>Jerrican, steel, removable head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QM"> <xs:annotation> <xs:documentation>Jerrican, plastic, non-removable head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QN"> <xs:annotation> <xs:documentation>Jerrican, plastic, removable head</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QP"> <xs:annotation> <xs:documentation>Box, wooden, natural wood, ordinary</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QQ"> <xs:annotation> <xs:documentation>Box, wooden, natural wood, with sift proof walls</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QR"> <xs:annotation> <xs:documentation>Box, plastic, expanded</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="QS"> <xs:annotation> <xs:documentation>Box, plastic, solid</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RD"> <xs:annotation> <xs:documentation>Rod</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RG"> <xs:annotation> <xs:documentation>Ring</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RJ"> <xs:annotation> <xs:documentation>Rack, clothing hanger</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RK"> <xs:annotation> <xs:documentation>Rack</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RL"> <xs:annotation> <xs:documentation>Reel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RO"> <xs:annotation> <xs:documentation>Roll</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RT"> <xs:annotation> <xs:documentation>Rednet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RZ"> <xs:annotation> <xs:documentation>Rods, in bundle/bunch/truss</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SA"> <xs:annotation> <xs:documentation>Sack</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SB"> <xs:annotation> <xs:documentation>Slab</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SC"> <xs:annotation> <xs:documentation>Crate, shallow</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SD"> <xs:annotation> <xs:documentation>Spindle</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SE"> <xs:annotation> <xs:documentation>Sea-chest</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SH"> <xs:annotation> <xs:documentation>Sachet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SI"> <xs:annotation> <xs:documentation>Skid</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SK"> <xs:annotation> <xs:documentation>Case, skeleton</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SL"> <xs:annotation> <xs:documentation>Slipsheet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SM"> <xs:annotation> <xs:documentation>Sheetmetal</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SO"> <xs:annotation> <xs:documentation>Spool</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SP"> <xs:annotation> <xs:documentation>Sheet, plastic wrapping</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SS"> <xs:annotation> <xs:documentation>Case, steel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ST"> <xs:annotation> <xs:documentation>Sheet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SU"> <xs:annotation> <xs:documentation>Suitcase</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SV"> <xs:annotation> <xs:documentation>Envelope, steel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SW"> <xs:annotation> <xs:documentation>Shrinkwrapped</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SX"> <xs:annotation> <xs:documentation>Set</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SY"> <xs:annotation> <xs:documentation>Sleeve</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SZ"> <xs:annotation> <xs:documentation>Sheets, in bundle/bunch/truss</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TB"> <xs:annotation> <xs:documentation>Tub</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TC"> <xs:annotation> <xs:documentation>Tea-chest</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TD"> <xs:annotation> <xs:documentation>Tube, collapsible</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TI"> <xs:annotation> <xs:documentation>Tierce</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TK"> <xs:annotation> <xs:documentation>Tank, rectangular</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TL"> <xs:annotation> <xs:documentation>Tub, with lid</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TN"> <xs:annotation> <xs:documentation>Tin</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TO"> <xs:annotation> <xs:documentation>Tun</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TR"> <xs:annotation> <xs:documentation>Trunk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TS"> <xs:annotation> <xs:documentation>Truss</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TU"> <xs:annotation> <xs:documentation>Tube</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TV"> <xs:annotation> <xs:documentation>Tube, with nozzle</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TY"> <xs:annotation> <xs:documentation>Tank, cylindrical</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TZ"> <xs:annotation> <xs:documentation>Tubes, in bundle/bunch/truss</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="UC"> <xs:annotation> <xs:documentation>Uncaged</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VA"> <xs:annotation> <xs:documentation>Vat</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VG"> <xs:annotation> <xs:documentation>Bulk, gas (at 1031 mbar and 15 degrees C)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VI"> <xs:annotation> <xs:documentation>Vial</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VK"> <xs:annotation> <xs:documentation>Vanpack</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VL"> <xs:annotation> <xs:documentation>Bulk, liquid</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VN"> <xs:annotation> <xs:documentation>Vehicle</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VO"> <xs:annotation> <xs:documentation>Bulk, solid, large particles ('nodules')</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VP"> <xs:annotation> <xs:documentation>Vacuum-packed</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VQ"> <xs:annotation> <xs:documentation>Bulk, liquefied gas (at abnormal temperature/pressure)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VR"> <xs:annotation> <xs:documentation>Bulk, solid, granular particles ('grains')</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VY"> <xs:annotation> <xs:documentation>Bulk, solid, fine particles ('powders')</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WA"> <xs:annotation> <xs:documentation>Intermediate bulk container</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WB"> <xs:annotation> <xs:documentation>Wickerbottle</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WC"> <xs:annotation> <xs:documentation>Intermediate bulk container, steel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WD"> <xs:annotation> <xs:documentation>Intermediate bulk container, aluminium</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WF"> <xs:annotation> <xs:documentation>Intermediate bulk container, metal</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WG"> <xs:annotation> <xs:documentation>Intermediate bulk container, steel, pressurised greater than 10 kpa</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WH"> <xs:annotation> <xs:documentation>Intermediate bulk container, aluminium, pressurised greater than 10 kpa</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WJ"> <xs:annotation> <xs:documentation>Intermediate bulk container, metal, pressure 10 kpa</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WK"> <xs:annotation> <xs:documentation>Intermediate bulk container, steel, liquid</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WL"> <xs:annotation> <xs:documentation>Intermediate bulk container, aluminium, liquid</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WM"> <xs:annotation> <xs:documentation>Intermediate bulk container, metal, liquid</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WN"> <xs:annotation> <xs:documentation>Intermediate bulk container, woven plastic, without coat/liner</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WP"> <xs:annotation> <xs:documentation>Intermediate bulk container, woven plastic, coated</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WQ"> <xs:annotation> <xs:documentation>Intermediate bulk container, woven plastic, with liner</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WR"> <xs:annotation> <xs:documentation>Intermediate bulk container, woven plastic, coated and liner</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WS"> <xs:annotation> <xs:documentation>Intermediate bulk container, plastic film</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WT"> <xs:annotation> <xs:documentation>Intermediate bulk container, textile with out coat/liner</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WU"> <xs:annotation> <xs:documentation>Intermediate bulk container, natural wood, with inner liner</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WV"> <xs:annotation> <xs:documentation>Intermediate bulk container, textile, coated</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WW"> <xs:annotation> <xs:documentation>Intermediate bulk container, textile, with liner</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WX"> <xs:annotation> <xs:documentation>Intermediate bulk container, textile, coated and liner</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WY"> <xs:annotation> <xs:documentation>Intermediate bulk container, plywood, with inner liner</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WZ"> <xs:annotation> <xs:documentation>Intermediate bulk container, reconstituted wood, with inner liner</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="XA"> <xs:annotation> <xs:documentation>Bag, woven plastic, without inner coat/liner</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="XB"> <xs:annotation> <xs:documentation>Bag, woven plastic, sift proof</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="XC"> <xs:annotation> <xs:documentation>Bag, woven plastic, water resistant</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="XD"> <xs:annotation> <xs:documentation>Bag, plastics film</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="XF"> <xs:annotation> <xs:documentation>Bag, textile, without inner coat/liner</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="XG"> <xs:annotation> <xs:documentation>Bag, textile, sift proof</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="XH"> <xs:annotation> <xs:documentation>Bag, textile, water resistant</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="XJ"> <xs:annotation> <xs:documentation>Bag, paper, multi-wall</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="XK"> <xs:annotation> <xs:documentation>Bag, paper, multi-wall, water resistant</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="YA"> <xs:annotation> <xs:documentation>Composite packaging, plastic receptacle in steel drum</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="YB"> <xs:annotation> <xs:documentation>Composite packaging, plastic receptacle in steel crate box</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enume