<?xml version="1.0" encoding="UTF-8" ?>
<!-- 
  
        ** OAGIS® Revision: 9.2  ** 
        ** Date: 11 May 2007 ** 
        ** Copyright 1997-2007, All Rights Reserved ** 
         
        This is an OAGIS® BOD XML Schema (XSD) Definition. 
         
       License information for this file is provided in the file **OAGi License Agreement.txt** that is provided with this download package. 
         
        For support, more information, or to report implementation bugs, please contact the Open Applications Group at xml@openapplications.org. 
         
        XML Schema  
         
--> 
  
<!-- 
© Copyright 2011 Infor Global Solutions Technology GmbH and/or its affiliates and subsidiaries. All rights reserved. The  
word and design marks set forth herein are trademarks and/or registered trademarks of Infor Global Solutions  
Technology GmbH and/or its affiliates and subsidiaries. All rights reserved. All other trademarks listed herein  
are the property of their respective owners. 
  
--> 
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
 xmlns="http://schema.infor.com/InforOAGIS/2"
 targetNamespace="http://schema.infor.com/InforOAGIS/2" elementFormDefault="qualified"
 attributeFormDefault="unqualified" version="2.10.2">
<xs:element name='ShippersExportDeclaration' type='ShippersExportDeclarationType' />
<xs:complexType name='ShippersExportDeclarationType'>
<xs:sequence>
<xs:element name='ShippersExportDeclarationHeader' minOccurs='0' type='ShippersExportDeclarationHeaderType' >
<xs:annotation>
<xs:documentation>
Provides general information about the declaration to customs office including declarant, representative details, export office, exit office details, and all the containers that are part of the current declaration.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ShippersExportDeclarationItem' minOccurs='0' maxOccurs='unbounded' type='ShippersExportDeclarationItemType' >
<xs:annotation>
<xs:documentation>
Provides general 						information about individual containers being delivered, to an end user as part of the export process. The commodity information is also included.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ShippersExportDeclarationResponse' minOccurs='0' type='ShippersExportDeclarationResponseType' >
<xs:annotation>
<xs:documentation>
Provides the details regarding the responses received from customs office for the declarations sent.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ActualExitDateType'>
<xs:simpleContent>
<xs:extension base='DateBaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ActualExitOfficeType'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' type='ID4Type' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Address' minOccurs='0' maxOccurs='unbounded' type='AddressType' >
<xs:annotation>
<xs:documentation>
A physical address usually including street name, number, city, country and postal code. Can be represented using a more complex format when necessary.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='AdditionalTextType'>
<xs:simpleContent>
<xs:extension base='String6BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='Address1Type'>
<xs:sequence>
<xs:choice>
<xs:sequence>
<xs:element name='AddressLine' minOccurs='0' maxOccurs='unbounded' type='AddressLineType' >
<xs:annotation>
<xs:documentation>
Holds the lines that make up the address.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:choice>
<xs:element name='CityName' minOccurs='0' type='CityNameType' >
<xs:annotation>
<xs:documentation>
Identifies the town or the city</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CountrySubDivisionCode' minOccurs='0' maxOccurs='unbounded' type='CountrySubDivisionCodeType' >
<xs:annotation>
<xs:documentation>
Qualifies the further division of the Country. These may be Districts, Regions, States, Provinces etc. A possible list of values is as specified in ISO 3166-2.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CountryCode' minOccurs='0' type='CountryCodeType' >
<xs:annotation>
<xs:documentation>
Country in which the Address exists. The list of values is specified in ISO 3166-2.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='PostalCode' minOccurs='0' type='PostalCodeType' >
<xs:annotation>
<xs:documentation>
Postal Code of the Address.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name='languageCode' type='NormalizedString14BaseType' use='optional' >
<xs:annotation><xs:documentation>
Language code</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='type' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
The value may be 'text' or 'discrete'. Text indicates that the Address elements are used and discrete indicates that the 'Street' and 'Number' elements are used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name='Address2Type'>
<xs:sequence>
<xs:element name='AttentionOfName' minOccurs='0' maxOccurs='unbounded' type='AttentionOfNameType' >
<xs:annotation>
<xs:documentation>
The name of the person to whom this document would be intended.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:sequence>
<xs:element name='AddressLine' minOccurs='0' maxOccurs='unbounded' type='AddressLine1Type' >
<xs:annotation>
<xs:documentation>
There are multiple methods of expressing an address line in OAGIS. The primary method supported by Infor will be a sequences collection of adderss lines. A more detailed address can be implemented and documented when the need arises. Only that actuall address lines should be included in these lines as the city, country sub-dicision, country and postal code are separate elements that should always be included in an address.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:choice>
<xs:element name='CityName' minOccurs='0' type='CityNameType' >
<xs:annotation>
<xs:documentation>
The city must be provided for an address.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CountrySubDivisionCode' minOccurs='0' maxOccurs='unbounded' type='CountrySubDivisionCodeType' >
<xs:annotation>
<xs:documentation>
Qualifies the further division of the Country. These may be Districts, Regions, States, Provinces etc. A possible list of values is as specified in ISO 3166-2.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CountryCode' minOccurs='0' type='CountryCodeType' >
<xs:annotation>
<xs:documentation>
CountryCode</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='PostalCode' minOccurs='0' type='PostalCodeType' >
<xs:annotation>
<xs:documentation>
Postal Code of the Address.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Preference' minOccurs='0' type='PreferenceType' >
<xs:annotation>
<xs:documentation>
Holds preference information for the instance of the object being referenced.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name='languageCode' type='NormalizedString14BaseType' use='optional' >
<xs:annotation><xs:documentation>
Language code</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='type' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
The value may be 'text' or 'discrete'. Text indicates that the Address elements are used and discrete indicates that the 'Street' and 'Number' elements are used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name='Address3Type'>
<xs:sequence>
<xs:element name='FormatCode' minOccurs='0' type='FormatCodeType' >
<xs:annotation>
<xs:documentation>
Format Code indicates the format of the address. Examples are US Military, US Formatted Address, European Formatted Address etc. There is no intent to decode the address formats - these are informational only. No list of valid values exists or is proposed here.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='AttentionOfName' minOccurs='0' maxOccurs='unbounded' type='AttentionOfNameType' >
<xs:annotation>
<xs:documentation>
The name of the person to whom this document would be intended.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:sequence>
<xs:element name='AddressLine' minOccurs='0' maxOccurs='unbounded' type='AddressLine1Type' >
<xs:annotation>
<xs:documentation>
There are multiple methods of expressing an address line in OAGIS. The primary method supported by Infor will be a sequences collection of adderss lines. A more detailed address can be implemented and documented when the need arises. Only that actuall address lines should be included in these lines as the city, country sub-dicision, country and postal code are separate elements that should always be included in an address.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:choice>
<xs:element name='CitySubDivisionName' minOccurs='0' maxOccurs='unbounded' type='CitySubDivisionNameType' >
<xs:annotation>
<xs:documentation>
Vanity city name like La Jolla for San Diego</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CityName' minOccurs='0' type='CityNameType' >
<xs:annotation>
<xs:documentation>
The city must be provided for an address.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CountrySubDivisionCode' minOccurs='0' maxOccurs='unbounded' type='CountrySubDivisionCodeType' >
<xs:annotation>
<xs:documentation>
Qualifies the further division of the Country. These may be Districts, Regions, States, Provinces etc. A possible list of values is as specified in ISO 3166-2.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CountryCode' minOccurs='0' type='CountryCodeType' >
<xs:annotation>
<xs:documentation>
CountryCode</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='PostalCode' minOccurs='0' type='PostalCodeType' >
<xs:annotation>
<xs:documentation>
Postal Code of the Address.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Preference' minOccurs='0' type='PreferenceType' >
<xs:annotation>
<xs:documentation>
Holds preference information for the instance of the object being referenced.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name='languageCode' type='NormalizedString14BaseType' use='optional' >
<xs:annotation><xs:documentation>
Language code</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='type' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
The value may be 'text' or 'discrete'. Text indicates that the Address elements are used and discrete indicates that the 'Street' and 'Number' elements are used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name='AddressLine1Type'>
<xs:simpleContent>
<xs:extension base='String4BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='sequence' type='Integer1BaseType' use="required" >
<xs:annotation><xs:documentation>
The sequence number of an address.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='AddressLineType'>
<xs:simpleContent>
<xs:extension base='String4BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='sequence' type='Integer1BaseType' use="required" >
<xs:annotation><xs:documentation>
The sequence number of this address line.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='AddressType'>
<xs:sequence>
<xs:element name='FormatCode' minOccurs='0' type='FormatCodeType' >
<xs:annotation>
<xs:documentation>
Format Code indicates the format of the address. Examples are US Military, US Formatted Address, European Formatted Address etc. There is no intent to decode the address formats - these are informational only. No list of valid values exists or is proposed here.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:sequence>
<xs:element name='AddressLine' minOccurs='0' maxOccurs='unbounded' type='AddressLineType' >
<xs:annotation>
<xs:documentation>
Holds the lines that make up the address.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:choice>
<xs:element name='CitySubDivisionName' minOccurs='0' maxOccurs='unbounded' type='CitySubDivisionNameType' >
<xs:annotation>
<xs:documentation>
Qualifies the further division of the City, example a city may have many districts or Boroughs.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CityName' minOccurs='0' type='CityNameType' >
<xs:annotation>
<xs:documentation>
Identifies the town or the city</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CountrySubDivisionCode' minOccurs='0' maxOccurs='unbounded' type='CountrySubDivisionCodeType' >
<xs:annotation>
<xs:documentation>
Qualifies the further division of the Country. These may be Districts, Regions, States, Provinces etc. A possible list of values is as specified in ISO 3166-2.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CountryCode' minOccurs='0' type='CountryCodeType' >
<xs:annotation>
<xs:documentation>
Country in which the Address exists. The list of values is specified in ISO 3166-2.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='PostalCode' minOccurs='0' type='PostalCodeType' >
<xs:annotation>
<xs:documentation>
Postal Code of the Address.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name='languageCode' type='NormalizedString14BaseType' use='optional' >
<xs:annotation><xs:documentation>
Language code</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='type' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
The value may be 'text' or 'discrete'. Text indicates that the Address elements are used and discrete indicates that the 'Street' and 'Number' elements are used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name='AircraftSuppliesIndicatorType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='AlternativeProofIndicatorType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ApprovalIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='schemeAgencyName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
The name of the entity that created the ID. This is only used when the ID is defined externally and there is no ID for that agency - like for government agencies.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ApprovedExporterApprovalIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='schemeAgencyName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
The name of the entity that created the ID. This is only used when the ID is defined externally and there is no ID for that agency - like for government agencies.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ArchiveIndicatorType'>
<xs:simpleContent>
<xs:extension base='BooleanBaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='AttentionOfNameType'>
<xs:simpleContent>
<xs:extension base='String4BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='BICIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedString27BaseType' >
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='CAGEIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedString5BaseType' >
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='CityNameType'>
<xs:simpleContent>
<xs:extension base='String4BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='CitySubDivisionNameType'>
<xs:simpleContent>
<xs:extension base='String4BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='Code1Type'>
<xs:simpleContent>
<xs:extension base='NormalizedString29BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='Code2Type'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='CodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString6BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='CombinedNomenclatureCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='CommodityInformationType'>
<xs:simpleContent>
<xs:extension base='String7BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='CommodityType'>
<xs:sequence>
<xs:element name='CombinedNomenclatureCode' minOccurs='0' type='CombinedNomenclatureCodeType' >
<xs:annotation>
<xs:documentation>
8 character Combined Nomenclature code.  Box 33.1 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TARICCode' minOccurs='0' type='TARICCodeType' >
<xs:annotation>
<xs:documentation>
Specifies the Taric code (two characters for the application of specific EU measures in respect of formalities to be completed at destination). Box 33.2 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TARICFirstAdditionalCode' minOccurs='0' type='TARICFirstAdditionalCodeType' >
<xs:annotation>
<xs:documentation>
To specify the Taric code (first additional code). Box 33.3 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TARICSecondAdditionalCode' minOccurs='0' type='TARICSecondAdditionalCodeType' >
<xs:annotation>
<xs:documentation>
To specify the Taric code (second additional code). Box 33.4 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='NationalAdditionalCode' minOccurs='0' type='NationalAdditionalCodeType' >
<xs:annotation>
<xs:documentation>
EU National additional code. Box 33.5 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Description' minOccurs='0' type='DescriptionType' >
<xs:annotation>
<xs:documentation>
Commodity description - needed for some commodities</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ContainerDetailType'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' type='ID4Type' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='CountryCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString12BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ListID for the code that it is associated with.  Countries</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='CountryItineraryType'>
<xs:sequence>
<xs:element name='Country' minOccurs='0' maxOccurs='unbounded' type='CountryType' >
<xs:annotation>
<xs:documentation>
2 letter ISO country code with sequence attribute to define a list of sequential countries</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='CountrySubDivisionCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='CountryType'>
<xs:simpleContent>
<xs:extension base='NormalizedString18BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='sequence' type='Integer1BaseType' use="required" >
<xs:annotation><xs:documentation>
The sequence attribute is used for the ordering of elements within a document. It is not intended to be used as an identifier.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='CustomsExitType'>
<xs:sequence>
<xs:element name='ScheduledExitOffice' minOccurs='0' type='ScheduledExitOfficeType' >
<xs:annotation>
<xs:documentation>
Scheduled office of exit</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ScheduledExitDate' minOccurs='0' type='ScheduledExitDateType' >
<xs:annotation>
<xs:documentation>
Expected exit date</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ActualExitOffice' minOccurs='0' type='ActualExitOfficeType' >
<xs:annotation>
<xs:documentation>
Actual office of exit</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ActualExitDate' minOccurs='0' type='ActualExitDateType' >
<xs:annotation>
<xs:documentation>
Indicates the date on which goods left the border</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ExitType' minOccurs='0' type='ExitTypeType' >
<xs:annotation>
<xs:documentation>
Type of exit - standard code list. Examples of possible values are - start of export process delayed (no presentation to customs yet),exit delayed (presentation to customs already finished), exit finished, no proof available, exit finished, proof available</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ExitTypeText' minOccurs='0' type='ExitTypeTextType' >
<xs:annotation>
<xs:documentation>
Additional text that might be required for an ExitType</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ProofOfExitNote' minOccurs='0' type='ProofOfExitNoteType' >
<xs:annotation>
<xs:documentation>
It  is given by Customs as the Proof of Exit,  some special information related to the procedure is added as Watermark to the PDF and also transferred in this element of the message.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='CustomsExportType'>
<xs:sequence>
<xs:element name='DeclarationDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
Date on which declaration is first submitted to export office</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='SupplementDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
Date time on which the supplementary declaration is submitted</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DispatchCountryCode' minOccurs='0' type='DispatchCountryCodeType' >
<xs:annotation>
<xs:documentation>
Dispatch Country. A possible list of values is as specified in ISO 3166-2.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DispatchCountryDetail' minOccurs='0' type='DispatchCountryDetailType' >
<xs:annotation>
<xs:documentation>
Contains further details for the country - whether the country is a EU member or EFTA (European Free Trade 	Association) member; or if the country is in transition to become EU member</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DestinationCountryCode' minOccurs='0' type='DestinationCountryCodeType' >
<xs:annotation>
<xs:documentation>
Indicates the ultimate destination country for the item.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DestinationCountryDetail' minOccurs='0' type='DestinationCountryDetailType' >
<xs:annotation>
<xs:documentation>
Contains further details for the country - whether the country is a EU member or EFTA (European Free Trade 	Association) member; or if the country is in transition to become EU member</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ExpressConsignmentIndicator' minOccurs='0' type='ExpressConsignmentIndicatorType' >
<xs:annotation>
<xs:documentation>
Indicates whether the declaration is made for postal or express consignments. 						These have specific data requirements for customs. For more details check  http://ec.europa.eu/ecip/documents/annex30a_en.pdf</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='AircraftSuppliesIndicator' minOccurs='0' type='AircraftSuppliesIndicatorType' >
<xs:annotation>
<xs:documentation>
Indicates whether the declaration is made for Ship and/or Aircraft supplies 						for crew and passengers. These have specific data requirements for customs. For more details check  http://ec.europa.eu/ecip/documents/annex30a_en.pdf</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='GrossWeightMeasure' minOccurs='0' type='GrossWeightMeasureType' >
<xs:annotation>
<xs:documentation>
The total weight of the entity without reduction of packaging or container and excluding the freight/shipping
container. I.e 	The Gross wieght of a pallet of goods includes the weight of the pallet and excluding the outer container</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='GoodsLocation' minOccurs='0' type='GoodsLocationType' >
<xs:annotation>
<xs:documentation>
Place where the goods are optionally checked prior to starting the export process. 
This can be either an address or a code handed out by customs that describes a location.	
Box 30 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='GoodsAvailableTimePeriod' minOccurs='0' type='GoodsAvailableTimePeriodType' >
<xs:annotation>
<xs:documentation>
Indicates the time period in which the goods would be available for inspection at a pre-approved premises. Would be specified by the declarant. 
This would be used in some cases like local clearance procedures or simplified/supplementary declarations. In all the other cases, this must be left out. With a local export clearance procedure, goods need not be presented to a customs office, but rather all the operations are performed	from within the business. 
There must be prior approval to use other locations for inspection.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ReleaseDate' minOccurs='0' type='ReleaseDateType' >
<xs:annotation>
<xs:documentation>
Actual date of release from office of export to exit office. 
This element would need to be filled only when submitting the declaration later in the process (in scenarios where the customs system was down)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='CustomsProcedureCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='CustomsSealsType'>
<xs:sequence>
<xs:element name='SealText' minOccurs='0' maxOccurs='unbounded' type='SealTextType' >
<xs:annotation>
<xs:documentation>
Seal/Text on package</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='SealType' minOccurs='0' type='SealTypeType' >
<xs:annotation>
<xs:documentation>
Indicates the type of seal - for example, a package seal or a range seal.
There are two methods of sealing:
• seal the space containing the goods;
• seal the individual package.
Where sealing the space containing the goods is used,
the means of transport must be suitable for sealing.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='CustomsStatusType'>
<xs:simpleContent>
<xs:extension base='NormalizedString31BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='CustomsWarehousingType'>
<xs:sequence>
<xs:element name='ApprovalID' minOccurs='0' type='ApprovalIDType' >
<xs:annotation>
<xs:documentation>
Approval ID to use customs warehouse</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='LocationReferenceText' minOccurs='0' type='LocationReferenceTextType' >
<xs:annotation>
<xs:documentation>
Indicates a text reference to the location where goods are stored in the customs warehouse</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='WarehousePosition' minOccurs='0' maxOccurs='unbounded' type='WarehousePositionType' >
<xs:annotation>
<xs:documentation>
It is possible that the re-exported quantities are from more than one 	customs warehouse position. If all the quantity re-exported comes from 						one position, then only one occurance would exist here. If the quantity re-exported 						is from multiple positions, then this would contain the specification of quantities retrieved from each position</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='DeclarantPartyType'>
<xs:sequence>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Location' minOccurs='0' maxOccurs='unbounded' type='Location1Type' >
<xs:annotation>
<xs:documentation>
Maintains the locations or sites (offices, warehouses, plants) within the enterprise.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='IsAuthorizedEconomicOperator' minOccurs='0' type='IsAuthorizedEconomicOperatorType' >
<xs:annotation>
<xs:documentation>
AEOs either have easier access to customs simplifications or are be in a more favourable  								position to comply with the new security requirements. Economic operators would have to apply for AEO 								status with a EU member nation. 								The current element indicates whether the declarant is an AEO. AEOs can submit simplified declarations, for more details check http://ec.europa.eu/ecip/documents/annex30a_en.pdf</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='IsIndirectRepresentative' minOccurs='0' type='IsIndirectRepresentativeType' >
<xs:annotation>
<xs:documentation>
Indicates whether the declarant is an indirect representative of the exporter (supplier)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='UsesDirectRepresentative' minOccurs='0' type='UsesDirectRepresentativeType' >
<xs:annotation>
<xs:documentation>
Indicator to specify whether the declarant uses a direct representative. 								When set to true, RepresentativeDeclarantParty will contain the details of the direct representative</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ApprovedExporterApprovalID' minOccurs='0' type='ApprovedExporterApprovalIDType' >
<xs:annotation>
<xs:documentation>
Is this AEO ID? An approved exporter is an exporter who under certain conditions is allowed to make out proofs of origin.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='DeclarationTypeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString9BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='DescriptionType'>
<xs:simpleContent>
<xs:extension base='String6BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='DestinationCountryCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString12BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ListID for the code that it is associated with.  Countries</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='DestinationCountryDetailType'>
<xs:sequence>
<xs:element name='EUMemberIndicator' minOccurs='0' type='EUMemberIndicatorType' >
<xs:annotation>
<xs:documentation>
Indicates whether the country is a member of European Union or not</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='EFTAMemberIndicator' minOccurs='0' type='EFTAMemberIndicatorType' >
<xs:annotation>
<xs:documentation>
Specifies whether the country is a European Free Trade Association member or not</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='EUTransitionIndicator' minOccurs='0' type='EUTransitionIndicatorType' >
<xs:annotation>
<xs:documentation>
Indicates whether the country is in the transitional period to become  	a member of the European Union</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='DispatchCountryCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString12BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='DispatchCountryDetailType'>
<xs:sequence>
<xs:element name='EUMemberIndicator' minOccurs='0' type='EUMemberIndicatorType' >
<xs:annotation>
<xs:documentation>
Indicates whether the country is a member of European Union or not</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='EFTAMemberIndicator' minOccurs='0' type='EFTAMemberIndicatorType' >
<xs:annotation>
<xs:documentation>
Specifies whether the country is a European Free Trade Association member or not</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='EUTransitionIndicator' minOccurs='0' type='EUTransitionIndicatorType' >
<xs:annotation>
<xs:documentation>
Indicates whether the country is in the transitional period to become  	a member of the European Union</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='DisplayIDType'>
<xs:simpleContent>
<xs:extension base='String3BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='DocumentID1Type'>
<xs:sequence>
<xs:element name='ID' type='ID2Type' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='RevisionID' minOccurs='0' type='RevisionIDType' >
<xs:annotation>
<xs:documentation>
Identifies the engineering change revision that this entity addresses.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='DocumentIDType'>
<xs:sequence>
<xs:element name='ID' type='IDType' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='RevisionID' minOccurs='0' type='RevisionIDType' >
<xs:annotation>
<xs:documentation>
Identifies the engineering change revision that this entity addresses.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='DocumentReferenceType'>
<xs:sequence>
<xs:element name='DocumentID' minOccurs='0' type='DocumentID1Type' >
<xs:annotation>
<xs:documentation>
Is the primary document id for the document associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='LineNumber' minOccurs='0' type='LineNumberType' >
<xs:annotation>
<xs:documentation>
Is the identifier of the given Line Component within the document</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Facility' minOccurs='0' maxOccurs='unbounded' type='FacilityType' >
<xs:annotation>
<xs:documentation>
A Facility identifies a location within an entity. The facility may have sub-locators identified using a sequenced identification notation e.g. Warehouse A100 Sub-Location 11, Row R10 would be represented as an array of three Facility elements with values as A100, 11, R10, name attribute as Warehouse, Sub-Location and Row and sequence attribute as 1,2 and 3 respectively.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ScheduleLineNumber' minOccurs='0' type='ScheduleLineNumberType' >
<xs:annotation>
<xs:documentation>
Is the ScheduleLineNumber of a particular item of interest for the given DocumentReference. The Line Number is of the primary DocumentId of the sender indicated by the DocumentId under DocumentIds.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='SubLineNumber' minOccurs='0' type='SubLineNumberType' >
<xs:annotation>
<xs:documentation>
Is the SublineNumber of a particular item of interest for the given DocumentReference. The Line Number is of the primary DocumentId of the sender indicated by the DocumentId under DocumentIds.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name='type' type='String9BaseType' use="required" >
<xs:annotation><xs:documentation>
The type attribute is required on all DocumentReference elements and must be a valid noun name. The valid noun names are in the "Noun Name" code list for validation.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name='DODAACIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedString5BaseType' >
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='DUNSIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedString26BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='DurationType'>
<xs:simpleContent>
<xs:extension base='DurationBaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='EffectiveTimePeriodType'>
<xs:sequence>
<xs:element name='StartDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
The timestamp marking the beginning of a time period during which a related entity or status is effective or applicable.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:sequence>
<xs:element name='Duration' minOccurs='0' type='DurationType' >
<xs:annotation>
<xs:documentation>
Indicates the duration of time as represented by ISO 8601. Where the value space is a six dimensional space where the coordinates designate the Gregorian year, month, day, hour, minute, and second. The number of seconds can include decimal digits to arbitary pecision. This can be used in place of the EndDateTime, but not in conjunction with it.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence>
<xs:element name='EndDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
Is the ending timestamp of the event. This can be used in place of the Duration, but not with it.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:choice>
</xs:sequence>
</xs:complexType>
<xs:complexType name='EFTAMemberIndicatorType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ElectronicPriorProcedureIndicatorType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='EndUserSpecificationCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ErrorType'>
<xs:sequence>
<xs:element name='PositionText' minOccurs='0' type='PositionTextType' >
<xs:annotation>
<xs:documentation>
Specifies the error position where the error exists - mostly, this would resemble an x-path.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Code' minOccurs='0' type='Code2Type' >
<xs:annotation>
<xs:documentation>
Element for the communication of all codes.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Text' minOccurs='0' maxOccurs='unbounded' type='Text1Type' >
<xs:annotation>
<xs:documentation>
Error text</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='EUMemberIndicatorType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='EUTransitionIndicatorType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ExitTypeTextType'>
<xs:simpleContent>
<xs:extension base='String6BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ExitTypeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString16BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ExportLicenseType'>
<xs:sequence>
<xs:element name='IssueDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
DateTime on which the license was issued</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ExpireDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
Validity expiry date time</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='LicensedQuantity' minOccurs='0' type='LicensedQuantityType' >
<xs:annotation>
<xs:documentation>
Indicates the quantity of goods that require the export licence, authorized by the document</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='LicensedAmount' minOccurs='0' type='LicensedAmountType' >
<xs:annotation>
<xs:documentation>
Equivalent monetary amount in declaration currency</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ExportOfficeType'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' type='ID4Type' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Address' minOccurs='0' maxOccurs='unbounded' type='AddressType' >
<xs:annotation>
<xs:documentation>
A physical address usually including street name, number, city, country and postal code. Can be represented using a more complex format when necessary.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ExpressConsignmentIndicatorType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='FacilityType'>
<xs:sequence>
<xs:element name='IDs' minOccurs='0' type='IDs1Type' >
<xs:annotation>
<xs:documentation>
A container that holds a list of IDs without RevisionID.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='FollowUpReplyRequiredDateType'>
<xs:simpleContent>
<xs:extension base='DateBaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='FormatCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString11BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ListID for the code that it is associated with.  Address Format Codes</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='GoodsAvailableTimePeriodType'>
<xs:sequence>
<xs:element name='StartDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
The timestamp marking the beginning of a time period during which a related entity.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='EndDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
The timestamp marking the ending of a time period during which a related entity.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='GoodsLocationType'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' maxOccurs='unbounded' type='ID4Type' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Address' minOccurs='0' maxOccurs='unbounded' type='AddressType' >
<xs:annotation>
<xs:documentation>
A physical address usually including street name, number, city, country and postal code. Can be represented using a more complex format when necessary.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='GrossWeightMeasureType'>
<xs:simpleContent>
<xs:extension base='DecimalBaseType' >
<xs:attribute name='unitCode' type='NormalizedString3BaseType' use="required" >
<xs:annotation><xs:documentation>
The unit-of-measure (UOM) code associated with a quantity. This is based upon the ISO standard.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='HarmonizedTariffScheduleCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ID1Type'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='accountingEntity' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ID2Type'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='accountingEntity' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='location' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The location that is associated with the maintenance of this instance of the noun. This attribute must not be included on the ID of objects that are maintained at the tenant or accounting entity level.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ID3Type'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='accountingEntity' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ID4Type'>
<xs:simpleContent>
<xs:extension base='NormalizedString10BaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='schemeAgencyName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
The name of the entity that created the ID. This is only used when the ID is defined externally and there is no ID for that agency - like for government agencies.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ID5Type'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ID6Type'>
<xs:simpleContent>
<xs:extension base='NormalizedString1BaseType' >
<xs:attribute name='accountingEntity' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The ID of the accounting entity that is associated with this ID. Used with the global ID - no schemeNameAttribute.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The logical ID of the system that is this SOR for this noun instance.. Used with the global ID- no schemeNameAttribute.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ID7Type'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='accountingEntity' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='variationID' type='IntegerBaseType' use='optional' >
<xs:annotation><xs:documentation>
The number of times this object has been published with these attributes for the accounting entity and location.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ID8Type'>
<xs:simpleContent>
<xs:extension base='NormalizedString1BaseType' >
<xs:attribute name='accountingEntity' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The ID of the accounting entity that is associated with this ID. Used with the global ID - no schemeNameAttribute.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='variationID' type='IntegerBaseType' use='optional' >
<xs:annotation><xs:documentation>
The sequence number that identifies the number of times that this BOD, for this object, has been published. Used with the global ID- no schemeNameAttribute.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The logical ID of the system that is this SOR for this noun instance.. Used with the global ID- no schemeNameAttribute.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='IdentificationTextType'>
<xs:simpleContent>
<xs:extension base='String6BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='IDs1Type'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' maxOccurs='unbounded' type='ID3Type' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='IDsType'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' maxOccurs='unbounded' type='ID1Type' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='IDType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='accountingEntity' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='location' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The location that is associated with the maintenance of this instance of the noun. This attribute must not be included on the ID of objects that are maintained at the tenant or accounting entity level.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='variationID' type='IntegerBaseType' use='optional' >
<xs:annotation><xs:documentation>
The number of times this object has been published with these attributes for the accounting entity and location.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='IncotermsCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString19BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ListID for the code that it is associated with.  Incoterms</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='IncotermsTextType'>
<xs:simpleContent>
<xs:extension base='String6BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='IndicatorType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='InspectionTypeCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='InternalReference1Type'>
<xs:sequence>
<xs:element name='NameValue' minOccurs='0' type='NameValue1Type' >
<xs:annotation>
<xs:documentation>
Element that contains name value pairs. It also includes a data type, unit of measure code, and currencyID</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Description' minOccurs='0' maxOccurs='unbounded' type='DescriptionType' >
<xs:annotation>
<xs:documentation>
Free form text that describes the object and repeats as needed to provide support for multilingual descriptions</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name='InternalReferenceType'>
<xs:sequence>
<xs:element name='NameValue' minOccurs='0' type='NameValueType' >
<xs:annotation>
<xs:documentation>
Element that contains name value pairs. It also includes a data type, unit of measure code, and currencyID</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Description' minOccurs='0' maxOccurs='unbounded' type='DescriptionType' >
<xs:annotation>
<xs:documentation>
Free form text that describes the object and repeats as needed to provide support for multilingual descriptions</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='InwardPositionType'>
<xs:sequence>
<xs:element name='PositionNumber' minOccurs='0' type='PositionNumberType' >
<xs:annotation>
<xs:documentation>
Indicates the position number</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='RegistrationID' minOccurs='0' type='RegistrationIDType' >
<xs:annotation>
<xs:documentation>
egistration ID for the position (either of the inward movement in customs warehouse or  the curresponding outward processing registration ID</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ElectronicPriorProcedureIndicator' minOccurs='0' type='ElectronicPriorProcedureIndicatorType' >
<xs:annotation>
<xs:documentation>
Indicates whether the prior customs warehousing procedure was handled electronically or not</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CommodityInformation' minOccurs='0' type='CommodityInformationType' >
<xs:annotation>
<xs:documentation>
Text to give all the related information for the commodity</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='InwardProcessingType'>
<xs:sequence>
<xs:element name='ApprovalID' minOccurs='0' type='ApprovalIDType' >
<xs:annotation>
<xs:documentation>
Approval ID given by customs for inward processing</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='InwardPosition' minOccurs='0' maxOccurs='unbounded' type='InwardPositionType' >
<xs:annotation>
<xs:documentation>
To specify the re-export details for multiple positions.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='IsAuthorizedEconomicOperatorType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='IsIndirectRepresentativeType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='IssuedDetailType'>
<xs:sequence>
<xs:element name='Quantity' minOccurs='0' type='QuantityType' >
<xs:annotation>
<xs:documentation>
Identifies the quantity of the associated service or item that is addresses by the component in which the quantity is associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Qualifier' minOccurs='0' type='QualifierType' >
<xs:annotation>
<xs:documentation>
Additonal qualifier needed for the item in a few cases. For example, for alcohol, irrespective of the quantity and the unit code, the following additional detail needs to be provided - A means alcohol ; E means drained net weight; F means common wheat; G means that the value is a gross value; L means live weight; M means dry matter; N means own weight</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='LastModificationPersonType'>
<xs:sequence>
<xs:element name='IDs' minOccurs='0' type='IDsType' >
<xs:annotation>
<xs:documentation>
A container that holds a list of IDs without RevisionID.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='LicensedAmountType'>
<xs:simpleContent>
<xs:extension base='Decimal1BaseType' >
<xs:attribute name='currencyID' type='NormalizedString24BaseType' use="required" >
<xs:annotation><xs:documentation>
The code for the currency associated with an amount.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='LicensedQuantityType'>
<xs:simpleContent>
<xs:extension base='Decimal1BaseType' >
<xs:attribute name='unitCode' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
The unit-of-measure (UOM) code associated with a quantity. This is based upon the ISO standard.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='LineNumber1Type'>
<xs:simpleContent>
<xs:extension base='NormalizedString28BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='LineNumberType'>
<xs:simpleContent>
<xs:extension base='NormalizedString1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='LocalClearanceApprovalIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='schemeAgencyName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
The name of the entity that created the ID. This is only used when the ID is defined externally and there is no ID for that agency - like for government agencies.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='Location1Type'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' maxOccurs='unbounded' type='ID8Type' >
<xs:annotation>
<xs:documentation>
Identifier of the given location within the scope of the integration</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the Location</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Address' minOccurs='0' maxOccurs='unbounded' type='Address3Type' >
<xs:annotation>
<xs:documentation>
Address for the given location</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='Location2Type'>
<xs:sequence>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the Location</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Address' minOccurs='0' maxOccurs='unbounded' type='Address2Type' >
<xs:annotation>
<xs:documentation>
Address for the given location</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='LocationReferenceTextType'>
<xs:simpleContent>
<xs:extension base='String6BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='LocationType'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' maxOccurs='unbounded' type='ID6Type' >
<xs:annotation>
<xs:documentation>
Identifier of the given location within the scope of the integration</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the Location</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Address' minOccurs='0' maxOccurs='unbounded' type='Address2Type' >
<xs:annotation>
<xs:documentation>
Address for the given location</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='MeansOfIdentificationCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='MeansOfIdentificationTextType'>
<xs:simpleContent>
<xs:extension base='String6BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='MeansOfTransportCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='accountingEntity' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='location' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The location that is associated with the maintenance of this instance of the noun. This attribute must not be included on the ID of objects that are maintained at the tenant or accounting entity level.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='MeansOfTransportIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='accountingEntity' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='location' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The location that is associated with the maintenance of this instance of the noun. This attribute must not be included on the ID of objects that are maintained at the tenant or accounting entity level.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='variationID' type='Integer1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The number of times this object has been published with these attributes for the accounting entity and location.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='MeansOfTransportNationalityType'>
<xs:simpleContent>
<xs:extension base='NormalizedString12BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='MovementReferenceIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='schemeAgencyName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
The name of the entity that created the ID. This is only used when the ID is defined externally and there is no ID for that agency - like for government agencies.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='NameType'>
<xs:simpleContent>
<xs:extension base='String4BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='NameValue1Type'>
<xs:simpleContent>
<xs:extension base='String4BaseType' >
<xs:attribute name='name' type='NormalizedString7BaseType' use="required" >
<xs:annotation><xs:documentation>
This is the identifier for this Property within this document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='type' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
Identifies the data type of the value of this property.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='unitCode' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
The unit-of-measure (UOM) code associated with a quantity. This is based upon the ISO standard.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='currencyID' type='NormalizedString24BaseType' use='optional' >
<xs:annotation><xs:documentation>
The code for the currency associated with an amount.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='accountingEntity' type='NormalizedString8BaseType' use='optional' >
<xs:annotation><xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='schemeName' type='NormalizedString7BaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='NameValue2Type'>
<xs:simpleContent>
<xs:extension base='String4BaseType' >
<xs:attribute name='name' type='NormalizedString7BaseType' use="required" >
<xs:annotation><xs:documentation>
This is the identifier for this Property within this document.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='NameValue3Type'>
<xs:simpleContent>
<xs:extension base='String4BaseType' >
<xs:attribute name='name' type='NormalizedString7BaseType' use="required" >
<xs:annotation><xs:documentation>
This is the identifier for this Property within this document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='type' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
Identifies the data type of the value of this property.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='unitCode' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
The unit-of-measure (UOM) code associated with a quantity. This is based upon the ISO standard.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='unitCodeListVersionID' type='NormalizedString14BaseType' use='optional' >
<xs:annotation><xs:documentation>
</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='currencyID' type='NormalizedString24BaseType' use='optional' >
<xs:annotation><xs:documentation>
The code for the currency associated with an amount.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.  Dimension</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='nounName' type='NormalizedString14BaseType' use='optional' >
<xs:annotation><xs:documentation>
</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='accountingEntity' type='NormalizedString8BaseType' use='optional' >
<xs:annotation><xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='NameValueType'>
<xs:simpleContent>
<xs:extension base='String4BaseType' >
<xs:attribute name='name' type='NormalizedString7BaseType' use="required" >
<xs:annotation><xs:documentation>
This is the identifier for this Property within this document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='accountingEntity' type='NormalizedString8BaseType' use='optional' >
<xs:annotation><xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='NationalAdditionalCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='NetWeightMeasureType'>
<xs:simpleContent>
<xs:extension base='DecimalBaseType' >
<xs:attribute name='unitCode' type='NormalizedString3BaseType' use="required" >
<xs:annotation><xs:documentation>
The unit-of-measure (UOM) code associated with a quantity. This is based upon the ISO standard.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='NoteType'>
<xs:simpleContent>
<xs:extension base='String7BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='type' type='NormalizedString2BaseType' use='optional' >
<xs:annotation><xs:documentation>
Identifies where the note is used and is associated to an Infor defined code list, 'NoteType,' that indicates the processes that might use the note.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='noteID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
An optional identifier, that when used can uniquely identify each instance of a note within a BOD. It is only unique within the context of the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='use' type='NormalizedString4BaseType' use='optional' >
<xs:annotation><xs:documentation>
Indicates if the note should be published externally or if it is for internal use only. It may have the values 'Internal' and 'External'.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='author' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
Person who created the note</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='entryDateTime' type='DateAndTimeBaseType' use='optional' >
<xs:annotation><xs:documentation>
Entry date and time in GMT.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='status' type='String8BaseType' use='optional' >
<xs:annotation><xs:documentation>
Status of a note.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='NumberOfPackagesType'>
<xs:simpleContent>
<xs:extension base='Integer3BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='OriginalLineNumberType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='OriginCountryCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString12BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='OriginRegionCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='OutwardProcessingType'>
<xs:sequence>
<xs:element name='ApprovalID' minOccurs='0' type='ApprovalIDType' >
<xs:annotation>
<xs:documentation>
Approval ID allocated by customs to an exporter to do outward processing</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='LocalClearanceApprovalID' minOccurs='0' type='LocalClearanceApprovalIDType' >
<xs:annotation>
<xs:documentation>
Approval ID for Local Clearance with Outward processing. 	Local clearance procedure is also called as the simplified declaration procedure. 						By using the local clearance procedure, an exporter places the goods under a customs  						procedure without immediately having to file a declaration with Customs.  						 						At regular intervals, supplementary declarations are filed for the goods 						placed under a customs procedure by using the local clearance procedure.  The authorisation will specify the length of these intervals,</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ReImportApprovalID' minOccurs='0' type='ReImportApprovalIDType' >
<xs:annotation>
<xs:documentation>
Approval ID for re-import.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ReImportCountryCode' minOccurs='0' type='ReImportCountryCodeType' >
<xs:annotation>
<xs:documentation>
Country into which the goods would be re-imported after processing. In some cases, it might be a  different EU country other than the country in which the goods are exported</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ReImportDate' minOccurs='0' type='ReImportDateType' >
<xs:annotation>
<xs:documentation>
Expected re-import date</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ReImportCommodity' minOccurs='0' type='ReImportCommodityType' >
<xs:annotation>
<xs:documentation>
The commodity that would be the outcome of outward processing</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='StandardExchangeIndicator' minOccurs='0' type='StandardExchangeIndicatorType' >
<xs:annotation>
<xs:documentation>
Indicates that the outward processing is for exchange, and not for repair. Goods would get exchanged with outward processing if this is set to true.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='MeansOfIdentificationCode' minOccurs='0' maxOccurs='unbounded' type='MeansOfIdentificationCodeType' >
<xs:annotation>
<xs:documentation>
Means of identifying outward processing</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='MeansOfIdentificationText' minOccurs='0' maxOccurs='unbounded' type='MeansOfIdentificationTextType' >
<xs:annotation>
<xs:documentation>
Means of identifying outward processing</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='PackageDetailType'>
<xs:sequence>
<xs:element name='Type' minOccurs='0' type='TypeType' >
<xs:annotation>
<xs:documentation>
Indicates the type of package</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='NumberOfPackages' minOccurs='0' type='NumberOfPackagesType' >
<xs:annotation>
<xs:documentation>
Indicates the number of packages of a given type</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='IdentificationText' minOccurs='0' maxOccurs='unbounded' type='IdentificationTextType' >
<xs:annotation>
<xs:documentation>
To specify identification texts on packages</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='PackingAndLoadingTimePeriodType'>
<xs:sequence>
<xs:element name='StartDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
The timestamp marking the beginning of a time period during which a related entity.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='EndDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
The timestamp marking the ending of a time period during which a related entity.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='PartyIDs1Type'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' maxOccurs='unbounded' type='ID7Type' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TaxID' minOccurs='0' maxOccurs='unbounded' type='TaxIDType' >
<xs:annotation>
<xs:documentation>
Tax Identification Number of the creditor.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DUNSID' minOccurs='0' type='DUNSIDType' >
<xs:annotation>
<xs:documentation>
Identifier for business provided by Dun and Bradstreet.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CAGEID' minOccurs='0' type='CAGEIDType' >
<xs:annotation>
<xs:documentation>
The Commercial and Government Entity (CAGE) code is a five-character ID number used extensively within the Department of Defense to identify specific companies.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DODAACID' minOccurs='0' type='DODAACIDType' >
<xs:annotation>
<xs:documentation>
DoDAAC (Dept. of Defense Activity Address Code) is a unique six-position, alphanumeric string that uniquely identifies departments, locations, units, and so on within the military. This identifier serves the same purpose as a company</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='BICID' minOccurs='0' type='BICIDType' >
<xs:annotation>
<xs:documentation>
The Bank Identifier Code is a unique address which, in telecommunication messages, identifies precisely the financial institutions involved in financial transactions.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='PartyIDsType'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' maxOccurs='unbounded' type='ID3Type' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TaxID' minOccurs='0' maxOccurs='unbounded' type='TaxIDType' >
<xs:annotation>
<xs:documentation>
Tax Identification Number of the creditor.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DUNSID' minOccurs='0' type='DUNSIDType' >
<xs:annotation>
<xs:documentation>
Identifier for business provided by Dun and Bradstreet.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CAGEID' minOccurs='0' type='CAGEIDType' >
<xs:annotation>
<xs:documentation>
The Commercial and Government Entity (CAGE) code is a five-character ID number used extensively within the Department of Defense to identify specific companies.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DODAACID' minOccurs='0' type='DODAACIDType' >
<xs:annotation>
<xs:documentation>
DoDAAC (Dept. of Defense Activity Address Code) is a unique six-position, alphanumeric string that uniquely identifies departments, locations, units, and so on within the military. This identifier serves the same purpose as a company</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='BICID' minOccurs='0' type='BICIDType' >
<xs:annotation>
<xs:documentation>
The Bank Identifier Code is a unique address which, in telecommunication messages, identifies precisely the financial institutions involved in financial transactions.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='PaymentBasisCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString20BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ListID for the code that it is associated with.  Payment Basis</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='PlaceOfOwnershipTransferLocation1Type'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' maxOccurs='unbounded' type='ID5Type' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Address' minOccurs='0' maxOccurs='unbounded' type='Address1Type' >
<xs:annotation>
<xs:documentation>
A physical address usually including street name, number, city, country and postal code. Can be represented using a more complex format when necessary.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Description' minOccurs='0' maxOccurs='unbounded' type='DescriptionType' >
<xs:annotation>
<xs:documentation>
Free form text that describes the object and repeats as needed to provide support for multilingual descriptions</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Status' minOccurs='0' type='Status1Type' >
<xs:annotation>
<xs:documentation>
Indicates the current state of the associated object.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name='type' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
Identifies the Transfer Location type that is associated with the Transportation Term.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name='PlaceOfOwnershipTransferLocationType'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' maxOccurs='unbounded' type='ID5Type' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Address' minOccurs='0' maxOccurs='unbounded' type='Address1Type' >
<xs:annotation>
<xs:documentation>
A physical address usually including street name, number, city, country and postal code. Can be represented using a more complex format when necessary.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='PositionNumberType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='PositionTextType'>
<xs:simpleContent>
<xs:extension base='String10BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='PostalCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString13BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='PreferenceType'>
<xs:sequence>
<xs:element name='Sequence' minOccurs='0' type='SequenceType' >
<xs:annotation>
<xs:documentation>
The numeric ranking of this element in a collection of like elements where 1 is the preferred option.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Indicator' minOccurs='0' type='IndicatorType' >
<xs:annotation>
<xs:documentation>
Indicates that this element is the prefered element in a collection of like elements.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='PriorAdministrativeDocumentType'>
<xs:sequence>
<xs:element name='Type' minOccurs='0' type='TypeType' >
<xs:annotation>
<xs:documentation>
Type of document</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Reference' minOccurs='0' maxOccurs='unbounded' type='ReferenceType' >
<xs:annotation>
<xs:documentation>
Name value pair to contain information related to reference for the administrative document</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ProcedureCategory' minOccurs='0' type='ProcedureCategoryType' >
<xs:annotation>
<xs:documentation>
Administrative Procedure category</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ProcedureCategoryType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ProducedDocumentType'>
<xs:sequence>
<xs:element name='Type' minOccurs='0' type='TypeType' >
<xs:annotation>
<xs:documentation>
Type of document/certificate</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Reference' minOccurs='0' maxOccurs='unbounded' type='ReferenceType' >
<xs:annotation>
<xs:documentation>
Name value pair to contain information related to references regarding the document</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ExportLicense' minOccurs='0' type='ExportLicenseType' >
<xs:annotation>
<xs:documentation>
Contains the details about export licenses for the current commodity or consignment.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ProofOfExitNote1Type'>
<xs:simpleContent>
<xs:extension base='String6BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='type' type='NormalizedString17BaseType' use='optional' >
<xs:annotation><xs:documentation>
Identifies where the note is used and is associated to an Infor defined code list, 'NoteType,' that indicates the processes that might use the note.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='noteID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
An optional identifier, that when used can uniquely identify each instance of a note within a BOD. It is only unique within the context of the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='use' type='NormalizedString4BaseType' use='optional' >
<xs:annotation><xs:documentation>
Indicates if the note should be published externally or if it is for internal use only. It may have the values 'Internal' and 'External'.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='author' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
Person who created the note</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='entryDateTime' type='DateAndTimeBaseType' use='optional' >
<xs:annotation><xs:documentation>
Entry date and time in GMT.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='status' type='String8BaseType' use='optional' >
<xs:annotation><xs:documentation>
Status of a note.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ProofOfExitNoteType'>
<xs:simpleContent>
<xs:extension base='String7BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='type' type='NormalizedString17BaseType' use='optional' >
<xs:annotation><xs:documentation>
Identifies where the note is used and is associated to an Infor defined code list, 'NoteType,' that indicates the processes that might use the note.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='noteID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
An optional identifier, that when used can uniquely identify each instance of a note within a BOD. It is only unique within the context of the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='use' type='NormalizedString4BaseType' use='optional' >
<xs:annotation><xs:documentation>
Indicates if the note should be published externally or if it is for internal use only. It may have the values 'Internal' and 'External'.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='author' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
Person who created the note</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='entryDateTime' type='DateAndTimeBaseType' use='optional' >
<xs:annotation><xs:documentation>
Entry date and time in GMT.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='status' type='String8BaseType' use='optional' >
<xs:annotation><xs:documentation>
Status of a note.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:element name='Property' type='PropertyType' />
<xs:complexType name='PropertyType'>
<xs:sequence>
<xs:element name='NameValue' minOccurs='0' type='NameValue3Type' >
<xs:annotation>
<xs:documentation>
Is the tag and information of the new information to be passed.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Description' minOccurs='0' maxOccurs='unbounded' type='DescriptionType' >
<xs:annotation>
<xs:documentation>
Free form text that describes the object and repeats as needed to provide support for multilingual descriptions</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Note' minOccurs='0' maxOccurs='unbounded' type='NoteType' >
<xs:annotation>
<xs:documentation>
A freeform note</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='EffectiveTimePeriod' minOccurs='0' type='EffectiveTimePeriodType' >
<xs:annotation>
<xs:documentation>
Indicates the time period in which the associated component is effective.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity. Workflow Properties</xs:documentation></xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name='QualifierType'>
<xs:simpleContent>
<xs:extension base='NormalizedString30BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='QuantityDifferenceIndicatorType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='QuantityType'>
<xs:simpleContent>
<xs:extension base='Decimal1BaseType' >
<xs:attribute name='unitCode' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
The unit-of-measure (UOM) code associated with a quantity. This is based upon the ISO standard.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ReasonCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ReferenceType'>
<xs:sequence>
<xs:element name='NameValue' minOccurs='0' type='NameValue2Type' >
<xs:annotation>
<xs:documentation>
Element that contains name value pairs. It also includes a data type, unit of measure code, and currencyID</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Description' minOccurs='0' maxOccurs='unbounded' type='DescriptionType' >
<xs:annotation>
<xs:documentation>
Free form text that describes the object and repeats as needed to provide support for multilingual descriptions</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='RegistrationIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='schemeAgencyName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
The name of the entity that created the ID. This is only used when the ID is defined externally and there is no ID for that agency - like for government agencies.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ReImportApprovalIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='schemeAgencyName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
The name of the entity that created the ID. This is only used when the ID is defined externally and there is no ID for that agency - like for government agencies.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ReImportCommodityType'>
<xs:sequence>
<xs:element name='CombinedNomenclatureCode' minOccurs='0' type='CombinedNomenclatureCodeType' >
<xs:annotation>
<xs:documentation>
8 character Combined Nomenclature code.  Box 33.1 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TARICCode' minOccurs='0' type='TARICCodeType' >
<xs:annotation>
<xs:documentation>
Specifies the Taric code (two characters for the application of specific EU measures in respect of formalities to be completed at destination). Box 33.2 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TARICFirstAdditionalCode' minOccurs='0' type='TARICFirstAdditionalCodeType' >
<xs:annotation>
<xs:documentation>
To specify the Taric code (first additional code). Box 33.3 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TARICSecondAdditionalCode' minOccurs='0' type='TARICSecondAdditionalCodeType' >
<xs:annotation>
<xs:documentation>
To specify the Taric code (second additional code). Box 33.4 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='NationalAdditionalCode' minOccurs='0' type='NationalAdditionalCodeType' >
<xs:annotation>
<xs:documentation>
EU National additional code. Box 33.5 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Description' minOccurs='0' type='DescriptionType' >
<xs:annotation>
<xs:documentation>
Commodity description - needed for some commodities</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ReImportCountryCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString12BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ReImportDateType'>
<xs:simpleContent>
<xs:extension base='DateBaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ReleaseDateType'>
<xs:simpleContent>
<xs:extension base='DateBaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='RepresentativeDeclarantPartyType'>
<xs:sequence>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Location' minOccurs='0' maxOccurs='unbounded' type='Location1Type' >
<xs:annotation>
<xs:documentation>
Maintains the locations or sites (offices, warehouses, plants) within the enterprise.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ResponsePositionType'>
<xs:sequence>
<xs:element name='OriginalLineNumber' minOccurs='0' type='OriginalLineNumberType' >
<xs:annotation>
<xs:documentation>
Indicates the original line number of the current line for a customs response. 						In some cases, customs office removes a declaration line (for example in cases where 						it is not possible to find the corresponding goods - then in the EDI message, the line  						numbers are just incremented from a starting line number. The original line number 						indicates the actual line number in the submitted declaration before any lines were removed</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='InspectionTypeCode' minOccurs='0' type='InspectionTypeCodeType' >
<xs:annotation>
<xs:documentation>
specifies the type of inspection measure, for example: 						- B: Inspection 						- D: Presentation of Documents 						- R: X-ray 						When it is different for a specific position, it is specified here</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ProofOfExitNote' minOccurs='0' type='ProofOfExitNote1Type' >
<xs:annotation>
<xs:documentation>
If a different proof of exit exists for the position, that is specified here. It  is given by Customs as the Proof of Exit,  some special information related to the procedure is added as Watermark to the PDF and also transferred in this element of the message.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='RevisionIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedString1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='RoutingInformationType'>
<xs:sequence>
<xs:element name='ShippingTrackingID' minOccurs='0' type='ShippingTrackingIDType' >
<xs:annotation>
<xs:documentation>
Is a unique identifier for the purpose of tracking an individual package or shipment. When @routeType = border, this represents the unique consignment reference for the consignment. 						(assume there would be different tracking IDs for domestic and border transports? Or would that be the same?) 						This is the ID in the external system - the corresponding internal reference for the consignement (if any) must be filled in the element &#39;InternalReference&#39; .	Box 7 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='PaymentBasisCode' minOccurs='0' type='PaymentBasisCodeType' >
<xs:annotation>
<xs:documentation>
The date and time when the payment terms go into effect. Used in conjunction with NumberOfDays</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TransportPaymentTypeCode' minOccurs='0' type='TransportPaymentTypeCodeType' >
<xs:annotation>
<xs:documentation>
The payment type code used to pay the transport charges. The code values are from a standard code list</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TransportModeCode' minOccurs='0' type='TransportModeCodeType' >
<xs:annotation>
<xs:documentation>
Indicates the mode of transport - Sea transport, rail transport etc. The code list is a standard code list .This is box 25 in EU SAD when type = border</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='MeansOfTransportCode' minOccurs='0' type='MeansOfTransportCodeType' >
<xs:annotation>
<xs:documentation>
Means of transport - type of vehicle used for transportation; Box 18 in SAD when type = Domestic; Box 21 in SAD when type = Border</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='MeansOfTransportID' minOccurs='0' type='MeansOfTransportIDType' >
<xs:annotation>
<xs:documentation>
Identification of means of transport</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='MeansOfTransportNationality' minOccurs='0' type='MeansOfTransportNationalityType' >
<xs:annotation>
<xs:documentation>
Country code (ISO-3166-2) to represent the nationality of means of transport</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name='routeType' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
Indicates the type of routing information - Domestic, Border, Transit</xs:documentation></xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name='ScheduledExitDateType'>
<xs:simpleContent>
<xs:extension base='DateBaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ScheduledExitOfficeType'>
<xs:sequence>
<xs:element name='ID' minOccurs='0' type='ID4Type' >
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Address' minOccurs='0' maxOccurs='unbounded' type='AddressType' >
<xs:annotation>
<xs:documentation>
A physical address usually including street name, number, city, country and postal code. Can be represented using a more complex format when necessary.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ScheduleLineNumberType'>
<xs:simpleContent>
<xs:extension base='NormalizedString1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='SealTextType'>
<xs:simpleContent>
<xs:extension base='String6BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='SealTypeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString15BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='SequenceType'>
<xs:simpleContent>
<xs:extension base='Integer2BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ShipFromPartyType'>
<xs:sequence>
<xs:element name='PartyIDs' minOccurs='0' type='PartyIDsType' >
<xs:annotation>
<xs:documentation>
Contains the set of possible identifiers for an associated Party.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Location' minOccurs='0' maxOccurs='unbounded' type='LocationType' >
<xs:annotation>
<xs:documentation>
Maintains the locations or sites (offices, warehouses, plants) within the enterprise.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ShippersExportDeclarationHeaderType'>
<xs:sequence>
<xs:element name='DocumentID' minOccurs='0' type='DocumentIDType' >
<xs:annotation>
<xs:documentation>
Is the primary document id for the document associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DisplayID' minOccurs='0' type='DisplayIDType' >
<xs:annotation>
<xs:documentation>
The ID for this object formatted as closely as possible to the way the customer would expect to see the ID. This element is used for display only and has no other purpose.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='LastModificationDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
The datetime on which the object was last modified.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='LastModificationPerson' minOccurs='0' type='LastModificationPersonType' >
<xs:annotation>
<xs:documentation>
A reference tot he person that took the action that caused this BOD to be published.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DocumentDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
The date that document was created within the system of record.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Description' minOccurs='0' maxOccurs='unbounded' type='DescriptionType' >
<xs:annotation>
<xs:documentation>
Free form text that describes the object and repeats as needed to provide support for multilingual descriptions</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Note' minOccurs='0' maxOccurs='unbounded' type='NoteType' >
<xs:annotation>
<xs:documentation>
A freeform note</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DocumentReference' minOccurs='0' maxOccurs='unbounded' type='DocumentReferenceType' >
<xs:annotation>
<xs:documentation>
A generic reference that uses the &#39;type&#39; attribute which contains the noun name of the referenced object.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Status' minOccurs='0' type='StatusType' >
<xs:annotation>
<xs:documentation>
Indicates the current state of the associated object.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='MovementReferenceID' minOccurs='0' type='MovementReferenceIDType' >
<xs:annotation>
<xs:documentation>
Identifier given by Customs office for a declaration and is used to track  the export process, including all changes and results of actions taken. Even when the export process is finished this is the reference on the Proof of Exit.Generally called as &#39;Movement reference number (MRN) in EU. When submitting the declaration for the first time, this would not be available.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='InternalReference' minOccurs='0' maxOccurs='unbounded' type='InternalReferenceType' >
<xs:annotation>
<xs:documentation>
This element can contain any reference used internally by the creator of the message. 					Customs can give back one of these number in all the messages - similar to MRN,  but from the shipper/declarant for his use to have a track of all the related messages Till the declaration is &#39;Accepted&#39; by the customs office, all communication with customs office will happen with local reference number only.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DeclarationType' minOccurs='0' type='DeclarationTypeType' >
<xs:annotation>
<xs:documentation>
Code to define the type of declaration - to indicate the procedure that would be followed for the declaration.

In EU SAD, this represents box 1.2</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ExportOffice' minOccurs='0' type='ExportOfficeType' >
<xs:annotation>
<xs:documentation>
Export customs office with ID, name and address. The ID is with a schemeAgencyName and schemeName to specify external IDs. 
The customs office designated by the customs authorities where the formalities requiring a customs declaration for goods are to be completed. The goods in general would be goods destined to leave the customs territory for a destination outside of the territory		
Typical formalities to be completed at the customs office of export include:
? the lodging and acceptance of a customs declaration for export, outward processing or, following a customs procedure with economic impact, for re-exportation
? the issuing of he MRN to the declarant
? the verification of the declaration, supporting documents, and the examination of the goods
? taking measures allowing the identification of the goods
? controls on whether the goods are subject to prohibitions or restrictions
? the release of goods for moving to the customs office of exit
? forwarding the &quot;Anticipated Export Record&quot; message to the customs office of exit.
? the confirmation of exit to the exporter/declarant</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CustomsExport' minOccurs='0' type='CustomsExportType' >
<xs:annotation>
<xs:documentation>
Contains the details of the export operation excluding the party information,and shipping/transportation information. All the details in this element must be ideally filled when submitting a complete declaration to the customs office</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CustomsSeals' minOccurs='0' type='CustomsSealsType' >
<xs:annotation>
<xs:documentation>
After inspection, office of export (also called as office of dispatch) will seal the goods for identification in the consecutive processes. The office of departure  can waive the requirement for sealing when the description of goods in the declaration data is sufficiently precise to ensure easy identification of the goods (e.g. by giving engine and chassis number where cars are transported). In all other cases, in order to ensure means of identification seals would be affixed by the office of dispatch. This element contains details about these seals.
When lodging the declaration before any inspection by customs office, this element might be left out 		since no &#39;seal&#39; would be affixed yet.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CustomsExit' minOccurs='0' type='CustomsExitType' >
<xs:annotation>
<xs:documentation>
Specifies the details regarding exit office processes and documents.
Note that the details in this element would be required only when a declaration message is being sent to the customs office after the exit of goods - for dealing with scenarios like the customs system was down and	all the declaration is being done post exit.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CountryItinerary' minOccurs='0' type='CountryItineraryType' >
<xs:annotation>
<xs:documentation>
List of countries from the point of origin to ship-to party&#39;s destination; 	order sensitive list</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TransportationTerm' minOccurs='0' type='TransportationTermType' >
<xs:annotation>
<xs:documentation>
When a seller ships something via common to a buyer in accordance with the Uniform Commerical Code and international legal agreements, you must specify a particular &quot;phrase&quot; that states who assumes the risk of shipment, who is responsible for loading and unloading the goods, where ownership or title to the goods passes, who paid or pays the carrirer, etc. Examples of these &quot;phrases&quot; include: - &quot;FOB Origin Prepaid and Add&quot; (Free On Board - no cost for loading, title passes at seller&#39;s dock, seller prepaid freight cost and delivery insurance, seller will freight costs to cost of goods) - &quot;FOB Destination&quot; or &quot;FOB Destination Prepaid&quot; (Free On Board - no cost for loading, title passes at buyer&#39;s dock, seller prepaid freight cost and delivery insurance) In software applications, this phrase is commonly split into two coded pieces, a &quot;legal terms&quot; risk and responsibility component for use with common carriers (FOB Destination) and some kind of qualifying component (Prepaid and Add).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='RoutingInformation' minOccurs='0' maxOccurs='unbounded' type='RoutingInformationType' >
<xs:annotation>
<xs:documentation>
Specifies details for a logistical segment of a transport process. Also includes the details about inland and border means of transport and others</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TransactionNatureCode' minOccurs='0' type='TransactionNatureCodeType' >
<xs:annotation>
<xs:documentation>
Indicates the nature of the transaction; examples are   - Final Buy/Sale, Test delivery or a delivery with sale or return ,Return of goods, consignment of goods after outward processing etc. This would be a standard code list .Box 24 in SAD for EU</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TotalAmount' minOccurs='0' type='TotalAmountType' >
<xs:annotation>
<xs:documentation>
Total amount invoiced for all the goods declared in declaration currency..</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TotalBaseAmount' minOccurs='0' type='TotalBaseAmountType' >
<xs:annotation>
<xs:documentation>
Indicates the total amount of the object associated. This includes the Price and the total of all the charges, allowances and taxes. This is represented in the base currency.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TotalReportAmount' minOccurs='0' type='TotalReportAmountType' >
<xs:annotation>
<xs:documentation>
Indicates the total amount of the object associated. This includes the Price and the total of all the charges, allowances and taxes. This is represented in the report currency.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='OutwardProcessing' minOccurs='0' type='OutwardProcessingType' >
<xs:annotation>
<xs:documentation>
Outward Processing allows goods to be processed abroad and, when they come back into the cutoms territory to be put into free circulation, that duty has to be paid only on the value added abroad. 	Without such a system, duty would have to be paid on the goods as produced in the customs territory as well as on the value added abroad.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ShipToParty' minOccurs='0' type='ShipToPartyType' >
<xs:annotation>
<xs:documentation>
Identifies the ShipToParty for the document or the line.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='UltimateRecipientParty' minOccurs='0' type='UltimateRecipientPartyType' >
<xs:annotation>
<xs:documentation>
Indicates the final user of the exported goods</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='EndUserSpecificationCode' minOccurs='0' type='EndUserSpecificationCodeType' >
<xs:annotation>
<xs:documentation>
Code to specify  the end user detail - following options are possible 								  - Ultimate Recipient is the end user 								  - Ultimate Recipient is not the end user 								  - End user need not be specified</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='SupplierParty' minOccurs='0' type='SupplierPartyType' >
<xs:annotation>
<xs:documentation>
Contains the set of information about a Supplier Party necessary to execute and administer orders or requests. Supplier is the exporter</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ShipFromParty' minOccurs='0' type='ShipFromPartyType' >
<xs:annotation>
<xs:documentation>
Identifies the party that the goods or services are being shipped or sent from. Identifies the ship from party. This element would only be filled when supplier is not the actual ship-from party.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='DeclarantParty' minOccurs='0' type='DeclarantPartyType' >
<xs:annotation>
<xs:documentation>
Indicates the declarant of the export declaration</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='RepresentativeDeclarantParty' minOccurs='0' type='RepresentativeDeclarantPartyType' >
<xs:annotation>
<xs:documentation>
In some cases the declaration could be made by an agent of the declarant. This element would be filled only when direct representation is used.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='UserArea' minOccurs='0' type='UserAreaType' >
<xs:annotation>
<xs:documentation>
Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document through the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.The Open Applications Group will make best efforts to quickly consider all proposed submissions.The USERAREA is always the last element in all components, except where the component has been extended inline.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ShippersExportDeclarationItemType'>
<xs:sequence>
<xs:element name='LineNumber' minOccurs='0' type='LineNumber1Type' >
<xs:annotation>
<xs:documentation>
Is the identifier of the given Line Component within the document</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='InternalReference' minOccurs='0' maxOccurs='unbounded' type='InternalReference1Type' >
<xs:annotation>
<xs:documentation>
This element can contain any reference used internally by the creator of the message. 					Customs can give back one of these number in all the messages - similar to MRN,  but from the shipper/declarant for his use to have a track of all the related messages Till the declaration is &#39;Accepted&#39; by the customs office, all communication with customs office will happen with local reference number only.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ShippingTrackingID' minOccurs='0' type='ShippingTrackingIDType' >
<xs:annotation>
<xs:documentation>
Is a unique identifier for the purpose of tracking an individual package or shipment.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TransactionNatureCode' minOccurs='0' type='TransactionNatureCodeType' >
<xs:annotation>
<xs:documentation>
Indicates the nature of the transaction; examples are   - Final Buy/Sale, Test delivery or a delivery with sale or return ,Return of goods, consignment of goods after outward processing etc. This would be a standard code list .Box 24 in SAD for EU</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TransportationTerm' minOccurs='0' type='TransportationTerm1Type' >
<xs:annotation>
<xs:documentation>
When a seller ships something via common to a buyer in accordance with the Uniform Commerical Code and international legal agreements, you must specify a particular &quot;phrase&quot; that states who assumes the risk of shipment, who is responsible for loading and unloading the goods, where ownership or title to the goods passes, who paid or pays the carrirer, etc. Examples of these &quot;phrases&quot; include: - &quot;FOB Origin Prepaid and Add&quot; (Free On Board - no cost for loading, title passes at seller&#39;s dock, seller prepaid freight cost and delivery insurance, seller will freight costs to cost of goods) - &quot;FOB Destination&quot; or &quot;FOB Destination Prepaid&quot; (Free On Board - no cost for loading, title passes at buyer&#39;s dock, seller prepaid freight cost and delivery insurance) In software applications, this phrase is commonly split into two coded pieces, a &quot;legal terms&quot; risk and responsibility component for use with common carriers (FOB Destination) and some kind of qualifying component (Prepaid and Add).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ShipToParty' minOccurs='0' type='ShipToPartyType' >
<xs:annotation>
<xs:documentation>
Identifies the ShipToParty for the document or the line.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='UltimateRecipientParty' minOccurs='0' type='UltimateRecipientPartyType' >
<xs:annotation>
<xs:documentation>
End user for the exported goods</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='OriginCountryCode' minOccurs='0' type='OriginCountryCodeType' >
<xs:annotation>
<xs:documentation>
Indicates the country of origin for the commodity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='OriginRegionCode' minOccurs='0' type='OriginRegionCodeType' >
<xs:annotation>
<xs:documentation>
Indicates a region code within the country of origin, needed for some EU countries. 	The code list is a standard code list</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='HarmonizedTariffScheduleCode' minOccurs='0' type='HarmonizedTariffScheduleCodeType' >
<xs:annotation>
<xs:documentation>
Harmonized tariff schedule code . check http://en.wikipedia.org/wiki/Harmonized_System for more details</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Commodity' minOccurs='0' type='CommodityType' >
<xs:annotation>
<xs:documentation>
Contains the details of the commodity codes as required by EU. Either this element or the HarmonizedTariffScheduleCode could be entered. This refers to box 33 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ContainerDetail' minOccurs='0' maxOccurs='unbounded' type='ContainerDetailType' >
<xs:annotation>
<xs:documentation>
Contains the identification marks on the containers. Note that it is not needed to specify (in the declaration) which packages go into which containers.  Box 31 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='PackageDetail' minOccurs='0' maxOccurs='unbounded' type='PackageDetailType' >
<xs:annotation>
<xs:documentation>
Contains the marks, numbers, quantity and kind of packages or, in the case of unpackaged goods, 	the number of such goods covered by the declaration together with the particulars needed to identify them. Box 31 in EU SAD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='NetWeightMeasure' minOccurs='0' type='NetWeightMeasureType' >
<xs:annotation>
<xs:documentation>
The net weight is calculated by subtracting the tare weight or the weight of the container from the GrossWeight.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='GrossWeightMeasure' minOccurs='0' type='GrossWeightMeasureType' >
<xs:annotation>
<xs:documentation>
The total weight of the entity without reduction of packaging or container. I.e The Gross wieght of a pallet of goods includes the weight of the pallet.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='StatisticalWeightMeasure' minOccurs='0' type='StatisticalWeightMeasureType' >
<xs:annotation>
<xs:documentation>
Net weight in the UoM of the commodity code</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='StatisticalInvoiceAmount' minOccurs='0' type='StatisticalInvoiceAmountType' >
<xs:annotation>
<xs:documentation>
Statistical value means the value of goods at the time when and place where they leave the territory of the 						exporting Member State. 						The statistical value is based on the value of the goods, i.e.: 						? in the case of sale or purchase, the statistical value is based on the invoiced amount for the goods; 						? in other cases, the statistical value is based on the amount which would have been invoiced in the 						event of sale or purchase. 						More information @ http://ec.europa.eu/taxation_customs/resources/documents/customs/procedural_aspects/general/sad/guide/g46.pdf</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CustomsProcedureCode' minOccurs='0' type='CustomsProcedureCodeType' >
<xs:annotation>
<xs:documentation>
Indicates the customs procedure for which the goods would be subjected to. 								The details would be from a standard code list.  								Some examples of the code values are &quot;Temporary export for return in the unaltered state.&quot;, 								&quot;Export of compensating products obtained from equivalent goods under the inward 								processing procedure (suspension system) before entering import goods for the  procedure.&quot; etc.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CustomsWarehousing' minOccurs='0' type='CustomsWarehousingType' >
<xs:annotation>
<xs:documentation>
In a few cases of re-export, the export process is originated using goods stored in a customs warehouse.  This then ends the state &quot;stored in customs warehouse&quot; for these goods.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='InwardProcessing' minOccurs='0' type='InwardProcessingType' >
<xs:annotation>
<xs:documentation>
Used when re-exporting goods after some processing (opposite of outwardprocessing)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ProducedDocument' minOccurs='0' maxOccurs='unbounded' type='ProducedDocumentType' >
<xs:annotation>
<xs:documentation>
The documents that are produced along with the declaration. They  could also contain any certificates/licenses that have to be attached to the declaration</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='PriorAdministrativeDocument' minOccurs='0' maxOccurs='unbounded' type='PriorAdministrativeDocumentType' >
<xs:annotation>
<xs:documentation>
To specify Customs administrative reference of a previous process</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ResponsePosition' minOccurs='0' type='ResponsePositionType' >
<xs:annotation>
<xs:documentation>
Contains the position specific details of customs response. 								This element must not be sent for any message that the declarant sends 								to customs office - it must be used only for the relevant response messages</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ShippersExportDeclarationResponseType'>
<xs:sequence>
<xs:element name='CustomsStatus' minOccurs='0' type='CustomsStatusType' >
<xs:annotation>
<xs:documentation>
Status as set by the customs office for the current declaration. This is a standard code list</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='AcceptedDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
Date on which declaration is accepted by cutoms after initial verification</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='RejectedDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
Date and time on which the declaration is rejected.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='PlannedCheckDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
Goods could be inspected by the customs office at this time and at the location of the goods.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='InspectionTypeCode' minOccurs='0' type='InspectionTypeCodeType' >
<xs:annotation>
<xs:documentation>
specifies the type of inspection measure, for example: 						- B: Inspection 						- D: Presentation of Documents 						- R: X-ray 						When it is different for a specific position, it is specified here</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CanceledDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
Date on which declaration was canceled</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ReleaseDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
Date on which goods are released for export from office of export</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='PackingAndLoadingTimePeriod' minOccurs='0' type='PackingAndLoadingTimePeriodType' >
<xs:annotation>
<xs:documentation>
To specify the starting and ending times for packing and loading</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='FollowUpReplyRequiredDate' minOccurs='0' type='FollowUpReplyRequiredDateType' >
<xs:annotation>
<xs:documentation>
The dead line by which the reply for the follow up has to be sent by the declarant</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ActualExitDate' minOccurs='0' type='ActualExitDateType' >
<xs:annotation>
<xs:documentation>
Indicates the date on which goods left the border</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ActualExitOffice' minOccurs='0' type='ActualExitOfficeType' >
<xs:annotation>
<xs:documentation>
Actual office of exit</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ProofOfExitNote' minOccurs='0' type='ProofOfExitNote1Type' >
<xs:annotation>
<xs:documentation>
It  is given by Customs as the Proof of Exit,  some special information related to the procedure is added as Watermark to the PDF and also transferred in this element of the message.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='QuantityDifferenceIndicator' minOccurs='0' type='QuantityDifferenceIndicatorType' >
<xs:annotation>
<xs:documentation>
This element indicates, that a Proof of Exit with a different quantity from the current  declaration exists</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='AlternativeProofIndicator' minOccurs='0' type='AlternativeProofIndicatorType' >
<xs:annotation>
<xs:documentation>
This element indicates that an alternative proof was presented to indicate completion of this export process.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='SupplementRequestedDate' minOccurs='0' type='SupplementRequestedDateType' >
<xs:annotation>
<xs:documentation>
Date on which request is sent for submitting the supplementary declaration. 						Supplementary declaration is required when a full declaration is not made and only a simplified declaration (or a pre-shipment advice) is submitted with the start of the export process</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='SupplementRequiredDate' minOccurs='0' type='SupplementRequiredDateType' >
<xs:annotation>
<xs:documentation>
Date by which supplementary declaration msut be submitted by the declarant</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='CompletionDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
Date on which the export process is &#39;completed&#39;</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Text' minOccurs='0' maxOccurs='unbounded' type='TextType' >
<xs:annotation>
<xs:documentation>
Provision to specify any text that comes with the response</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Error' minOccurs='0' maxOccurs='unbounded' type='ErrorType' >
<xs:annotation>
<xs:documentation>
To specify any errors to be conveyed along with the customs response</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='ShippingTrackingIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedString5BaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ShipToPartyType'>
<xs:sequence>
<xs:element name='PartyIDs' minOccurs='0' type='PartyIDsType' >
<xs:annotation>
<xs:documentation>
Contains the set of possible identifiers for an associated Party.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Location' minOccurs='0' maxOccurs='unbounded' type='LocationType' >
<xs:annotation>
<xs:documentation>
Maintains the locations or sites (offices, warehouses, plants) within the enterprise.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='StandardExchangeIndicatorType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='StatisticalInvoiceAmountType'>
<xs:simpleContent>
<xs:extension base='Decimal1BaseType' >
<xs:attribute name='currencyID' type='NormalizedString24BaseType' use="required" >
<xs:annotation><xs:documentation>
The code for the currency associated with an amount.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='StatisticalWeightMeasureType'>
<xs:simpleContent>
<xs:extension base='Decimal2BaseType' >
<xs:attribute name='unitCode' type='NormalizedString3BaseType' use="required" >
<xs:annotation><xs:documentation>
The unit-of-measure (UOM) code associated with a quantity. This is based upon the ISO standard.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='Status1Type'>
<xs:sequence>
<xs:element name='Code' minOccurs='0' type='Code1Type' >
<xs:annotation>
<xs:documentation>
Code used to define the status of this document. See the code list associated to this code for the list of valid codes and their meanings.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='EffectiveDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
date and time this document becomes effective</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ReasonCode' minOccurs='0' type='ReasonCodeType' >
<xs:annotation>
<xs:documentation>
Identifies the reason for an activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ArchiveIndicator' minOccurs='0' type='ArchiveIndicatorType' >
<xs:annotation>
<xs:documentation>
Indicator that determines if the BOD has been archived. The default value is false so there is no need to explicitly set this to false.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='StatusType'>
<xs:sequence>
<xs:element name='Code' minOccurs='0' type='CodeType' >
<xs:annotation>
<xs:documentation>
Code used to define the status of this document. See the code list associated to this code for the list of valid codes and their meanings.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='EffectiveDateTime' minOccurs='0' type='DateTimeType' >
<xs:annotation>
<xs:documentation>
date and time this document becomes effective</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ReasonCode' minOccurs='0' type='ReasonCodeType' >
<xs:annotation>
<xs:documentation>
Identifies the reason for an activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ArchiveIndicator' minOccurs='0' type='ArchiveIndicatorType' >
<xs:annotation>
<xs:documentation>
Indicator that determines if the BOD has been archived. The default value is false so there is no need to explicitly set this to false.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='SubLineNumberType'>
<xs:simpleContent>
<xs:extension base='NormalizedString5BaseType' >
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='SupplementRequestedDateType'>
<xs:simpleContent>
<xs:extension base='Date1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='SupplementRequiredDateType'>
<xs:simpleContent>
<xs:extension base='Date1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='SupplierPartyType'>
<xs:sequence>
<xs:element name='PartyIDs' minOccurs='0' type='PartyIDsType' >
<xs:annotation>
<xs:documentation>
Contains the set of possible identifiers for an associated Party.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Location' minOccurs='0' maxOccurs='unbounded' type='Location2Type' >
<xs:annotation>
<xs:documentation>
Maintains the locations or sites (offices, warehouses, plants) within the enterprise.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='TARICCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='TARICFirstAdditionalCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString25BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='TARICSecondAdditionalCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='TaxIDType'>
<xs:simpleContent>
<xs:extension base='NormalizedString5BaseType' >
<xs:attribute name='schemeName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='schemeAgencyName' type='StringBaseType' use='optional' >
<xs:annotation><xs:documentation>
The name of the entity that created the ID. This is only used when the ID is defined externally and there is no ID for that agency - like for government agencies.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='lid' type='String2BaseType' use='optional' >
<xs:annotation><xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='Text1Type'>
<xs:simpleContent>
<xs:extension base='String6BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='TextType'>
<xs:simpleContent>
<xs:extension base='String3BaseType' >
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='TotalAmountType'>
<xs:simpleContent>
<xs:extension base='Decimal1BaseType' >
<xs:attribute name='currencyID' type='NormalizedString24BaseType' use="required" >
<xs:annotation><xs:documentation>
Declaration currency</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='TotalBaseAmountType'>
<xs:simpleContent>
<xs:extension base='Decimal1BaseType' >
<xs:attribute name='currencyID' type='NormalizedString24BaseType' use="required" >
<xs:annotation><xs:documentation>
The code for the currency associated with an amount.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='TotalReportAmountType'>
<xs:simpleContent>
<xs:extension base='Decimal1BaseType' >
<xs:attribute name='currencyID' type='NormalizedString24BaseType' use="required" >
<xs:annotation><xs:documentation>
The code for the currency associated with an amount.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='TradedDetailType'>
<xs:sequence>
<xs:element name='Quantity' minOccurs='0' type='QuantityType' >
<xs:annotation>
<xs:documentation>
Identifies the quantity of the associated service or item that is addresses by the component in which the quantity is associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Qualifier' minOccurs='0' type='QualifierType' >
<xs:annotation>
<xs:documentation>
Additonal qualifier needed for the item in a few cases. For example, for alcohol, irrespective of the quantity and the unit code, the following additional detail needs to be provided - A means alcohol ; E means drained net weight; F means common wheat; G means that the value is a gross value; L means live weight; M means dry matter; N means own weight</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='TransactionNatureCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString23BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='TransportationTerm1Type'>
<xs:sequence>
<xs:element name='IncotermsCode' minOccurs='0' type='IncotermsCodeType' >
<xs:annotation>
<xs:documentation>
Is a contractual code used to describe the point where delivery occurs (goods ownership is transferred) in a contract of sale. It identifies the rights and obligations of each partner (supplier, carrier and customer) in the transaction and may specify the requirements to assume ownership (i.e. paying for the cost of the goods and/or transportation). The United Nations Trade Facilitation Information Exchange (UN/TraFIX) has established the following codes (INCOTERMS 1990) for use in international trade to Europe, Asia and the Pacific. (See http://www.unece.org/trade/rec/rec05en.htm). These terms may also be found in the United States Uniform Commercial Code (UCC). EXAMPLES EXW - Ex Works ... (named place) FCA - Free Carrier ... (named place) FAS - Free Along Ship ... (named port of shipment) FOB - Free On Board ... (named port of shipment) CFR - Cost and Freight ... (named port of destination) CIF - Cost, Insurance and Freight ... (named port of destination) CPT - Carriage Paid To ... (named place of destination) CIP - Carriage and Insurance Paid to ... (named place of destination) DAF - Delivered At Frontier ... (named place) DES - Delivered Ex Ship ... (named port of destination) DEQ - Delivered Ex Quay (Duty Paid) ... (named port of destination) DDU - Delivered Duty Unpaid ... (named place of destination) DDP - Delivered Duty Paid ... (named place of destination)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='IncotermsText' minOccurs='0' type='IncotermsTextType' >
<xs:annotation>
<xs:documentation>
To specify inco terms text - for cases where the codes are not sufficient.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='PlaceOfOwnershipTransferLocation' minOccurs='0' type='PlaceOfOwnershipTransferLocation1Type' >
<xs:annotation>
<xs:documentation>
Identifies the place where the transfer of ownership takes place.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='TransportationTermType'>
<xs:sequence>
<xs:element name='IncotermsCode' minOccurs='0' type='IncotermsCodeType' >
<xs:annotation>
<xs:documentation>
Is a contractual code used to describe the point where delivery occurs (goods ownership is transferred) in a contract of sale. It identifies the rights and obligations of each partner (supplier, carrier and customer) in the transaction and may specify the requirements to assume ownership (i.e. paying for the cost of the goods and/or transportation). The United Nations Trade Facilitation Information Exchange (UN/TraFIX) has established the following codes (INCOTERMS 1990) for use in international trade to Europe, Asia and the Pacific. (See http://www.unece.org/trade/rec/rec05en.htm). These terms may also be found in the United States Uniform Commercial Code (UCC). EXAMPLES EXW - Ex Works ... (named place) FCA - Free Carrier ... (named place) FAS - Free Along Ship ... (named port of shipment) FOB - Free On Board ... (named port of shipment) CFR - Cost and Freight ... (named port of destination) CIF - Cost, Insurance and Freight ... (named port of destination) CPT - Carriage Paid To ... (named place of destination) CIP - Carriage and Insurance Paid to ... (named place of destination) DAF - Delivered At Frontier ... (named place) DES - Delivered Ex Ship ... (named port of destination) DEQ - Delivered Ex Quay (Duty Paid) ... (named port of destination) DDU - Delivered Duty Unpaid ... (named place of destination) DDP - Delivered Duty Paid ... (named place of destination)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='IncotermsText' minOccurs='0' type='IncotermsTextType' >
<xs:annotation>
<xs:documentation>
To specify inco terms text - for cases where the codes are not sufficient.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='PlaceOfOwnershipTransferLocation' minOccurs='0' type='PlaceOfOwnershipTransferLocationType' >
<xs:annotation>
<xs:documentation>
Identifies the place where the transfer of ownership takes place.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='TransportModeCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString22BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='accountingEntity' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='location' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The location that is associated with the maintenance of this instance of the noun. This attribute must not be included on the ID of objects that are maintained at the tenant or accounting entity level.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='TransportPaymentTypeCodeType'>
<xs:simpleContent>
<xs:extension base='NormalizedString21BaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='languageID' type='String5BaseType' use='optional' >
<xs:annotation><xs:documentation>
This is required for language codes other than 'en-us' when the element that includes this attribute is used.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='accountingEntity' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.</xs:documentation></xs:annotation>
</xs:attribute>
<xs:attribute name='location' type='String1BaseType' use='optional' >
<xs:annotation><xs:documentation>
The location that is associated with the maintenance of this instance of the noun. This attribute must not be included on the ID of objects that are maintained at the tenant or accounting entity level.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='TypeType'>
<xs:simpleContent>
<xs:extension base='NormalizedStringBaseType' >
<xs:attribute name='listID' type='NormalizedString3BaseType' use='optional' >
<xs:annotation><xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='UltimateRecipientPartyType'>
<xs:sequence>
<xs:element name='PartyIDs' minOccurs='0' type='PartyIDs1Type' >
<xs:annotation>
<xs:documentation>
Contains the set of possible identifiers for an associated Party.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Name' minOccurs='0' maxOccurs='unbounded' type='NameType' >
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='Location' minOccurs='0' maxOccurs='unbounded' type='Location1Type' >
<xs:annotation>
<xs:documentation>
Maintains the locations or sites (offices, warehouses, plants) within the enterprise.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='UsesDirectRepresentativeType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='UsualFormsOfHandlingIndicatorType'>
<xs:simpleContent>
<xs:extension base='Boolean1BaseType' >
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='UsualFormsOfHandlingType'>
<xs:sequence>
<xs:element name='Code' minOccurs='0' type='Code2Type' >
<xs:annotation>
<xs:documentation>
External code for usual forms of handling</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='AdditionalText' minOccurs='0' type='AdditionalTextType' >
<xs:annotation>
<xs:documentation>
Additional text for the code</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name='WarehousePositionType'>
<xs:sequence>
<xs:element name='PositionNumber' minOccurs='0' type='PositionNumberType' >
<xs:annotation>
<xs:documentation>
Indicates the position number</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='RegistrationID' minOccurs='0' type='RegistrationIDType' >
<xs:annotation>
<xs:documentation>
egistration ID for the position (either of the inward movement in customs warehouse or  the curresponding outward processing registration ID</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='ElectronicPriorProcedureIndicator' minOccurs='0' type='ElectronicPriorProcedureIndicatorType' >
<xs:annotation>
<xs:documentation>
Indicates whether the prior customs warehousing procedure was handled electronically or not</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='UsualFormsOfHandlingIndicator' minOccurs='0' type='UsualFormsOfHandlingIndicatorType' >
<xs:annotation>
<xs:documentation>
Indicates whether &#39;usual forms of handling&#39; is applicable for the current commodity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='UsualFormsOfHandling' minOccurs='0' maxOccurs='unbounded' type='UsualFormsOfHandlingType' >
<xs:annotation>
<xs:documentation>
Customs warehouses are for the storage of goods, but some minor handlings - known as ‘usual forms of handling’ - are allowed in order to: 						•ensure goods are preserved 						•improve their presentation or marketable quality 						•prepare them for distribution or resale 						 						Usual forms of handling must be authorised by customs office prior to the  						handling taking place.  						Generally this will be at the same time as authorisation to operate the customs warehouse</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='TradedDetail' minOccurs='0' type='TradedDetailType' >
<xs:annotation>
<xs:documentation>
ndicates the traded quantity in transaction&#39;s UoM - this is the quantity that is  getting re-exported after the customs warehousing process is finished</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='IssuedDetail' minOccurs='0' type='IssuedDetailType' >
<xs:annotation>
<xs:documentation>
Details about quantity issued out of the warehouse for the current line in the warehouse UoM. Issued quantity would generally be specified when &#39;Usual forms of handling&#39; exists.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="Boolean1BaseType" >
<xs:restriction base="xs:boolean" >
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="BooleanBaseType" >
<xs:restriction base="xs:boolean" >
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Date1BaseType" >
<xs:restriction base="xs:date" >
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DateAndTimeBaseType" >
<xs:restriction base="DateTimeType" >
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DateBaseType" >
<xs:restriction base="xs:date" >
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Decimal1BaseType" >
<xs:restriction base="xs:decimal" >
<xs:totalDigits value="25" />
<xs:fractionDigits value="8" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Decimal2BaseType" >
<xs:restriction base="xs:decimal" >
<xs:totalDigits value="25" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DecimalBaseType" >
<xs:restriction base="xs:decimal" >
<xs:totalDigits value="25" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DurationBaseType" >
<xs:restriction base="xs:duration" >
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Integer1BaseType" >
<xs:restriction base="xs:integer" >
<xs:totalDigits value="22" />
<xs:minInclusive value="1" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Integer2BaseType" >
<xs:restriction base="xs:integer" >
<xs:totalDigits value="22" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Integer3BaseType" >
<xs:restriction base="xs:integer" >
<xs:totalDigits value="25" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="IntegerBaseType" >
<xs:restriction base="xs:integer" >
<xs:totalDigits value="22" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString10BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:minLength value="1" />
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString11BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString12BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
<xs:enumeration value="AF" />
<xs:enumeration value="AX" />
<xs:enumeration value="AL" />
<xs:enumeration value="DZ" />
<xs:enumeration value="AS" />
<xs:enumeration value="AD" />
<xs:enumeration value="AO" />
<xs:enumeration value="AI" />
<xs:enumeration value="AQ" />
<xs:enumeration value="AG" />
<xs:enumeration value="AR" />
<xs:enumeration value="AM" />
<xs:enumeration value="AW" />
<xs:enumeration value="AU" />
<xs:enumeration value="AT" />
<xs:enumeration value="AZ" />
<xs:enumeration value="BS" />
<xs:enumeration value="BH" />
<xs:enumeration value="BD" />
<xs:enumeration value="BB" />
<xs:enumeration value="BY" />
<xs:enumeration value="BE" />
<xs:enumeration value="BZ" />
<xs:enumeration value="BJ" />
<xs:enumeration value="BM" />
<xs:enumeration value="BT" />
<xs:enumeration value="BO" />
<xs:enumeration value="BQ" />
<xs:enumeration value="BA" />
<xs:enumeration value="BW" />
<xs:enumeration value="BV" />
<xs:enumeration value="BR" />
<xs:enumeration value="IO" />
<xs:enumeration value="BN" />
<xs:enumeration value="BG" />
<xs:enumeration value="BF" />
<xs:enumeration value="BI" />
<xs:enumeration value="KH" />
<xs:enumeration value="CM" />
<xs:enumeration value="CA" />
<xs:enumeration value="CV" />
<xs:enumeration value="KY" />
<xs:enumeration value="CF" />
<xs:enumeration value="TD" />
<xs:enumeration value="CL" />
<xs:enumeration value="CN" />
<xs:enumeration value="CX" />
<xs:enumeration value="CC" />
<xs:enumeration value="CO" />
<xs:enumeration value="KM" />
<xs:enumeration value="CG" />
<xs:enumeration value="CD" />
<xs:enumeration value="CK" />
<xs:enumeration value="CR" />
<xs:enumeration value="CI" />
<xs:enumeration value="HR" />
<xs:enumeration value="CU" />
<xs:enumeration value="CW" />
<xs:enumeration value="CY" />
<xs:enumeration value="CZ" />
<xs:enumeration value="DK" />
<xs:enumeration value="DJ" />
<xs:enumeration value="DM" />
<xs:enumeration value="DO" />
<xs:enumeration value="EC" />
<xs:enumeration value="EG" />
<xs:enumeration value="SV" />
<xs:enumeration value="GQ" />
<xs:enumeration value="ER" />
<xs:enumeration value="EE" />
<xs:enumeration value="ET" />
<xs:enumeration value="FK" />
<xs:enumeration value="FO" />
<xs:enumeration value="FJ" />
<xs:enumeration value="FI" />
<xs:enumeration value="FR" />
<xs:enumeration value="GF" />
<xs:enumeration value="PF" />
<xs:enumeration value="TF" />
<xs:enumeration value="GA" />
<xs:enumeration value="GM" />
<xs:enumeration value="GE" />
<xs:enumeration value="DE" />
<xs:enumeration value="GH" />
<xs:enumeration value="GI" />
<xs:enumeration value="GR" />
<xs:enumeration value="GL" />
<xs:enumeration value="GD" />
<xs:enumeration value="GP" />
<xs:enumeration value="GU" />
<xs:enumeration value="GT" />
<xs:enumeration value="GG" />
<xs:enumeration value="GN" />
<xs:enumeration value="GW" />
<xs:enumeration value="GY" />
<xs:enumeration value="HT" />
<xs:enumeration value="HM" />
<xs:enumeration value="VA" />
<xs:enumeration value="HN" />
<xs:enumeration value="HK" />
<xs:enumeration value="HU" />
<xs:enumeration value="IS" />
<xs:enumeration value="IN" />
<xs:enumeration value="ID" />
<xs:enumeration value="IR" />
<xs:enumeration value="IQ" />
<xs:enumeration value="IE" />
<xs:enumeration value="IM" />
<xs:enumeration value="IL" />
<xs:enumeration value="IT" />
<xs:enumeration value="JM" />
<xs:enumeration value="JP" />
<xs:enumeration value="JE" />
<xs:enumeration value="JO" />
<xs:enumeration value="KZ" />
<xs:enumeration value="KE" />
<xs:enumeration value="KI" />
<xs:enumeration value="KP" />
<xs:enumeration value="KR" />
<xs:enumeration value="KW" />
<xs:enumeration value="KG" />
<xs:enumeration value="LA" />
<xs:enumeration value="LV" />
<xs:enumeration value="LB" />
<xs:enumeration value="LS" />
<xs:enumeration value="LR" />
<xs:enumeration value="LY" />
<xs:enumeration value="LI" />
<xs:enumeration value="LT" />
<xs:enumeration value="LU" />
<xs:enumeration value="MO" />
<xs:enumeration value="MK" />
<xs:enumeration value="MG" />
<xs:enumeration value="MW" />
<xs:enumeration value="MY" />
<xs:enumeration value="MV" />
<xs:enumeration value="ML" />
<xs:enumeration value="MT" />
<xs:enumeration value="MH" />
<xs:enumeration value="MQ" />
<xs:enumeration value="MR" />
<xs:enumeration value="MU" />
<xs:enumeration value="YT" />
<xs:enumeration value="MX" />
<xs:enumeration value="FM" />
<xs:enumeration value="MD" />
<xs:enumeration value="MC" />
<xs:enumeration value="MN" />
<xs:enumeration value="ME" />
<xs:enumeration value="MS" />
<xs:enumeration value="MA" />
<xs:enumeration value="MZ" />
<xs:enumeration value="MM" />
<xs:enumeration value="NA" />
<xs:enumeration value="NR" />
<xs:enumeration value="NP" />
<xs:enumeration value="NL" />
<xs:enumeration value="NC" />
<xs:enumeration value="NZ" />
<xs:enumeration value="NI" />
<xs:enumeration value="NE" />
<xs:enumeration value="NG" />
<xs:enumeration value="NU" />
<xs:enumeration value="NF" />
<xs:enumeration value="MP" />
<xs:enumeration value="NO" />
<xs:enumeration value="OM" />
<xs:enumeration value="PK" />
<xs:enumeration value="PW" />
<xs:enumeration value="PS" />
<xs:enumeration value="PA" />
<xs:enumeration value="PG" />
<xs:enumeration value="PY" />
<xs:enumeration value="PE" />
<xs:enumeration value="PH" />
<xs:enumeration value="PN" />
<xs:enumeration value="PL" />
<xs:enumeration value="PT" />
<xs:enumeration value="PR" />
<xs:enumeration value="QA" />
<xs:enumeration value="RE" />
<xs:enumeration value="RO" />
<xs:enumeration value="RU" />
<xs:enumeration value="RW" />
<xs:enumeration value="BL" />
<xs:enumeration value="SH" />
<xs:enumeration value="KN" />
<xs:enumeration value="LC" />
<xs:enumeration value="MF" />
<xs:enumeration value="PM" />
<xs:enumeration value="VC" />
<xs:enumeration value="WS" />
<xs:enumeration value="SM" />
<xs:enumeration value="ST" />
<xs:enumeration value="SA" />
<xs:enumeration value="SN" />
<xs:enumeration value="RS" />
<xs:enumeration value="SC" />
<xs:enumeration value="SL" />
<xs:enumeration value="SG" />
<xs:enumeration value="SX" />
<xs:enumeration value="SK" />
<xs:enumeration value="SI" />
<xs:enumeration value="SB" />
<xs:enumeration value="SO" />
<xs:enumeration value="ZA" />
<xs:enumeration value="GS" />
<xs:enumeration value="SS" />
<xs:enumeration value="ES" />
<xs:enumeration value="LK" />
<xs:enumeration value="SD" />
<xs:enumeration value="SR" />
<xs:enumeration value="SJ" />
<xs:enumeration value="SZ" />
<xs:enumeration value="SE" />
<xs:enumeration value="CH" />
<xs:enumeration value="SY" />
<xs:enumeration value="TW" />
<xs:enumeration value="TJ" />
<xs:enumeration value="TZ" />
<xs:enumeration value="TH" />
<xs:enumeration value="TL" />
<xs:enumeration value="TG" />
<xs:enumeration value="TK" />
<xs:enumeration value="TO" />
<xs:enumeration value="TT" />
<xs:enumeration value="TN" />
<xs:enumeration value="TR" />
<xs:enumeration value="TM" />
<xs:enumeration value="TC" />
<xs:enumeration value="TV" />
<xs:enumeration value="UG" />
<xs:enumeration value="UA" />
<xs:enumeration value="AE" />
<xs:enumeration value="GB" />
<xs:enumeration value="UM" />
<xs:enumeration value="US" />
<xs:enumeration value="UY" />
<xs:enumeration value="UZ" />
<xs:enumeration value="VU" />
<xs:enumeration value="VE" />
<xs:enumeration value="VN" />
<xs:enumeration value="VG" />
<xs:enumeration value="VI" />
<xs:enumeration value="WF" />
<xs:enumeration value="EH" />
<xs:enumeration value="YE" />
<xs:enumeration value="ZM" />
<xs:enumeration value="ZW" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString13BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString14BaseType" >
<xs:restriction base="xs:normalizedString" >
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString15BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString16BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString17BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString18BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="2" />
<xs:enumeration value="AF" />
<xs:enumeration value="AX" />
<xs:enumeration value="AL" />
<xs:enumeration value="DZ" />
<xs:enumeration value="AS" />
<xs:enumeration value="AD" />
<xs:enumeration value="AO" />
<xs:enumeration value="AI" />
<xs:enumeration value="AQ" />
<xs:enumeration value="AG" />
<xs:enumeration value="AR" />
<xs:enumeration value="AM" />
<xs:enumeration value="AW" />
<xs:enumeration value="AU" />
<xs:enumeration value="AT" />
<xs:enumeration value="AZ" />
<xs:enumeration value="BS" />
<xs:enumeration value="BH" />
<xs:enumeration value="BD" />
<xs:enumeration value="BB" />
<xs:enumeration value="BY" />
<xs:enumeration value="BE" />
<xs:enumeration value="BZ" />
<xs:enumeration value="BJ" />
<xs:enumeration value="BM" />
<xs:enumeration value="BT" />
<xs:enumeration value="BO" />
<xs:enumeration value="BQ" />
<xs:enumeration value="BA" />
<xs:enumeration value="BW" />
<xs:enumeration value="BV" />
<xs:enumeration value="BR" />
<xs:enumeration value="IO" />
<xs:enumeration value="BN" />
<xs:enumeration value="BG" />
<xs:enumeration value="BF" />
<xs:enumeration value="BI" />
<xs:enumeration value="KH" />
<xs:enumeration value="CM" />
<xs:enumeration value="CA" />
<xs:enumeration value="CV" />
<xs:enumeration value="KY" />
<xs:enumeration value="CF" />
<xs:enumeration value="TD" />
<xs:enumeration value="CL" />
<xs:enumeration value="CN" />
<xs:enumeration value="CX" />
<xs:enumeration value="CC" />
<xs:enumeration value="CO" />
<xs:enumeration value="KM" />
<xs:enumeration value="CG" />
<xs:enumeration value="CD" />
<xs:enumeration value="CK" />
<xs:enumeration value="CR" />
<xs:enumeration value="CI" />
<xs:enumeration value="HR" />
<xs:enumeration value="CU" />
<xs:enumeration value="CW" />
<xs:enumeration value="CY" />
<xs:enumeration value="CZ" />
<xs:enumeration value="DK" />
<xs:enumeration value="DJ" />
<xs:enumeration value="DM" />
<xs:enumeration value="DO" />
<xs:enumeration value="EC" />
<xs:enumeration value="EG" />
<xs:enumeration value="SV" />
<xs:enumeration value="GQ" />
<xs:enumeration value="ER" />
<xs:enumeration value="EE" />
<xs:enumeration value="ET" />
<xs:enumeration value="FK" />
<xs:enumeration value="FO" />
<xs:enumeration value="FJ" />
<xs:enumeration value="FI" />
<xs:enumeration value="FR" />
<xs:enumeration value="GF" />
<xs:enumeration value="PF" />
<xs:enumeration value="TF" />
<xs:enumeration value="GA" />
<xs:enumeration value="GM" />
<xs:enumeration value="GE" />
<xs:enumeration value="DE" />
<xs:enumeration value="GH" />
<xs:enumeration value="GI" />
<xs:enumeration value="GR" />
<xs:enumeration value="GL" />
<xs:enumeration value="GD" />
<xs:enumeration value="GP" />
<xs:enumeration value="GU" />
<xs:enumeration value="GT" />
<xs:enumeration value="GG" />
<xs:enumeration value="GN" />
<xs:enumeration value="GW" />
<xs:enumeration value="GY" />
<xs:enumeration value="HT" />
<xs:enumeration value="HM" />
<xs:enumeration value="VA" />
<xs:enumeration value="HN" />
<xs:enumeration value="HK" />
<xs:enumeration value="HU" />
<xs:enumeration value="IS" />
<xs:enumeration value="IN" />
<xs:enumeration value="ID" />
<xs:enumeration value="IR" />
<xs:enumeration value="IQ" />
<xs:enumeration value="IE" />
<xs:enumeration value="IM" />
<xs:enumeration value="IL" />
<xs:enumeration value="IT" />
<xs:enumeration value="JM" />
<xs:enumeration value="JP" />
<xs:enumeration value="JE" />
<xs:enumeration value="JO" />
<xs:enumeration value="KZ" />
<xs:enumeration value="KE" />
<xs:enumeration value="KI" />
<xs:enumeration value="KP" />
<xs:enumeration value="KR" />
<xs:enumeration value="KW" />
<xs:enumeration value="KG" />
<xs:enumeration value="LA" />
<xs:enumeration value="LV" />
<xs:enumeration value="LB" />
<xs:enumeration value="LS" />
<xs:enumeration value="LR" />
<xs:enumeration value="LY" />
<xs:enumeration value="LI" />
<xs:enumeration value="LT" />
<xs:enumeration value="LU" />
<xs:enumeration value="MO" />
<xs:enumeration value="MK" />
<xs:enumeration value="MG" />
<xs:enumeration value="MW" />
<xs:enumeration value="MY" />
<xs:enumeration value="MV" />
<xs:enumeration value="ML" />
<xs:enumeration value="MT" />
<xs:enumeration value="MH" />
<xs:enumeration value="MQ" />
<xs:enumeration value="MR" />
<xs:enumeration value="MU" />
<xs:enumeration value="YT" />
<xs:enumeration value="MX" />
<xs:enumeration value="FM" />
<xs:enumeration value="MD" />
<xs:enumeration value="MC" />
<xs:enumeration value="MN" />
<xs:enumeration value="ME" />
<xs:enumeration value="MS" />
<xs:enumeration value="MA" />
<xs:enumeration value="MZ" />
<xs:enumeration value="MM" />
<xs:enumeration value="NA" />
<xs:enumeration value="NR" />
<xs:enumeration value="NP" />
<xs:enumeration value="NL" />
<xs:enumeration value="NC" />
<xs:enumeration value="NZ" />
<xs:enumeration value="NI" />
<xs:enumeration value="NE" />
<xs:enumeration value="NG" />
<xs:enumeration value="NU" />
<xs:enumeration value="NF" />
<xs:enumeration value="MP" />
<xs:enumeration value="NO" />
<xs:enumeration value="OM" />
<xs:enumeration value="PK" />
<xs:enumeration value="PW" />
<xs:enumeration value="PS" />
<xs:enumeration value="PA" />
<xs:enumeration value="PG" />
<xs:enumeration value="PY" />
<xs:enumeration value="PE" />
<xs:enumeration value="PH" />
<xs:enumeration value="PN" />
<xs:enumeration value="PL" />
<xs:enumeration value="PT" />
<xs:enumeration value="PR" />
<xs:enumeration value="QA" />
<xs:enumeration value="RE" />
<xs:enumeration value="RO" />
<xs:enumeration value="RU" />
<xs:enumeration value="RW" />
<xs:enumeration value="BL" />
<xs:enumeration value="SH" />
<xs:enumeration value="KN" />
<xs:enumeration value="LC" />
<xs:enumeration value="MF" />
<xs:enumeration value="PM" />
<xs:enumeration value="VC" />
<xs:enumeration value="WS" />
<xs:enumeration value="SM" />
<xs:enumeration value="ST" />
<xs:enumeration value="SA" />
<xs:enumeration value="SN" />
<xs:enumeration value="RS" />
<xs:enumeration value="SC" />
<xs:enumeration value="SL" />
<xs:enumeration value="SG" />
<xs:enumeration value="SX" />
<xs:enumeration value="SK" />
<xs:enumeration value="SI" />
<xs:enumeration value="SB" />
<xs:enumeration value="SO" />
<xs:enumeration value="ZA" />
<xs:enumeration value="GS" />
<xs:enumeration value="SS" />
<xs:enumeration value="ES" />
<xs:enumeration value="LK" />
<xs:enumeration value="SD" />
<xs:enumeration value="SR" />
<xs:enumeration value="SJ" />
<xs:enumeration value="SZ" />
<xs:enumeration value="SE" />
<xs:enumeration value="CH" />
<xs:enumeration value="SY" />
<xs:enumeration value="TW" />
<xs:enumeration value="TJ" />
<xs:enumeration value="TZ" />
<xs:enumeration value="TH" />
<xs:enumeration value="TL" />
<xs:enumeration value="TG" />
<xs:enumeration value="TK" />
<xs:enumeration value="TO" />
<xs:enumeration value="TT" />
<xs:enumeration value="TN" />
<xs:enumeration value="TR" />
<xs:enumeration value="TM" />
<xs:enumeration value="TC" />
<xs:enumeration value="TV" />
<xs:enumeration value="UG" />
<xs:enumeration value="UA" />
<xs:enumeration value="AE" />
<xs:enumeration value="GB" />
<xs:enumeration value="UM" />
<xs:enumeration value="US" />
<xs:enumeration value="UY" />
<xs:enumeration value="UZ" />
<xs:enumeration value="VU" />
<xs:enumeration value="VE" />
<xs:enumeration value="VN" />
<xs:enumeration value="VG" />
<xs:enumeration value="VI" />
<xs:enumeration value="WF" />
<xs:enumeration value="EH" />
<xs:enumeration value="YE" />
<xs:enumeration value="ZM" />
<xs:enumeration value="ZW" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString19BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
<xs:enumeration value="EXW" />
<xs:enumeration value="FCA" />
<xs:enumeration value="FAS" />
<xs:enumeration value="FOB" />
<xs:enumeration value="CFR" />
<xs:enumeration value="CIF" />
<xs:enumeration value="CPT" />
<xs:enumeration value="CIP" />
<xs:enumeration value="DAF" />
<xs:enumeration value="DES" />
<xs:enumeration value="DEQ" />
<xs:enumeration value="DDU" />
<xs:enumeration value="DDP" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString1BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="22" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString20BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString21BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString22BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString23BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString24BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
<xs:enumeration value="AED" />
<xs:enumeration value="AFN" />
<xs:enumeration value="ALL" />
<xs:enumeration value="AMD" />
<xs:enumeration value="ANG" />
<xs:enumeration value="AOA" />
<xs:enumeration value="ARS" />
<xs:enumeration value="AUD" />
<xs:enumeration value="AWG" />
<xs:enumeration value="AZN" />
<xs:enumeration value="BAM" />
<xs:enumeration value="BBD" />
<xs:enumeration value="BDT" />
<xs:enumeration value="BGN" />
<xs:enumeration value="BHD" />
<xs:enumeration value="BIF" />
<xs:enumeration value="BMD" />
<xs:enumeration value="BND" />
<xs:enumeration value="BOB" />
<xs:enumeration value="BRL" />
<xs:enumeration value="BSD" />
<xs:enumeration value="BTN" />
<xs:enumeration value="BWP" />
<xs:enumeration value="BYR" />
<xs:enumeration value="BZD" />
<xs:enumeration value="CAD" />
<xs:enumeration value="CDF" />
<xs:enumeration value="CHF" />
<xs:enumeration value="CLP" />
<xs:enumeration value="CNY" />
<xs:enumeration value="COP" />
<xs:enumeration value="CRC" />
<xs:enumeration value="CUC" />
<xs:enumeration value="CUP" />
<xs:enumeration value="CVE" />
<xs:enumeration value="CZK" />
<xs:enumeration value="DJF" />
<xs:enumeration value="DKK" />
<xs:enumeration value="DOP" />
<xs:enumeration value="DZD" />
<xs:enumeration value="EGP" />
<xs:enumeration value="ERN" />
<xs:enumeration value="ETB" />
<xs:enumeration value="EUR" />
<xs:enumeration value="FJD" />
<xs:enumeration value="FKP" />
<xs:enumeration value="GBP" />
<xs:enumeration value="GEL" />
<xs:enumeration value="GGP" />
<xs:enumeration value="GHS" />
<xs:enumeration value="GIP" />
<xs:enumeration value="GMD" />
<xs:enumeration value="GNF" />
<xs:enumeration value="GTQ" />
<xs:enumeration value="GYD" />
<xs:enumeration value="HKD" />
<xs:enumeration value="HNL" />
<xs:enumeration value="HRK" />
<xs:enumeration value="HTG" />
<xs:enumeration value="HUF" />
<xs:enumeration value="IDR" />
<xs:enumeration value="ILS" />
<xs:enumeration value="IMP" />
<xs:enumeration value="INR" />
<xs:enumeration value="IQD" />
<xs:enumeration value="IRR" />
<xs:enumeration value="ISK" />
<xs:enumeration value="JEP" />
<xs:enumeration value="JMD" />
<xs:enumeration value="JOD" />
<xs:enumeration value="JPY" />
<xs:enumeration value="KES" />
<xs:enumeration value="KGS" />
<xs:enumeration value="KHR" />
<xs:enumeration value="KMF" />
<xs:enumeration value="KPW" />
<xs:enumeration value="KRW" />
<xs:enumeration value="KWD" />
<xs:enumeration value="KYD" />
<xs:enumeration value="KZT" />
<xs:enumeration value="LAK" />
<xs:enumeration value="LBP" />
<xs:enumeration value="LKR" />
<xs:enumeration value="LRD" />
<xs:enumeration value="LSL" />
<xs:enumeration value="LTL" />
<xs:enumeration value="LVL" />
<xs:enumeration value="LYD" />
<xs:enumeration value="MAD" />
<xs:enumeration value="MDL" />
<xs:enumeration value="MGA" />
<xs:enumeration value="MKD" />
<xs:enumeration value="MMK" />
<xs:enumeration value="MNT" />
<xs:enumeration value="MOP" />
<xs:enumeration value="MRO" />
<xs:enumeration value="MUR" />
<xs:enumeration value="MVR" />
<xs:enumeration value="MWK" />
<xs:enumeration value="MXN" />
<xs:enumeration value="MYR" />
<xs:enumeration value="MZN" />
<xs:enumeration value="NAD" />
<xs:enumeration value="NGN" />
<xs:enumeration value="NIO" />
<xs:enumeration value="NOK" />
<xs:enumeration value="NPR" />
<xs:enumeration value="NZD" />
<xs:enumeration value="OMR" />
<xs:enumeration value="PAB" />
<xs:enumeration value="PEN" />
<xs:enumeration value="PGK" />
<xs:enumeration value="PHP" />
<xs:enumeration value="PKR" />
<xs:enumeration value="PLN" />
<xs:enumeration value="PYG" />
<xs:enumeration value="QAR" />
<xs:enumeration value="RON" />
<xs:enumeration value="RSD" />
<xs:enumeration value="RUB" />
<xs:enumeration value="RWF" />
<xs:enumeration value="SAR" />
<xs:enumeration value="SBD" />
<xs:enumeration value="SCR" />
<xs:enumeration value="SDG" />
<xs:enumeration value="SEK" />
<xs:enumeration value="SGD" />
<xs:enumeration value="SHP" />
<xs:enumeration value="SLL" />
<xs:enumeration value="SOS" />
<xs:enumeration value="SPL*" />
<xs:enumeration value="SRD" />
<xs:enumeration value="STD" />
<xs:enumeration value="SVC" />
<xs:enumeration value="SYP" />
<xs:enumeration value="SZL" />
<xs:enumeration value="THB" />
<xs:enumeration value="TJS" />
<xs:enumeration value="TMT" />
<xs:enumeration value="TND" />
<xs:enumeration value="TOP" />
<xs:enumeration value="TRY" />
<xs:enumeration value="TTD" />
<xs:enumeration value="TVD" />
<xs:enumeration value="TWD" />
<xs:enumeration value="TZS" />
<xs:enumeration value="UAH" />
<xs:enumeration value="UGX" />
<xs:enumeration value="USD" />
<xs:enumeration value="UYU" />
<xs:enumeration value="UZS" />
<xs:enumeration value="VEF" />
<xs:enumeration value="VND" />
<xs:enumeration value="VUV" />
<xs:enumeration value="WST" />
<xs:enumeration value="XAF" />
<xs:enumeration value="XCD" />
<xs:enumeration value="XDR" />
<xs:enumeration value="XOF" />
<xs:enumeration value="XPF" />
<xs:enumeration value="YER" />
<xs:enumeration value="ZAR" />
<xs:enumeration value="ZMK" />
<xs:enumeration value="ZWD" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString25BaseType" >
<xs:restriction base="xs:normalizedString" >
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString26BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString27BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString28BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:minLength value="1" />
<xs:maxLength value="22" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString29BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
<xs:enumeration value="Open" />
<xs:enumeration value="Deleted" />
<xs:enumeration value="Pending" />
<xs:enumeration value="Closed" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString2BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="64" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString30BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString31BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString3BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString4BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString5BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="64" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString6BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
<xs:enumeration value="Lodged" />
<xs:enumeration value="Accepted" />
<xs:enumeration value="Rejected" />
<xs:enumeration value="ToControl" />
<xs:enumeration value="Released" />
<xs:enumeration value="NotReleased" />
<xs:enumeration value="ExitConfirmed" />
<xs:enumeration value="ExitRejected" />
<xs:enumeration value="CancelRequested" />
<xs:enumeration value="Canceled" />
<xs:enumeration value="ExitDetailRequested" />
<xs:enumeration value="ExitDetailSubmitted" />
<xs:enumeration value="SupplementRequested" />
<xs:enumeration value="SupplementSubmitted" />
<xs:enumeration value="SupplementAccepted" />
<xs:enumeration value="SupplementRejected" />
<xs:enumeration value="Errors" />
<xs:enumeration value="Pending" />
<xs:enumeration value="Deleted" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString7BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="64" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString8BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="22" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString9BaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedStringBaseType" >
<xs:restriction base="xs:normalizedString" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String10BaseType" >
<xs:restriction base="xs:string" >
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String1BaseType" >
<xs:restriction base="xs:string" >
<xs:maxLength value="22" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String2BaseType" >
<xs:restriction base="xs:string" >
<xs:maxLength value="255" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String3BaseType" >
<xs:restriction base="xs:string" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String4BaseType" >
<xs:restriction base="xs:string" >
<xs:maxLength value="64" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String5BaseType" >
<xs:restriction base="xs:string" >
<xs:maxLength value="17" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String6BaseType" >
<xs:restriction base="xs:string" >
<xs:maxLength value="1024" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String7BaseType" >
<xs:restriction base="xs:string" >
<xs:maxLength value="10240" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String8BaseType" >
<xs:restriction base="xs:string" >
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String9BaseType" >
<xs:restriction base="xs:string" >
<xs:maxLength value="100" />
<xs:enumeration value="AccountingBookDefinition" />
<xs:enumeration value="AccountingChart" />
<xs:enumeration value="AccountingJournal" />
<xs:enumeration value="AdvanceShipNotice" />
<xs:enumeration value="Alert" />
<xs:enumeration value="AssetMaster" />
<xs:enumeration value="AssetMeterReading" />
<xs:enumeration value="BillOfResources" />
<xs:enumeration value="BillToPartyMaster" />
<xs:enumeration value="BOD" />
<xs:enumeration value="BusinessPlan" />
<xs:enumeration value="Calendar" />
<xs:enumeration value="CarrierParty" />
<xs:enumeration value="CarrierRoute" />
<xs:enumeration value="ChartOfAccounts" />
<xs:enumeration value="CodeDefinition" />
<xs:enumeration value="ConstrainedResource" />
<xs:enumeration value="ContactMaster" />
<xs:enumeration value="Contract" />
<xs:enumeration value="CurrencyExchangeRateMaster" />
<xs:enumeration value="CurrencyRateType" />
<xs:enumeration value="CustomerPartyMaster" />
<xs:enumeration value="CustomerPurchaseOrder" />
<xs:enumeration value="CustomerReturn" />
<xs:enumeration value="CustomerRFQ" />
<xs:enumeration value="EmployeeWorkSchedule" />
<xs:enumeration value="EmployeeWorkTime" />
<xs:enumeration value="ExpenseReport" />
<xs:enumeration value="FinancialCalendar" />
<xs:enumeration value="FinancialPartyMaster" />
<xs:enumeration value="HandlingGroup" />
<xs:enumeration value="InspectDelivery" />
<xs:enumeration value="InventoryAdjustment" />
<xs:enumeration value="InventoryConsumption" />
<xs:enumeration value="InventoryCount" />
<xs:enumeration value="InventoryHold" />
<xs:enumeration value="Invoice" />
<xs:enumeration value="ItemMaster" />
<xs:enumeration value="Location" />
<xs:enumeration value="MaintenanceOrder" />
<xs:enumeration value="Opportunity" />
<xs:enumeration value="PayableTransaction" />
<xs:enumeration value="PayFromPartyMaster" />
<xs:enumeration value="Person" />
<xs:enumeration value="Personnel" />
<xs:enumeration value="PlanningSchedule" />
<xs:enumeration value="ProductionOrder" />
<xs:enumeration value="ProductionReceiver" />
<xs:enumeration value="ProjectBalance" />
<xs:enumeration value="ProjectBid" />
<xs:enumeration value="ProjectBudget" />
<xs:enumeration value="ProjectCosts" />
<xs:enumeration value="ProjectEstimate" />
<xs:enumeration value="ProjectExtension" />
<xs:enumeration value="ProjectMaster" />
<xs:enumeration value="ProjectPeriodBalance" />
<xs:enumeration value="ProjectRevenue" />
<xs:enumeration value="PurchaseOrder" />
<xs:enumeration value="Quote" />
<xs:enumeration value="ReceivableTransaction" />
<xs:enumeration value="ReceiveDelivery" />
<xs:enumeration value="RemittanceAdvice" />
<xs:enumeration value="RemitToPartyMaster" />
<xs:enumeration value="Requisition" />
<xs:enumeration value="RFQ" />
<xs:enumeration value="SalesOrder" />
<xs:enumeration value="SequenceSchedule" />
<xs:enumeration value="ServiceConsumption" />
<xs:enumeration value="ShipFromPartyMaster" />
<xs:enumeration value="Shipment" />
<xs:enumeration value="ShipmentSchedule" />
<xs:enumeration value="ShipToPartyMaster" />
<xs:enumeration value="SourceSystemGLMovement" />
<xs:enumeration value="SourceSystemJournalEntry" />
<xs:enumeration value="SupplierInvoice" />
<xs:enumeration value="SupplierBalance" />
<xs:enumeration value="SupplierPartyMaster" />
<xs:enumeration value="SupplierQuote" />
<xs:enumeration value="TextMessage" />
<xs:enumeration value="TradingPartner" />
<xs:enumeration value="Transfer" />
<xs:enumeration value="TransportationRequisition" />
<xs:enumeration value="TransportationStatus" />
<xs:enumeration value="UOMGroup" />
<xs:enumeration value="Workflow" />
<xs:enumeration value="AssetFinancialLedger" />
<xs:enumeration value="EDITransport" />
<xs:enumeration value="CashReceipt" />
<xs:enumeration value="ConfiguredAssetMaster" />
<xs:enumeration value="ServiceContract" />
<xs:enumeration value="CustomerCall" />
<xs:enumeration value="ServiceOrder" />
<xs:enumeration value="PlannedPurchaseOrder" />
<xs:enumeration value="PlannedProductionOrder" />
<xs:enumeration value="PlannedTransfer" />
<xs:enumeration value="AssetTransaction" />
<xs:enumeration value="SupplierPlanningSchedule" />
<xs:enumeration value="SupplierShipmentSchedule" />
<xs:enumeration value="AssetTrackingData" />
<xs:enumeration value="BillOfMaterials" />
<xs:enumeration value="LaborCostMaster" />
<xs:enumeration value="SundryCostMaster" />
<xs:enumeration value="ProjectProgress" />
<xs:enumeration value="PulseAlert" />
<xs:enumeration value="PulseNotification" />
<xs:enumeration value="PulseTask" />
<xs:enumeration value="ManufacturerPartyMaster" />
<xs:enumeration value="ManufacturingPart" />
<xs:enumeration value="EquipmentAlert" />
<xs:enumeration value="SupplierRMA" />
<xs:enumeration value="TransportationRoute" />
<xs:enumeration value="CorrectiveActionPlan" />
<xs:enumeration value="ProjectContract" />
<xs:enumeration value="ProjectContractDeliverable" />
<xs:enumeration value="ProjectContractInstallment" />
<xs:enumeration value="BillFromPartyMaster" />
<xs:enumeration value="DefectiveMaterialNotice" />
<xs:enumeration value="SupportProduct" />
<xs:enumeration value="SupportEnvironment" />
<xs:enumeration value="WorkShiftMaster" />
<xs:enumeration value="SecurityPermissionMaster" />
<xs:enumeration value="SecurityRoleMaster" />
<xs:enumeration value="LocationResource" />
<xs:enumeration value="PackageLabel" />
<xs:enumeration value="CustomerRemittanceAdvice" />
<xs:enumeration value="SecurityUserMaster" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringBaseType" >
<xs:restriction base="xs:string" >
<xs:maxLength value="64" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DateTimeType">
<xs:annotation>
<xs:documentation xml:lang="en">
</xs:documentation>
</xs:annotation>
<xs:union memberTypes="xs:date xs:time xs:dateTime"/>
</xs:simpleType>
<xs:complexType name="UserAreaType" block="restriction">
<xs:sequence>
<xs:any namespace="##any" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
