<?xml version="1.0" encoding="UTF-16"?>
<!--
  [XDR-XSD] This schema automatically updated from an IE5-compatible XDR schema to W3C
  XML Schema by xdr-xsd-converter.xslt 1.5, available from Microsoft.
  See http://msdn.microsoft.com/xml.

  Note: if a local copy of XMLSchema.dtd and datatypes.dtd are not
  available, use the official location of "http://www.w3.org/2000/10/XMLSchema.dtd"
  for the system id.
-->
<xs:schema version="1.0" b:BizTalkServerEditorTool_Version="1.0" b:root_reference="Order" b:standard="XML" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:b="urn:schemas-microsoft-com:BizTalkServer">
	<xs:annotation>
		<xs:documentation>Schema name: Order</xs:documentation>
		<xs:appinfo><b:SelectionFields xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
		</xs:appinfo>
	</xs:annotation>
	<!-- [XDR-XSD] "WarehouseParty" element  -->
	<xs:element name="WarehouseParty">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Party"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ValidityDates" element  -->
	<xs:element name="ValidityDates">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="StartDate"/>
				<xs:element ref="EndDate"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "UnitPriceValue" element  -->
	<xs:element name="UnitPriceValue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "UnitPriceBasis" element  -->
	<xs:element name="UnitPriceBasis">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "UnitPrice" element  -->
	<xs:element name="UnitPrice">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="UnitPriceValue"/>
				<xs:element ref="Currency" minOccurs="0"/>
				<xs:element ref="UnitOfMeasurement" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "UnitOfMeasurement" element  -->
	<xs:element name="UnitOfMeasurement">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="UOMCoded"/>
				<xs:element ref="UOMCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "UOMCodedOther" element  -->
	<xs:element name="UOMCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "UOMCoded" element  -->
	<xs:element name="UOMCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAHCOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "UNDGNum" element  -->
	<xs:element name="UNDGNum">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TypeOfCargo" element  -->
	<xs:element name="TypeOfCargo">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TypeOfAllowanceOrCharge" element  -->
	<xs:element name="TypeOfAllowanceOrCharge">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="QuantityAllowanceOrCharge" minOccurs="0"/>
				<xs:element ref="PercentageAllowanceOrCharge" minOccurs="0"/>
				<xs:element ref="MonetaryValue" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TremCardNum" element  -->
	<xs:element name="TremCardNum">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportTermsCodedOther" element  -->
	<xs:element name="TransportTermsCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportTermsCoded" element  -->
	<xs:element name="TransportTermsCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAMDOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportReference" element  -->
	<xs:element name="TransportReference">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportPackagingTotals" element  -->
	<xs:element name="TransportPackagingTotals">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="TotalPackages" minOccurs="0"/>
				<xs:element ref="TotalPackageDepth" minOccurs="0"/>
				<xs:element ref="TotalTransport" minOccurs="0"/>
				<xs:element ref="TotalGrossWeight" minOccurs="0"/>
				<xs:element ref="TotalNetWeight" minOccurs="0"/>
				<xs:element ref="TotalNetNetWeight" minOccurs="0"/>
				<xs:element ref="TotalTareWeight" minOccurs="0"/>
				<xs:element ref="GrossVolume" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportNote" element  -->
	<xs:element name="TransportNote">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportModeCodedOther" element  -->
	<xs:element name="TransportModeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportModeCoded" element  -->
	<xs:element name="TransportModeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDACFOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportMode" element  -->
	<xs:element name="TransportMode">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="TransportModeCoded"/>
				<xs:element ref="TransportModeCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportMeansCodedOther" element  -->
	<xs:element name="TransportMeansCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportMeansCoded" element  -->
	<xs:element name="TransportMeansCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAWFOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportMeans" element  -->
	<xs:element name="TransportMeans">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="TransportMeansCoded"/>
				<xs:element ref="TransportMeansCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportID" element  -->
	<xs:element name="TransportID">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportEquipment" element  -->
	<xs:element name="TransportEquipment">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="EquipmentProviderCoded" minOccurs="0"/>
				<xs:element ref="EquipmentProviderCodedOther" minOccurs="0"/>
				<xs:element ref="EquipmentOwnerCoded" minOccurs="0"/>
				<xs:element ref="EquipmentOwnerCodedOther" minOccurs="0"/>
				<xs:element ref="EquipmentID"/>
				<xs:element ref="EquipmentSizeTypeCoded" minOccurs="0"/>
				<xs:element ref="EquipementSizeTypeCodedOther" minOccurs="0"/>
				<xs:element ref="EquipmentStatusCoded" minOccurs="0"/>
				<xs:element ref="EquipmentStatusCodedOther" minOccurs="0"/>
				<xs:element ref="FullIndicatorCoded" minOccurs="0"/>
				<xs:element ref="FullIndicatorCodedOther" minOccurs="0"/>
				<xs:element ref="Conditions" minOccurs="0"/>
				<xs:element ref="EquipmentNote" minOccurs="0"/>
				<xs:element ref="ListOfSealInfo" minOccurs="0"/>
				<xs:element ref="ListOfEquipmentMeasurements" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransportDescription" element  -->
	<xs:element name="TransportDescription">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Transport" element  -->
	<xs:element name="Transport">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="TransportID"/>
				<xs:element ref="TransportMode" minOccurs="0"/>
				<xs:element ref="TransportMeans" minOccurs="0"/>
				<xs:element ref="CarrierID" minOccurs="0"/>
				<xs:element ref="CustShippingContractNum" minOccurs="0"/>
				<xs:element ref="ServiceLevelCoded" minOccurs="0"/>
				<xs:element ref="ServiceLevelCodedOther" minOccurs="0"/>
				<xs:element ref="ShippingInstructions" minOccurs="0"/>
				<xs:element ref="ListOfTransportEquipment" minOccurs="0"/>
				<xs:element ref="TransitDirection" minOccurs="0"/>
				<xs:element ref="TransportNote" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransitTimeQualifierCodedOther" element  -->
	<xs:element name="TransitTimeQualifierCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransitTimeQualifierCoded" element  -->
	<xs:element name="TransitTimeQualifierCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDADKOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransitTime" element  -->
	<xs:element name="TransitTime">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransitDirectionCodedOther" element  -->
	<xs:element name="TransitDirectionCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransitDirectionCoded" element  -->
	<xs:element name="TransitDirectionCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAQKOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TransitDirection" element  -->
	<xs:element name="TransitDirection">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="TransitDirectionCoded"/>
				<xs:element ref="TransitDirectionCodedOther" minOccurs="0"/>
				<xs:element ref="TransitTimeQualifierCoded" minOccurs="0"/>
				<xs:element ref="TransitTimeQualifierCodedOther" minOccurs="0"/>
				<xs:element ref="TransitTime" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TotalValue" element  -->
	<xs:element name="TotalValue">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="MonetaryValue"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TotalTransport" element  -->
	<xs:element name="TotalTransport">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TotalTax" element  -->
	<xs:element name="TotalTax">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="MonetaryValue"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TotalTareWeight" element  -->
	<xs:element name="TotalTareWeight">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Measurement"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TotalQuantity" element  -->
	<xs:element name="TotalQuantity">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Quantity"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TotalPackages" element  -->
	<xs:element name="TotalPackages">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TotalPackageDepth" element  -->
	<xs:element name="TotalPackageDepth">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TotalNetWeight" element  -->
	<xs:element name="TotalNetWeight">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Measurement"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TotalNetNetWeight" element  -->
	<xs:element name="TotalNetNetWeight">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Measurement"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TotalGrossWeight" element  -->
	<xs:element name="TotalGrossWeight">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Measurement"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TotalAmount" element  -->
	<xs:element name="TotalAmount">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="MonetaryValue"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TimezoneCodedOther" element  -->
	<xs:element name="TimezoneCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TimezoneCoded" element  -->
	<xs:element name="TimezoneCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDA2NOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Timezone" element  -->
	<xs:element name="Timezone">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="TimezoneCoded"/>
				<xs:element ref="TimezoneCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TermsOfDeliveryFunctionCodedOther" element  -->
	<xs:element name="TermsOfDeliveryFunctionCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TermsOfDeliveryFunctionCoded" element  -->
	<xs:element name="TermsOfDeliveryFunctionCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAQOOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TermsOfDeliveryDescription" element  -->
	<xs:element name="TermsOfDeliveryDescription">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TermsOfDelivery" element  -->
	<xs:element name="TermsOfDelivery">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="TermsOfDeliveryFunctionCoded"/>
				<xs:element ref="TermsOfDeliveryFunctionCodedOther" minOccurs="0"/>
				<xs:element ref="TransportTermsCoded" minOccurs="0"/>
				<xs:element ref="TransportTermsCodedOther" minOccurs="0"/>
				<xs:element ref="ShipmentMethodOfPaymentCoded"/>
				<xs:element ref="ShipmentMethodOfPaymentCodedOther" minOccurs="0"/>
				<xs:element ref="Location" minOccurs="0"/>
				<xs:element ref="TermsOfDeliveryDescription" minOccurs="0"/>
				<xs:element ref="TransportDescription" minOccurs="0"/>
				<xs:element ref="RiskOfLossCoded" minOccurs="0"/>
				<xs:element ref="RiskOfLossCodedOther" minOccurs="0"/>
				<xs:element ref="RiskOfLossDescription" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxableAmountInTaxAccountingCurrency" element  -->
	<xs:element name="TaxableAmountInTaxAccountingCurrency">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxableAmount" element  -->
	<xs:element name="TaxableAmount">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxTypeCodedOther" element  -->
	<xs:element name="TaxTypeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Identifier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxTypeCoded" element  -->
	<xs:element name="TaxTypeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDA3QOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxTreatmentCodedOther" element  -->
	<xs:element name="TaxTreatmentCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxTreatmentCoded" element  -->
	<xs:element name="TaxTreatmentCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAGROEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxReference" element  -->
	<xs:element name="TaxReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="TaxFunctionQualifierCoded"/>
				<xs:element ref="TaxFunctionQualifierCodedOther" minOccurs="0"/>
				<xs:element ref="TaxCategoryCoded"/>
				<xs:element ref="TaxCategoryCodedOther" minOccurs="0"/>
				<xs:element ref="ReasonTaxExemptCoded" minOccurs="0"/>
				<xs:element ref="ReasonTaxExemptCodedOther" minOccurs="0"/>
				<xs:element ref="TaxTypeCoded"/>
				<xs:element ref="TaxTypeCodedOther" minOccurs="0"/>
				<xs:element ref="TaxPercent" minOccurs="0"/>
				<xs:element ref="TaxPaymentMethodCoded" minOccurs="0"/>
				<xs:element ref="TaxPaymentMethodCodedOther" minOccurs="0"/>
				<xs:element ref="TaxableAmount" minOccurs="0"/>
				<xs:element ref="TaxableAmountInTaxAccountingCurrency" minOccurs="0"/>
				<xs:element ref="TaxAmount"/>
				<xs:element ref="TaxAmountInTaxAccountingCurrency" minOccurs="0"/>
				<xs:element ref="TaxLocation" minOccurs="0"/>
				<xs:element ref="TaxTreatmentCoded"/>
				<xs:element ref="TaxTreatmentCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxPercent" element  -->
	<xs:element name="TaxPercent">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxPaymentMethodCodedOther" element  -->
	<xs:element name="TaxPaymentMethodCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxPaymentMethodCoded" element  -->
	<xs:element name="TaxPaymentMethodCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAWTOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxLocation" element  -->
	<xs:element name="TaxLocation">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Location"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxIdentifier" element  -->
	<xs:element name="TaxIdentifier">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Identifier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxFunctionQualifierCodedOther" element  -->
	<xs:element name="TaxFunctionQualifierCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxFunctionQualifierCoded" element  -->
	<xs:element name="TaxFunctionQualifierCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAPUOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxCategoryCodedOther" element  -->
	<xs:element name="TaxCategoryCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxCategoryCoded" element  -->
	<xs:element name="TaxCategoryCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAYUOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxAmountInTaxAccountingCurrency" element  -->
	<xs:element name="TaxAmountInTaxAccountingCurrency">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxAmount" element  -->
	<xs:element name="TaxAmount">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TaxAccountingCurrency" element  -->
	<xs:element name="TaxAccountingCurrency">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Currency"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Tax" element  -->
	<xs:element name="Tax">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="TaxFunctionQualifierCoded"/>
				<xs:element ref="TaxFunctionQualifierCodedOther" minOccurs="0"/>
				<xs:element ref="TaxCategoryCoded"/>
				<xs:element ref="TaxCategoryCodedOther" minOccurs="0"/>
				<xs:element ref="ReasonTaxExemptCoded" minOccurs="0"/>
				<xs:element ref="ReasonTaxExemptCodedOther" minOccurs="0"/>
				<xs:element ref="TaxTypeCoded"/>
				<xs:element ref="TaxTypeCodedOther" minOccurs="0"/>
				<xs:element ref="TaxPercent" minOccurs="0"/>
				<xs:element ref="TaxPaymentMethodCoded" minOccurs="0"/>
				<xs:element ref="TaxPaymentMethodCodedOther" minOccurs="0"/>
				<xs:element ref="TaxableAmount" minOccurs="0"/>
				<xs:element ref="TaxableAmountInTaxAccountingCurrency" minOccurs="0"/>
				<xs:element ref="TaxAmount"/>
				<xs:element ref="TaxAmountInTaxAccountingCurrency" minOccurs="0"/>
				<xs:element ref="TaxLocation" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "TargetCurrency" element  -->
	<xs:element name="TargetCurrency">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Currency"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SurfaceLayerPositionCodedOther" element  -->
	<xs:element name="SurfaceLayerPositionCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SurfaceLayerPositionCoded" element  -->
	<xs:element name="SurfaceLayerPositionCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAWXOEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SupportingSubReference" element  -->
	<xs:element name="SupportingSubReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Reference"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SupportingReference" element  -->
	<xs:element name="SupportingReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Reference"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SummaryNote" element  -->
	<xs:element name="SummaryNote">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SubstitutePartNumbers" element  -->
	<xs:element name="SubstitutePartNumbers">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfProductIdentifierCoded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SubLocationItemPackagingReference" element  -->
	<xs:element name="SubLocationItemPackagingReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ItemPackagingReference"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "StructuredNote" element  -->
	<xs:element name="StructuredNote">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="GeneralNote" minOccurs="0"/>
				<xs:element ref="NoteID" minOccurs="0"/>
				<xs:element ref="Agency" minOccurs="0"/>
				<xs:element ref="NoteURL" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "StreetSupplement2" element  -->
	<xs:element name="StreetSupplement2">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "StreetSupplement1" element  -->
	<xs:element name="StreetSupplement1">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Street" element  -->
	<xs:element name="Street">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "StartDate" element  -->
	<xs:element name="StartDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "StandardPartNumber" element  -->
	<xs:element name="StandardPartNumber">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ProductIdentifierCoded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SpecialHandlingNote" element  -->
	<xs:element name="SpecialHandlingNote">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SpecialHandlingCodedOther" element  -->
	<xs:element name="SpecialHandlingCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SpecialHandlingCoded" element  -->
	<xs:element name="SpecialHandlingCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAX0OEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SpecialHandling" element  -->
	<xs:element name="SpecialHandling">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="SpecialHandlingCoded"/>
				<xs:element ref="SpecialHandlingCodedOther" minOccurs="0"/>
				<xs:element ref="SpecialHandlingNote" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SoldToParty" element  -->
	<xs:element name="SoldToParty">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Party"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SimplePackageNote" element  -->
	<xs:element name="SimplePackageNote">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ShippingInstructions" element  -->
	<xs:element name="ShippingInstructions">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ShippingContact" element  -->
	<xs:element name="ShippingContact">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Contact"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ShipmentMethodOfPaymentCodedOther" element  -->
	<xs:element name="ShipmentMethodOfPaymentCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ShipmentMethodOfPaymentCoded" element  -->
	<xs:element name="ShipmentMethodOfPaymentCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAH2OEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ShipToSubQuantity" element  -->
	<xs:element name="ShipToSubQuantity">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Quantity"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ShipToSubLocation" element  -->
	<xs:element name="ShipToSubLocation">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Location"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ShipToSubInformation" element  -->
	<xs:element name="ShipToSubInformation">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ShipToSubLocation"/>
				<xs:element ref="ShipToSubQuantity"/>
				<xs:element ref="SubLocationItemPackagingReference" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ShipToParty" element  -->
	<xs:element name="ShipToParty">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Party"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ShipToLocation" element  -->
	<xs:element name="ShipToLocation">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Location"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ShipFromParty" element  -->
	<xs:element name="ShipFromParty">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Party"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ShipFromLocation" element  -->
	<xs:element name="ShipFromLocation">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Location"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ServiceLevelCodedOther" element  -->
	<xs:element name="ServiceLevelCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ServiceLevelCoded" element  -->
	<xs:element name="ServiceLevelCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAN4OEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ServiceCodedOther" element  -->
	<xs:element name="ServiceCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ServiceCoded" element  -->
	<xs:element name="ServiceCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAW4OEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SellerTaxInformation" element  -->
	<xs:element name="SellerTaxInformation">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PartyTaxInformation"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SellerParty" element  -->
	<xs:element name="SellerParty">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Party"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SellerPartNumber" element  -->
	<xs:element name="SellerPartNumber">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PartNum"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SellerOrderNumber" element  -->
	<xs:element name="SellerOrderNumber">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SellerLineItemNum" element  -->
	<xs:element name="SellerLineItemNum">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SecondaryAccountID" element  -->
	<xs:element name="SecondaryAccountID">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SealStatusInfo" element  -->
	<xs:element name="SealStatusInfo">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SealStatusDescription" element  -->
	<xs:element name="SealStatusDescription">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="SealStatusCoded" minOccurs="0"/>
				<xs:element ref="SealStatusCodedOther" minOccurs="0"/>
				<xs:element ref="SealStatusInfo" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SealStatusCodedOther" element  -->
	<xs:element name="SealStatusCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SealStatusCoded" element  -->
	<xs:element name="SealStatusCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDA1APEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SealNumber" element  -->
	<xs:element name="SealNumber">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SealIssuerCodedOther" element  -->
	<xs:element name="SealIssuerCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SealIssuerCoded" element  -->
	<xs:element name="SealIssuerCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAIBPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SealIssuer" element  -->
	<xs:element name="SealIssuer">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="SealIssuerCoded"/>
				<xs:element ref="SealIssuerCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SealInfo" element  -->
	<xs:element name="SealInfo">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="SealNumber"/>
				<xs:element ref="SealIssuer" minOccurs="0"/>
				<xs:element ref="SealStatusDescription" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ScheduleLineID" element  -->
	<xs:element name="ScheduleLineID">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ScheduleLine" element  -->
	<xs:element name="ScheduleLine">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ScheduleLineID" minOccurs="0"/>
				<xs:element ref="Quantity"/>
				<xs:element ref="RequestedDeliveryDate" minOccurs="0"/>
				<xs:element ref="ListOfOtherDeliveryDate" minOccurs="0"/>
				<xs:element ref="Transport" minOccurs="0"/>
				<xs:element ref="TransportReference" minOccurs="0"/>
				<xs:element ref="ListOfShipToSubInformation" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SalesRequirementCodedOther" element  -->
	<xs:element name="SalesRequirementCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SalesRequirementCoded" element  -->
	<xs:element name="SalesRequirementCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAODPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SalesRequirement" element  -->
	<xs:element name="SalesRequirement">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="SalesRequirementCoded"/>
				<xs:element ref="SalesRequirementCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SalesActionValue" element  -->
	<xs:element name="SalesActionValue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SalesActionCodedOther" element  -->
	<xs:element name="SalesActionCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "SalesActionCoded" element  -->
	<xs:element name="SalesActionCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAGEPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RoomNumber" element  -->
	<xs:element name="RoomNumber">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RiskOfLossDescription" element  -->
	<xs:element name="RiskOfLossDescription">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RiskOfLossCodedOther" element  -->
	<xs:element name="RiskOfLossCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RiskOfLossCoded" element  -->
	<xs:element name="RiskOfLossCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAXEPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReturnableContainerPartNumber" element  -->
	<xs:element name="ReturnableContainerPartNumber">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PartNum"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReturnableContainerInfo" element  -->
	<xs:element name="ReturnableContainerInfo">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ReturnableContainerPartNumber" minOccurs="0"/>
				<xs:element ref="PaymentResponsibilityCoded" minOccurs="0"/>
				<xs:element ref="PaymentResponsibilityCodedOther" minOccurs="0"/>
				<xs:element ref="ReturnLoadCoded" minOccurs="0"/>
				<xs:element ref="ReturnLoadCodedOther" minOccurs="0"/>
				<xs:element ref="ReturnNote" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReturnNote" element  -->
	<xs:element name="ReturnNote">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReturnLoadCodedOther" element  -->
	<xs:element name="ReturnLoadCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReturnLoadCoded" element  -->
	<xs:element name="ReturnLoadCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAJGPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Residue" element  -->
	<xs:element name="Residue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAOGPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RequestedShipByDate" element  -->
	<xs:element name="RequestedShipByDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RequestedResponseCodedOther" element  -->
	<xs:element name="RequestedResponseCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RequestedResponseCoded" element  -->
	<xs:element name="RequestedResponseCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDA1GPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RequestedResponse" element  -->
	<xs:element name="RequestedResponse">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="RequestedResponseCoded"/>
				<xs:element ref="RequestedResponseCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RequestedDeliveryDate" element  -->
	<xs:element name="RequestedDeliveryDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RequestedDeliverByDate" element  -->
	<xs:element name="RequestedDeliverByDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReplacementFile" element  -->
	<xs:element name="ReplacementFile">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDATHPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RemitToParty" element  -->
	<xs:element name="RemitToParty">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Party"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReleaseNumber" element  -->
	<xs:element name="ReleaseNumber">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RegisteredOffice" element  -->
	<xs:element name="RegisteredOffice">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RegisteredName" element  -->
	<xs:element name="RegisteredName">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RegionCodedOther" element  -->
	<xs:element name="RegionCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RegionCoded" element  -->
	<xs:element name="RegionCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDATIPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Region" element  -->
	<xs:element name="Region">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="RegionCoded"/>
				<xs:element ref="RegionCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RefrigerationOn" element  -->
	<xs:element name="RefrigerationOn">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDADJPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReferenceTypeCodedOther" element  -->
	<xs:element name="ReferenceTypeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReferenceTypeCoded" element  -->
	<xs:element name="ReferenceTypeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAMJPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReferenceDescription" element  -->
	<xs:element name="ReferenceDescription">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReferenceCurrency" element  -->
	<xs:element name="ReferenceCurrency">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Currency"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReferenceCoded" element  -->
	<xs:element name="ReferenceCoded">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ReferenceTypeCoded"/>
				<xs:element ref="ReferenceTypeCodedOther" minOccurs="0"/>
				<xs:element ref="PrimaryReference"/>
				<xs:element ref="SupportingReference" minOccurs="0"/>
				<xs:element ref="SupportingSubReference" minOccurs="0"/>
				<xs:element ref="ReferenceDescription" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Reference" element  -->
	<xs:element name="Reference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="RefNum"/>
				<xs:element ref="RefDate" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RefNum" element  -->
	<xs:element name="RefNum">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RefID" element  -->
	<xs:element name="RefID">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RefDate" element  -->
	<xs:element name="RefDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReceivingFIAccount" element  -->
	<xs:element name="ReceivingFIAccount">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="FIAccount"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReceivingContact" element  -->
	<xs:element name="ReceivingContact">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Contact"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReasonTaxExemptCodedOther" element  -->
	<xs:element name="ReasonTaxExemptCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ReasonTaxExemptCoded" element  -->
	<xs:element name="ReasonTaxExemptCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDABMPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RatePerUnit" element  -->
	<xs:element name="RatePerUnit">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="UnitPrice"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RateOfExchangeDetail" element  -->
	<xs:element name="RateOfExchangeDetail">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ReferenceCurrency"/>
				<xs:element ref="TargetCurrency"/>
				<xs:element ref="RateOfExchange"/>
				<xs:element ref="InverseRateOfExchange" minOccurs="0"/>
				<xs:element ref="DateOfRateOfExchange" minOccurs="0"/>
				<xs:element ref="ListOfRateOfExchangeReference" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "RateOfExchange" element  -->
	<xs:element name="RateOfExchange">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Rate" element  -->
	<xs:element name="Rate">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="RatePerUnit"/>
				<xs:element ref="UnitPriceBasis"/>
				<xs:element ref="UnitOfMeasurement" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "QuoteReference" element  -->
	<xs:element name="QuoteReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Reference"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "QuantityValue" element  -->
	<xs:element name="QuantityValue">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:attribute name="SignificanceCoded">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:NMTOKEN">
								<xs:enumeration value="Other"/>
								<xs:enumeration value="Approximately"/>
								<xs:enumeration value="EqualTo"/>
								<xs:enumeration value="GreaterThanOrEqualTo"/>
								<xs:enumeration value="GreaterThan"/>
								<xs:enumeration value="LessThan"/>
								<xs:enumeration value="LessThanOrEqualTo"/>
								<xs:enumeration value="NotEqualTo"/>
								<xs:enumeration value="Trace"/>
								<xs:enumeration value="TrueValue"/>
								<xs:enumeration value="ObservedValue"/>
								<xs:enumeration value="OutOfRange"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
					<xs:attribute name="SignificanceCodedOther" type="xs:string">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
					</xs:attribute>
					<xs:attribute name="ConditionsCoded">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:NMTOKEN">
								<xs:enumeration value="Other"/>
								<xs:enumeration value="WhereAirEquals1"/>
								<xs:enumeration value="WhereButylAcetateEquals1"/>
								<xs:enumeration value="WhereH2OEquals1OrWaterEquals1"/>
								<xs:enumeration value="CorrectedTo60DegreesFahrenheit"/>
								<xs:enumeration value="WhereTolueneEquals1"/>
								<xs:enumeration value="VaporInAir"/>
								<xs:enumeration value="VaporInOtherThanAir"/>
								<xs:enumeration value="StandardTemperatureAndPressure"/>
								<xs:enumeration value="ConditionsOtherThanStandardTemperatureAndPressure"/>
								<xs:enumeration value="InEthylAlcohol"/>
								<xs:enumeration value="InEthylEther"/>
								<xs:enumeration value="InWater"/>
								<xs:enumeration value="At1AtmospherePressure"/>
								<xs:enumeration value="WhereEtherEquals1"/>
								<xs:enumeration value="Actual"/>
								<xs:enumeration value="Predicted"/>
								<xs:enumeration value="Air-DriedBasis"/>
								<xs:enumeration value="As-ReceivedBasis"/>
								<xs:enumeration value="DryBasis"/>
								<xs:enumeration value="EquilibriumBasis"/>
								<xs:enumeration value="MoistureAndAsh-FreeBasis"/>
								<xs:enumeration value="OxidizingAtmosphere"/>
								<xs:enumeration value="ReducingAtmosphere"/>
								<xs:enumeration value="Calculated"/>
								<xs:enumeration value="ScaledWeight"/>
								<xs:enumeration value="Ratchet"/>
								<xs:enumeration value="SaturatedVapor"/>
								<xs:enumeration value="Unconditional"/>
								<xs:enumeration value="Short-Term"/>
								<xs:enumeration value="Time-Weighted"/>
								<xs:enumeration value="Corrected"/>
								<xs:enumeration value="Uncorrected"/>
								<xs:enumeration value="OffPeak"/>
								<xs:enumeration value="OnPeak"/>
								<xs:enumeration value="Intermediate"/>
								<xs:enumeration value="Average"/>
								<xs:enumeration value="PerGallon"/>
								<xs:enumeration value="Estimated"/>
								<xs:enumeration value="Minimum"/>
								<xs:enumeration value="Mist"/>
								<xs:enumeration value="Predominant"/>
								<xs:enumeration value="Total"/>
								<xs:enumeration value="Cost"/>
								<xs:enumeration value="Tenant"/>
								<xs:enumeration value="Owner"/>
								<xs:enumeration value="ForSale"/>
								<xs:enumeration value="RealEstateOwnedOrCorporateOwned"/>
								<xs:enumeration value="BoardedOrBlockedUp"/>
								<xs:enumeration value="Planned"/>
								<xs:enumeration value="Completed"/>
								<xs:enumeration value="Sold"/>
								<xs:enumeration value="Rented"/>
								<xs:enumeration value="Current"/>
								<xs:enumeration value="CurrentList"/>
								<xs:enumeration value="Effective"/>
								<xs:enumeration value="ListWhenSold"/>
								<xs:enumeration value="Sales"/>
								<xs:enumeration value="FinalList"/>
								<xs:enumeration value="AsIs"/>
								<xs:enumeration value="AsRepairedOrImproved"/>
								<xs:enumeration value="Instantaneous"/>
								<xs:enumeration value="Low"/>
								<xs:enumeration value="LowToGood"/>
								<xs:enumeration value="LowToHigh"/>
								<xs:enumeration value="LowToMedium"/>
								<xs:enumeration value="LowToModerate"/>
								<xs:enumeration value="Medium"/>
								<xs:enumeration value="MediumToGood"/>
								<xs:enumeration value="MediumToHigh"/>
								<xs:enumeration value="Moderate"/>
								<xs:enumeration value="ModerateToGood"/>
								<xs:enumeration value="ModerateToHigh"/>
								<xs:enumeration value="ModerateToMedium"/>
								<xs:enumeration value="Good"/>
								<xs:enumeration value="GoodToHigh"/>
								<xs:enumeration value="High"/>
								<xs:enumeration value="Budgeted"/>
								<xs:enumeration value="Forecast"/>
								<xs:enumeration value="Adjusted"/>
								<xs:enumeration value="Allocated"/>
								<xs:enumeration value="Increasing"/>
								<xs:enumeration value="Stable"/>
								<xs:enumeration value="Declining"/>
								<xs:enumeration value="Previous"/>
								<xs:enumeration value="Potential"/>
								<xs:enumeration value="Modeled"/>
								<xs:enumeration value="Measured"/>
								<xs:enumeration value="Maximum"/>
								<xs:enumeration value="SummerOn-Peak"/>
								<xs:enumeration value="SummerMid-Peak"/>
								<xs:enumeration value="SummerOff-Peak"/>
								<xs:enumeration value="SummerSuperOn-Peak"/>
								<xs:enumeration value="SummerSuperOff-Peak"/>
								<xs:enumeration value="WinterOn-Peak"/>
								<xs:enumeration value="WinterMid-Peak"/>
								<xs:enumeration value="WinterOff-Peak"/>
								<xs:enumeration value="WinterSuperOn-Peak"/>
								<xs:enumeration value="WinterSuperOff-Peak"/>
								<xs:enumeration value="SummerDay"/>
								<xs:enumeration value="SummerNight"/>
								<xs:enumeration value="WinterDay"/>
								<xs:enumeration value="WinterNight"/>
								<xs:enumeration value="Summer"/>
								<xs:enumeration value="Winter"/>
								<xs:enumeration value="Day"/>
								<xs:enumeration value="Night"/>
								<xs:enumeration value="Peak-2"/>
								<xs:enumeration value="Peak-3"/>
								<xs:enumeration value="Peak-4"/>
								<xs:enumeration value="Shoulder"/>
								<xs:enumeration value="NonTimeRelatedDemand"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
					<xs:attribute name="ConditionsCodedOther" type="xs:string">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
					</xs:attribute>
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "QuantityRange" element  -->
	<xs:element name="QuantityRange">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="MinimumValue"/>
				<xs:element ref="MaximumValue"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "QuantityMonetaryValue" element  -->
	<xs:element name="QuantityMonetaryValue">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="MonetaryValue"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "QuantityAllowanceOrCharge" element  -->
	<xs:element name="QuantityAllowanceOrCharge">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="Quantity"/>
				<xs:element ref="Rate"/>
				<xs:element ref="QuantityMonetaryValue" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Quantity" element  -->
	<xs:element name="Quantity">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="QuantityValue" minOccurs="0"/>
				<xs:element ref="QuantityRange" minOccurs="0"/>
				<xs:element ref="UnitOfMeasurement"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PurposeCodedOther" element  -->
	<xs:element name="PurposeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PurposeCoded" element  -->
	<xs:element name="PurposeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAVQPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Purpose" element  -->
	<xs:element name="Purpose">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PurposeCoded"/>
				<xs:element ref="PurposeCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PromiseDate" element  -->
	<xs:element name="PromiseDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ProductIdentifierQualifierCodedOther" element  -->
	<xs:element name="ProductIdentifierQualifierCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ProductIdentifierQualifierCoded" element  -->
	<xs:element name="ProductIdentifierQualifierCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDANRPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ProductIdentifierExt" element  -->
	<xs:element name="ProductIdentifierExt">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ProductIdentifierCoded" element  -->
	<xs:element name="ProductIdentifierCoded">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ProductIdentifierQualifierCoded"/>
				<xs:element ref="ProductIdentifierQualifierCodedOther" minOccurs="0"/>
				<xs:element ref="ProductIdentifier"/>
				<xs:element ref="ProductIdentifierExt" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ProductIdentifier" element  -->
	<xs:element name="ProductIdentifier">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PrimaryReference" element  -->
	<xs:element name="PrimaryReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Reference"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PricingDetail" element  -->
	<xs:element name="PricingDetail">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ListOfPrice"/>
				<xs:element ref="Tax" maxOccurs="unbounded" minOccurs="0"/>
				<xs:element ref="ItemAllowancesOrCharges" minOccurs="0"/>
				<xs:element ref="TotalValue" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PriceQuantityRange" element  -->
	<xs:element name="PriceQuantityRange">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Quantity"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PriceMultiplierCodedOther" element  -->
	<xs:element name="PriceMultiplierCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PriceMultiplierCoded" element  -->
	<xs:element name="PriceMultiplierCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDASTPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PriceMultiplier" element  -->
	<xs:element name="PriceMultiplier">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PriceMultiplierCoded"/>
				<xs:element ref="PriceMultiplierCodedOther" minOccurs="0"/>
				<xs:element ref="Multiplier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PriceBasisQuantity" element  -->
	<xs:element name="PriceBasisQuantity">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Quantity"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Price" element  -->
	<xs:element name="Price">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="UnitPrice"/>
				<xs:element ref="PriceBasisQuantity" minOccurs="0"/>
				<xs:element ref="ValidityDates" minOccurs="0"/>
				<xs:element ref="PriceQuantityRange" minOccurs="0"/>
				<xs:element ref="PriceMultiplier" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PostalCode" element  -->
	<xs:element name="PostalCode">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PercentageMonetaryValue" element  -->
	<xs:element name="PercentageMonetaryValue">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="MonetaryValue"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PercentageAllowanceOrCharge" element  -->
	<xs:element name="PercentageAllowanceOrCharge">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PercentQualifier"/>
				<xs:element ref="Percent"/>
				<xs:element ref="PercentageMonetaryValue" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PercentQualifierCodedOther" element  -->
	<xs:element name="PercentQualifierCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PercentQualifierCoded" element  -->
	<xs:element name="PercentQualifierCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAAWPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PercentQualifier" element  -->
	<xs:element name="PercentQualifier">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PercentQualifierCoded"/>
				<xs:element ref="PercentQualifierCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Percent" element  -->
	<xs:element name="Percent">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentTermsNote" element  -->
	<xs:element name="PaymentTermsNote">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentTerms" element  -->
	<xs:element name="PaymentTerms">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PaymentTerm" maxOccurs="unbounded"/>
				<xs:element ref="Discounts" maxOccurs="unbounded" minOccurs="0"/>
				<xs:element ref="PaymentTermsNote" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentTermValue" element  -->
	<xs:element name="PaymentTermValue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentTermDetails" element  -->
	<xs:element name="PaymentTermDetails">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Discounts"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentTermCodedOther" element  -->
	<xs:element name="PaymentTermCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentTermCoded" element  -->
	<xs:element name="PaymentTermCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAZXPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentTerm" element  -->
	<xs:element name="PaymentTerm">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PaymentTermCoded"/>
				<xs:element ref="PaymentTermCodedOther" minOccurs="0"/>
				<xs:element ref="PaymentTermValue" minOccurs="0"/>
				<xs:element ref="PaymentTermDetails" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentSystemCodedOther" element  -->
	<xs:element name="PaymentSystemCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentSystemCoded" element  -->
	<xs:element name="PaymentSystemCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAYYPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentResponsibilityCodedOther" element  -->
	<xs:element name="PaymentResponsibilityCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentResponsibilityCoded" element  -->
	<xs:element name="PaymentResponsibilityCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDABZPEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentMethod" element  -->
	<xs:element name="PaymentMethod">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PaymentMeanCoded"/>
				<xs:element ref="PaymentMeanCodedOther" minOccurs="0"/>
				<xs:element ref="PaymentMeanReference" minOccurs="0"/>
				<xs:element ref="PaymentSystemCoded" minOccurs="0"/>
				<xs:element ref="PaymentSystemCodedOther" minOccurs="0"/>
				<xs:element ref="OriginatingFIAccount" minOccurs="0"/>
				<xs:element ref="ReceivingFIAccount" minOccurs="0"/>
				<xs:element ref="CardInfo" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentMeanReference" element  -->
	<xs:element name="PaymentMeanReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Reference"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentMeanCodedOther" element  -->
	<xs:element name="PaymentMeanCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentMeanCoded" element  -->
	<xs:element name="PaymentMeanCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAV0PEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PaymentInstructions" element  -->
	<xs:element name="PaymentInstructions">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PaymentTerms" maxOccurs="unbounded"/>
				<xs:element ref="PaymentMethod" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PartyTaxInformation" element  -->
	<xs:element name="PartyTaxInformation">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="TaxIdentifier" minOccurs="0"/>
				<xs:element ref="RegisteredName" minOccurs="0"/>
				<xs:element ref="RegisteredOffice" minOccurs="0"/>
				<xs:element ref="TaxLocation" minOccurs="0"/>
				<xs:element ref="CompanyRegistrationNumber" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PartyRoleCodedOther" element  -->
	<xs:element name="PartyRoleCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PartyRoleCoded" element  -->
	<xs:element name="PartyRoleCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAE2PEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PartyID" element  -->
	<xs:element name="PartyID">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Identifier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PartyCoded" element  -->
	<xs:element name="PartyCoded">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PartyID"/>
				<xs:element ref="ListOfIdentifier" minOccurs="0"/>
				<xs:element ref="MDFBusiness" minOccurs="0"/>
				<xs:element ref="NameAddress" minOccurs="0"/>
				<xs:element ref="OrderContact" minOccurs="0"/>
				<xs:element ref="ReceivingContact" minOccurs="0"/>
				<xs:element ref="ShippingContact" minOccurs="0"/>
				<xs:element ref="OtherContacts" minOccurs="0"/>
				<xs:element ref="CorrespondenceLanguage" minOccurs="0"/>
				<xs:element ref="PartyRoleCoded"/>
				<xs:element ref="PartyRoleCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Party" element  -->
	<xs:element name="Party">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PartyID"/>
				<xs:element ref="ListOfIdentifier" minOccurs="0"/>
				<xs:element ref="MDFBusiness" minOccurs="0"/>
				<xs:element ref="NameAddress" minOccurs="0"/>
				<xs:element ref="OrderContact" minOccurs="0"/>
				<xs:element ref="ReceivingContact" minOccurs="0"/>
				<xs:element ref="ShippingContact" minOccurs="0"/>
				<xs:element ref="OtherContacts" minOccurs="0"/>
				<xs:element ref="CorrespondenceLanguage" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PartNumbers" element  -->
	<xs:element name="PartNumbers">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="SellerPartNumber" minOccurs="0"/>
				<xs:element ref="BuyerPartNumber" minOccurs="0"/>
				<xs:element ref="ManufacturerPartNumber" minOccurs="0"/>
				<xs:element ref="StandardPartNumber" minOccurs="0"/>
				<xs:element ref="SubstitutePartNumbers" minOccurs="0"/>
				<xs:element ref="OtherItemIdentifiers" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PartNum" element  -->
	<xs:element name="PartNum">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PartID"/>
				<xs:element ref="PartIDExt" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PartLocation" element  -->
	<xs:element name="PartLocation">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PartIDExt" element  -->
	<xs:element name="PartIDExt">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PartID" element  -->
	<xs:element name="PartID">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ParentItemNumber" element  -->
	<xs:element name="ParentItemNumber">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="LineItemNumberReference"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageTypeDescription" element  -->
	<xs:element name="PackageTypeDescription">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfDescription"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageTypeCodedOther" element  -->
	<xs:element name="PackageTypeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageTypeCoded" element  -->
	<xs:element name="PackageTypeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAQBQEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageType" element  -->
	<xs:element name="PackageType">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PackageTypeCoded"/>
				<xs:element ref="PackageTypeCodedOther" minOccurs="0"/>
				<xs:element ref="PackageTypeDescription" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageReference" element  -->
	<xs:element name="PackageReference" b:cyclecount="1">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="Quantity" minOccurs="0"/>
				<xs:element ref="PackageIDReference"/>
				<xs:element ref="PackageReference" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageMarkValue" element  -->
	<xs:element name="PackageMarkValue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageMarkCodedOther" element  -->
	<xs:element name="PackageMarkCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageMarkCoded" element  -->
	<xs:element name="PackageMarkCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDA2CQEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageMark" element  -->
	<xs:element name="PackageMark">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PackageMarkCoded"/>
				<xs:element ref="PackageMarkCodedOther" minOccurs="0"/>
				<xs:element ref="PackageMarkValue" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageIdentifierValue" element  -->
	<xs:element name="PackageIdentifierValue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageIdentifierCodedOther" element  -->
	<xs:element name="PackageIdentifierCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageIdentifierCoded" element  -->
	<xs:element name="PackageIdentifierCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAYDQEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageIdentifier" element  -->
	<xs:element name="PackageIdentifier">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PackageIdentifierCoded"/>
				<xs:element ref="PackageIdentifierCodedOther" minOccurs="0"/>
				<xs:element ref="PackageIdentifierValue" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageIDReference" element  -->
	<xs:element name="PackageIDReference">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageID" element  -->
	<xs:element name="PackageID">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageDoc" element  -->
	<xs:element name="PackageDoc">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="DocumentTitle" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:attribute name="DocumentTypeCoded" use="required">
				<xs:annotation>
					<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
					</xs:appinfo>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:NMTOKEN">
						<xs:enumeration value="Other"/>
						<xs:enumeration value="CertificateOfAnalysis"/>
						<xs:enumeration value="CertificateOfConformity"/>
						<xs:enumeration value="CertificateOfQuality"/>
						<xs:enumeration value="TestReport"/>
						<xs:enumeration value="ProductPerformanceReport"/>
						<xs:enumeration value="ProductSpecificationReport"/>
						<xs:enumeration value="ProcessDataReport"/>
						<xs:enumeration value="FirstSampleTestReport"/>
						<xs:enumeration value="PriceSalesCatalogue"/>
						<xs:enumeration value="PartyInformation"/>
						<xs:enumeration value="FederalLabelApproval"/>
						<xs:enumeration value="MillCertificate"/>
						<xs:enumeration value="PostReceipt"/>
						<xs:enumeration value="WeightCertificate"/>
						<xs:enumeration value="WeightList"/>
						<xs:enumeration value="Certificate"/>
						<xs:enumeration value="CombinedCertificateOfValueAndOrigin"/>
						<xs:enumeration value="MovementCertificateATr1"/>
						<xs:enumeration value="CertificateOfQuantity"/>
						<xs:enumeration value="QualityDataMessage"/>
						<xs:enumeration value="Query"/>
						<xs:enumeration value="ResponseToQuery"/>
						<xs:enumeration value="StatusInformation"/>
						<xs:enumeration value="Restow"/>
						<xs:enumeration value="ContainerDischargeList"/>
						<xs:enumeration value="CorporateSuperannuationContributionsAdvice"/>
						<xs:enumeration value="IndustrySuperannuationContributionsAdvice"/>
						<xs:enumeration value="CorporateSuperannuationMemberMaintenanceMessage"/>
						<xs:enumeration value="IndustrySuperannuationMemberMaintenanceMessage"/>
						<xs:enumeration value="LifeInsurancePayrollDeductionsAdvice"/>
						<xs:enumeration value="UnderbondRequest"/>
						<xs:enumeration value="UnderbondApproval"/>
						<xs:enumeration value="CertificateOfSealingOfExportMeatLockers"/>
						<xs:enumeration value="CargoStatus"/>
						<xs:enumeration value="InventoryReport"/>
						<xs:enumeration value="IdentityCard"/>
						<xs:enumeration value="ResponseToATradeStatisticsMessage"/>
						<xs:enumeration value="VaccinationCertificate"/>
						<xs:enumeration value="Passport"/>
						<xs:enumeration value="DrivingLicenceNational"/>
						<xs:enumeration value="DrivingLicenceInternational"/>
						<xs:enumeration value="FreePass"/>
						<xs:enumeration value="SeasonTicket"/>
						<xs:enumeration value="TransportStatusReport"/>
						<xs:enumeration value="TransportStatusRequest"/>
						<xs:enumeration value="BankingStatus"/>
						<xs:enumeration value="Extra-CommunityTradeStatisticalDeclaration"/>
						<xs:enumeration value="WrittenInstructionsInConformanceWithAdrArticleNumber"/>
						<xs:enumeration value="DamageCertification"/>
						<xs:enumeration value="ValidatedPricedTender"/>
						<xs:enumeration value="PriceSalesCatalogueResponse"/>
						<xs:enumeration value="PriceNegotiationResult"/>
						<xs:enumeration value="SafetyAndHazardDataSheet"/>
						<xs:enumeration value="LegalStatementOfAnAccount"/>
						<xs:enumeration value="ListingStatementOfAnAccount"/>
						<xs:enumeration value="ClosingStatementOfAnAccount"/>
						<xs:enumeration value="TransportEquipmentOn-HireReport"/>
						<xs:enumeration value="TransportEquipmentOff-HireReport"/>
						<xs:enumeration value="Treatment-NilOutturn"/>
						<xs:enumeration value="Treatment-Time-UpUnderbond"/>
						<xs:enumeration value="Treatment-UnderbondBySea"/>
						<xs:enumeration value="Treatment-PersonalEffect"/>
						<xs:enumeration value="Treatment-Timber"/>
						<xs:enumeration value="PreliminaryCreditAssessment"/>
						<xs:enumeration value="CreditCover"/>
						<xs:enumeration value="CurrentAccount"/>
						<xs:enumeration value="CommercialDispute"/>
						<xs:enumeration value="Chargeback"/>
						<xs:enumeration value="Reassignment"/>
						<xs:enumeration value="CollateralAccount"/>
						<xs:enumeration value="RequestForPayment"/>
						<xs:enumeration value="UnshipPermit"/>
						<xs:enumeration value="StatisticalDefinitions"/>
						<xs:enumeration value="StatisticalData"/>
						<xs:enumeration value="RequestForStatisticalData"/>
						<xs:enumeration value="Call-OffDelivery"/>
						<xs:enumeration value="ConsignmentStatusReport"/>
						<xs:enumeration value="InventoryMovementAdvice"/>
						<xs:enumeration value="InventoryStatusAdvice"/>
						<xs:enumeration value="DebitNoteRelatedToGoodsOrServices"/>
						<xs:enumeration value="CreditNoteRelatedToGoodsOrServices"/>
						<xs:enumeration value="MeteredServicesInvoice"/>
						<xs:enumeration value="CreditNoteRelatedToFinancialAdjustments"/>
						<xs:enumeration value="DebitNoteRelatedToFinancialAdjustments"/>
						<xs:enumeration value="CustomsManifest"/>
						<xs:enumeration value="VesselUnpackReport"/>
						<xs:enumeration value="GeneralCargoSummaryManifestReport"/>
						<xs:enumeration value="ConsignmentUnpackReport"/>
						<xs:enumeration value="MeatAndMeatBy-ProductsSanitaryCertificate"/>
						<xs:enumeration value="MeatFoodProductsSanitaryCertificate"/>
						<xs:enumeration value="PoultrySanitaryCertificate"/>
						<xs:enumeration value="HorsemeatSanitaryCertificate"/>
						<xs:enumeration value="CasingSanitaryCertificate"/>
						<xs:enumeration value="PharmaceuticalSanitaryCertificate"/>
						<xs:enumeration value="InedibleSanitaryCertificate"/>
						<xs:enumeration value="ImpendingArrival"/>
						<xs:enumeration value="MeansOfTransportAdvice"/>
						<xs:enumeration value="ArrivalInformation"/>
						<xs:enumeration value="CargoReleaseNotification"/>
						<xs:enumeration value="ExciseCertificate"/>
						<xs:enumeration value="RegistrationDocument"/>
						<xs:enumeration value="TaxNotification"/>
						<xs:enumeration value="TransportEquipmentDirectInterchangeReport"/>
						<xs:enumeration value="TransportEquipmentImpendingArrivalAdvice"/>
						<xs:enumeration value="PurchaseOrder"/>
						<xs:enumeration value="TransportEquipmentDamageReport"/>
						<xs:enumeration value="TransportEquipmentMaintenanceAndRepairWorkEstimateAdvice"/>
						<xs:enumeration value="TransportEquipmentEmptyReleaseInstruction"/>
						<xs:enumeration value="TransportMovementGateInReport"/>
						<xs:enumeration value="ManufacturingInstructions"/>
						<xs:enumeration value="TransportMovementGateOutReport"/>
						<xs:enumeration value="TransportEquipmentUnpackingInstruction"/>
						<xs:enumeration value="TransportEquipmentUnpackingReport"/>
						<xs:enumeration value="TransportEquipmentPick-UpAvailabilityRequest"/>
						<xs:enumeration value="TransportEquipmentPick-UpAvailabilityConfirmation"/>
						<xs:enumeration value="TransportEquipmentPick-UpReport"/>
						<xs:enumeration value="TransportEquipmentShiftReport"/>
						<xs:enumeration value="TransportDischargeInstruction"/>
						<xs:enumeration value="TransportDischargeReport"/>
						<xs:enumeration value="StoresRequisition"/>
						<xs:enumeration value="TransportLoadingInstruction"/>
						<xs:enumeration value="TransportLoadingReport"/>
						<xs:enumeration value="TransportEquipmentMaintenanceAndRepairWork"/>
						<xs:enumeration value="TransportDepartureReport"/>
						<xs:enumeration value="TransportEmptyEquipmentAdvice"/>
						<xs:enumeration value="TransportEquipmentAcceptanceOrder"/>
						<xs:enumeration value="TransportEquipmentSpecialServiceInstruction"/>
						<xs:enumeration value="TransportEquipmentStockReport"/>
						<xs:enumeration value="TransportCargoReleaseOrder"/>
						<xs:enumeration value="InvoicingDataSheet"/>
						<xs:enumeration value="TransportEquipmentPackingInstruction"/>
						<xs:enumeration value="CustomsClearanceNotice"/>
						<xs:enumeration value="CustomsDocumentsExpirationNotice"/>
						<xs:enumeration value="TransportEquipmentOn-HireRequest"/>
						<xs:enumeration value="TransportEquipmentOn-HireOrder"/>
						<xs:enumeration value="TransportEquipmentOff-HireRequest"/>
						<xs:enumeration value="TransportEquipmentSurveyOrder"/>
						<xs:enumeration value="TransportEquipmentSurveyOrderResponse"/>
						<xs:enumeration value="TransportEquipmentSurveyReport"/>
						<xs:enumeration value="PackingInstructions"/>
						<xs:enumeration value="AdvisingItemsToBeBookedToAFinancialAccount"/>
						<xs:enumeration value="TransportEquipmentMaintenanceAndRepairWorkEstimateOrder"/>
						<xs:enumeration value="TransportEquipmentMaintenanceAndRepairNotice"/>
						<xs:enumeration value="EmptyContainerDispositionOrder"/>
						<xs:enumeration value="CargoVesselDischargeOrder"/>
						<xs:enumeration value="CargoVesselLoadingOrder"/>
						<xs:enumeration value="MultidropOrder"/>
						<xs:enumeration value="BailmentContract"/>
						<xs:enumeration value="BasicAgreement"/>
						<xs:enumeration value="InternalTransportOrder"/>
						<xs:enumeration value="Grant"/>
						<xs:enumeration value="IndefiniteDeliveryIndefiniteQuantityContract"/>
						<xs:enumeration value="IndefiniteDeliveryDefiniteQuantityContract"/>
						<xs:enumeration value="RequirementsContract"/>
						<xs:enumeration value="TaskOrder"/>
						<xs:enumeration value="MakeOrBuyPlan"/>
						<xs:enumeration value="SubcontractorPlan"/>
						<xs:enumeration value="CostDataSummary"/>
						<xs:enumeration value="CertifiedCostAndPriceData"/>
						<xs:enumeration value="WageDetermination"/>
						<xs:enumeration value="ContractFundsStatusReportCfsr"/>
						<xs:enumeration value="CertifiedInspectionAndTestResults"/>
						<xs:enumeration value="MaterialInspectionAndReceivingReport"/>
						<xs:enumeration value="PurchasingSpecification"/>
						<xs:enumeration value="PaymentOrPerformanceBond"/>
						<xs:enumeration value="ContractSecurityClassificationSpecification"/>
						<xs:enumeration value="ManufacturingSpecification"/>
						<xs:enumeration value="BuyAmericaCertificateOfCompliance"/>
						<xs:enumeration value="ContainerOff-HireNotice"/>
						<xs:enumeration value="CargoAcceptanceOrder"/>
						<xs:enumeration value="Pick-UpNotice"/>
						<xs:enumeration value="AuthorisationToPlanAndSuggestOrders"/>
						<xs:enumeration value="AuthorisationToPlanAndShipOrders"/>
						<xs:enumeration value="Drawing"/>
						<xs:enumeration value="CostPerformanceReportCprFormat2"/>
						<xs:enumeration value="CostScheduleStatusReportCssr"/>
						<xs:enumeration value="CostPerformanceReportCprFormat1"/>
						<xs:enumeration value="CostPerformanceReportCprFormat3"/>
						<xs:enumeration value="CostPerformanceReportCprFormat4"/>
						<xs:enumeration value="CostPerformanceReportCprFormat5"/>
						<xs:enumeration value="ProgressiveDischargeReport"/>
						<xs:enumeration value="BalanceConfirmation"/>
						<xs:enumeration value="ContainerStrippingOrder"/>
						<xs:enumeration value="ContainerStuffingOrder"/>
						<xs:enumeration value="ConveyanceDeclarationArrival"/>
						<xs:enumeration value="ConveyanceDeclarationDeparture"/>
						<xs:enumeration value="ConveyanceDeclarationCombined"/>
						<xs:enumeration value="ProjectRecoveryPlan"/>
						<xs:enumeration value="ProjectProductionPlan"/>
						<xs:enumeration value="StatisticalAndOtherAdministrativeInternalDocuments"/>
						<xs:enumeration value="ProjectMasterSchedule"/>
						<xs:enumeration value="PricedAlternateTenderBillOfQuantity"/>
						<xs:enumeration value="EstimatedPricedBillOfQuantity"/>
						<xs:enumeration value="DraftBillOfQuantity"/>
						<xs:enumeration value="DocumentaryCreditCollectionInstruction"/>
						<xs:enumeration value="RequestForAnAmendmentOfADocumentaryCredit"/>
						<xs:enumeration value="DocumentaryCreditAmendmentInformation"/>
						<xs:enumeration value="AdviceOfAnAmendmentOfADocumentaryCredit"/>
						<xs:enumeration value="ResponseToAnAmendmentOfADocumentaryCredit"/>
						<xs:enumeration value="DocumentaryCreditIssuanceInformation"/>
						<xs:enumeration value="DirectPaymentValuationRequest"/>
						<xs:enumeration value="DirectPaymentValuation"/>
						<xs:enumeration value="ProvisionalPaymentValuation"/>
						<xs:enumeration value="PaymentValuation"/>
						<xs:enumeration value="QuantityValuation"/>
						<xs:enumeration value="QuantityValuationRequest"/>
						<xs:enumeration value="ContractBillOfQuantities-Boq"/>
						<xs:enumeration value="UnpricedBillOfQuantity"/>
						<xs:enumeration value="PricedTenderBoq"/>
						<xs:enumeration value="Enquiry"/>
						<xs:enumeration value="InterimApplicationForPayment"/>
						<xs:enumeration value="AgreementToPay"/>
						<xs:enumeration value="RequestForFinancialCancellation"/>
						<xs:enumeration value="Pre-AuthorisedDirectDebits"/>
						<xs:enumeration value="LetterOfIntent"/>
						<xs:enumeration value="ApprovedUnpricedBillOfQuantity"/>
						<xs:enumeration value="PaymentValuationForUnscheduledItems"/>
						<xs:enumeration value="FinalPaymentRequestBasedOnCompletionOfWork"/>
						<xs:enumeration value="PaymentRequestForCompletedUnits"/>
						<xs:enumeration value="Order"/>
						<xs:enumeration value="BlanketOrder"/>
						<xs:enumeration value="SpotOrder"/>
						<xs:enumeration value="LeaseOrder"/>
						<xs:enumeration value="RushOrder"/>
						<xs:enumeration value="RepairOrder"/>
						<xs:enumeration value="CallOffOrder"/>
						<xs:enumeration value="ConsignmentOrder"/>
						<xs:enumeration value="SampleOrder"/>
						<xs:enumeration value="SwapOrder"/>
						<xs:enumeration value="PurchaseOrderChangeRequest"/>
						<xs:enumeration value="PurchaseOrderResponse"/>
						<xs:enumeration value="HireOrder"/>
						<xs:enumeration value="SparePartsOrder"/>
						<xs:enumeration value="CampaignPriceSalesCatalogue"/>
						<xs:enumeration value="ContainerList"/>
						<xs:enumeration value="DeliveryForecast"/>
						<xs:enumeration value="CrossDockingServicesOrder"/>
						<xs:enumeration value="Non-Pre-AuthorisedDirectDebits"/>
						<xs:enumeration value="RejectedDirectDebits"/>
						<xs:enumeration value="DeliveryInstructions"/>
						<xs:enumeration value="DeliverySchedule"/>
						<xs:enumeration value="DeliveryJust-In-Time"/>
						<xs:enumeration value="Pre-AuthorisedDirectDebitRequests"/>
						<xs:enumeration value="Non-Pre-AuthorisedDirectDebitRequests"/>
						<xs:enumeration value="DeliveryRelease"/>
						<xs:enumeration value="SettlementOfALetterOfCredit"/>
						<xs:enumeration value="BankToBankFundsTransfer"/>
						<xs:enumeration value="CustomerPaymentOrders"/>
						<xs:enumeration value="LowValuePaymentOrders"/>
						<xs:enumeration value="CrewListDeclaration"/>
						<xs:enumeration value="Inquiry"/>
						<xs:enumeration value="ResponseToPreviousBankingStatusMessage"/>
						<xs:enumeration value="ProjectMasterPlan"/>
						<xs:enumeration value="ProjectPlan"/>
						<xs:enumeration value="ProjectSchedule"/>
						<xs:enumeration value="ProjectPlanningAvailableResources"/>
						<xs:enumeration value="ProjectPlanningCalendar"/>
						<xs:enumeration value="StandingOrder"/>
						<xs:enumeration value="CargoMovementEventLog"/>
						<xs:enumeration value="CargoAnalysisVoyageReport"/>
						<xs:enumeration value="SelfBilledCreditNote"/>
						<xs:enumeration value="ConsolidatedCreditNote-GoodsAndServices"/>
						<xs:enumeration value="InventoryAdjustmentStatusReport"/>
						<xs:enumeration value="TransportEquipmentMovementInstruction"/>
						<xs:enumeration value="TransportEquipmentMovementReport"/>
						<xs:enumeration value="TransportEquipmentStatusChangeReport"/>
						<xs:enumeration value="FumigationCertificate"/>
						<xs:enumeration value="WineCertificate"/>
						<xs:enumeration value="WoolHealthCertificate"/>
						<xs:enumeration value="DeliveryNote"/>
						<xs:enumeration value="PackingList"/>
						<xs:enumeration value="NewCodeRequest"/>
						<xs:enumeration value="CodeChangeRequest"/>
						<xs:enumeration value="SimpleDataElementRequest"/>
						<xs:enumeration value="SimpleDataElementChangeRequest"/>
						<xs:enumeration value="CompositeDataElementRequest"/>
						<xs:enumeration value="CompositeDataElementChangeRequest"/>
						<xs:enumeration value="SegmentRequest"/>
						<xs:enumeration value="SegmentChangeRequest"/>
						<xs:enumeration value="NewMessageRequest"/>
						<xs:enumeration value="MessageInDevelopmentRequest"/>
						<xs:enumeration value="ModificationOfExistingMessage"/>
						<xs:enumeration value="TrackingNumberAssignmentReport"/>
						<xs:enumeration value="UserDirectoryDefinition"/>
						<xs:enumeration value="UnitedNationsStandardMessageRequest"/>
						<xs:enumeration value="ServiceDirectoryDefinition"/>
						<xs:enumeration value="StatusReport"/>
						<xs:enumeration value="KanbanSchedule"/>
						<xs:enumeration value="ProductDataMessage"/>
						<xs:enumeration value="AClaimForPartsAndOrLabourCharges"/>
						<xs:enumeration value="DeliveryScheduleResponse"/>
						<xs:enumeration value="InspectionRequest"/>
						<xs:enumeration value="InspectionReport"/>
						<xs:enumeration value="ApplicationAcknowledgementAndErrorReport"/>
						<xs:enumeration value="PriceVariationInvoice"/>
						<xs:enumeration value="CreditNoteForPriceVariation"/>
						<xs:enumeration value="InstructionToCollect"/>
						<xs:enumeration value="DangerousGoodsList"/>
						<xs:enumeration value="RegistrationRenewal"/>
						<xs:enumeration value="RegistrationChange"/>
						<xs:enumeration value="ResponseToRegistration"/>
						<xs:enumeration value="ImplementationGuideline"/>
						<xs:enumeration value="RequestForTransfer"/>
						<xs:enumeration value="CostPerformanceReport"/>
						<xs:enumeration value="ApplicationErrorAndAcknowledgement"/>
						<xs:enumeration value="CashPoolFinancialStatement"/>
						<xs:enumeration value="SequencedDeliverySchedule"/>
						<xs:enumeration value="DelcredereCreditNote"/>
						<xs:enumeration value="OfferQuotation"/>
						<xs:enumeration value="RequestForQuote"/>
						<xs:enumeration value="AcknowledgementMessage"/>
						<xs:enumeration value="ApplicationErrorMessage"/>
						<xs:enumeration value="CargoMovementVoyageSummary"/>
						<xs:enumeration value="Contract"/>
						<xs:enumeration value="ApplicationForUsageOfBerthOrMooringFacilities"/>
						<xs:enumeration value="ApplicationForDesignationOfBerthingPlaces"/>
						<xs:enumeration value="ApplicationForShiftingFromTheDesignatedPlaceInPort"/>
						<xs:enumeration value="SupplementaryDocumentForApplicationForCargoOperationOfDangerousGoods"/>
						<xs:enumeration value="AcknowledgementOfOrder"/>
						<xs:enumeration value="SupplementaryDocumentForApplicationForTransportOfDangerousGoods"/>
						<xs:enumeration value="OpticalCharacterReadingOcrPayment"/>
						<xs:enumeration value="PreliminarySalesReport"/>
						<xs:enumeration value="TransportEmergencyCard"/>
						<xs:enumeration value="ProformaInvoice"/>
						<xs:enumeration value="PartialInvoice"/>
						<xs:enumeration value="OperatingInstructions"/>
						<xs:enumeration value="NameProductPlate"/>
						<xs:enumeration value="Co-InsuranceCedingBordereau"/>
						<xs:enumeration value="RequestForDeliveryInstructions"/>
						<xs:enumeration value="CommercialInvoiceWhichIncludesAPackingList"/>
						<xs:enumeration value="TradeData"/>
						<xs:enumeration value="CustomsDeclarationForCargoExamination"/>
						<xs:enumeration value="CustomsDeclarationForCargoExaminationAlternate"/>
						<xs:enumeration value="BookingRequest"/>
						<xs:enumeration value="CustomsCrewAndConveyance"/>
						<xs:enumeration value="CustomsSummaryDeclarationWithCommercialDetailAlternate"/>
						<xs:enumeration value="ItemsBookedToAFinancialAccountReport"/>
						<xs:enumeration value="ReportOfTransactionsWhichNeedFurtherInformationFromTheReceiver"/>
						<xs:enumeration value="ShippingInstructions"/>
						<xs:enumeration value="ShippersLetterOfInstructionsAir"/>
						<xs:enumeration value="ReportOfTransactionsForInformationOnly"/>
						<xs:enumeration value="CartageOrderLocalTransport"/>
						<xs:enumeration value="EdiAssociatedObjectAdministrationMessage"/>
						<xs:enumeration value="ReadyForDespatchAdvice"/>
						<xs:enumeration value="SummarySalesReport"/>
						<xs:enumeration value="OrderStatusEnquiry"/>
						<xs:enumeration value="OrderStatusReport"/>
						<xs:enumeration value="DeclarationRegardingTheInwardAndOutwardMovementOfVessel"/>
						<xs:enumeration value="DespatchOrder"/>
						<xs:enumeration value="DespatchAdvice"/>
						<xs:enumeration value="NotificationOfUsageOfBerthOrMooringFacilities"/>
						<xs:enumeration value="ApplicationForVesselsEnteringIntoPortAreaInNight-Time"/>
						<xs:enumeration value="NotificationOfEmergencyShiftingFromTheDesignatedPlaceInPort"/>
						<xs:enumeration value="CustomsSummaryDeclarationWithoutCommercialDetailAlternate"/>
						<xs:enumeration value="PerformanceBond"/>
						<xs:enumeration value="PaymentBond"/>
						<xs:enumeration value="AdviceOfDistributionOfDocuments"/>
						<xs:enumeration value="CommercialInvoice"/>
						<xs:enumeration value="CreditNote"/>
						<xs:enumeration value="CommissionNote"/>
						<xs:enumeration value="DebitNote"/>
						<xs:enumeration value="CorrectedInvoice"/>
						<xs:enumeration value="ConsolidatedInvoice"/>
						<xs:enumeration value="PrepaymentInvoice"/>
						<xs:enumeration value="HireInvoice"/>
						<xs:enumeration value="TaxInvoice"/>
						<xs:enumeration value="Self-BilledInvoice"/>
						<xs:enumeration value="DelcredereInvoice"/>
						<xs:enumeration value="FactoredInvoice"/>
						<xs:enumeration value="LeaseInvoice"/>
						<xs:enumeration value="ConsignmentInvoice"/>
						<xs:enumeration value="FactoredCreditNote"/>
						<xs:enumeration value="CommercialAccountSummaryResponse"/>
						<xs:enumeration value="CrossDockingDespatchAdvice"/>
						<xs:enumeration value="TransshipmentDespatchAdvice"/>
						<xs:enumeration value="ExceptionalOrder"/>
						<xs:enumeration value="TransshipmentOrder"/>
						<xs:enumeration value="CrossDockingOrder"/>
						<xs:enumeration value="MeansOfTransportationAvailabilityInformation"/>
						<xs:enumeration value="MeansOfTransportationScheduleInformation"/>
						<xs:enumeration value="TransportEquipmentDeliveryNotice"/>
						<xs:enumeration value="InstructionsForBankTransfer"/>
						<xs:enumeration value="ApplicationForBankersDraft"/>
						<xs:enumeration value="CollectionPaymentAdvice"/>
						<xs:enumeration value="DocumentaryCreditPaymentAdvice"/>
						<xs:enumeration value="DocumentaryCreditAcceptanceAdvice"/>
						<xs:enumeration value="DocumentaryCreditNegotiationAdvice"/>
						<xs:enumeration value="ApplicationForBankersGuarantee"/>
						<xs:enumeration value="BankersGuarantee"/>
						<xs:enumeration value="DocumentaryCreditLetterOfIndemnity"/>
						<xs:enumeration value="PreadviceOfACredit"/>
						<xs:enumeration value="CollectionOrder"/>
						<xs:enumeration value="DocumentsPresentationForm"/>
						<xs:enumeration value="PaymentOrder"/>
						<xs:enumeration value="ExtendedPaymentOrder"/>
						<xs:enumeration value="MultiplePaymentOrder"/>
						<xs:enumeration value="CreditAdvice"/>
						<xs:enumeration value="ExtendedCreditAdvice"/>
						<xs:enumeration value="DebitAdvice"/>
						<xs:enumeration value="ReversalOfDebit"/>
						<xs:enumeration value="ReversalOfCredit"/>
						<xs:enumeration value="DocumentaryCreditApplication"/>
						<xs:enumeration value="DocumentaryCredit"/>
						<xs:enumeration value="DocumentaryCreditNotification"/>
						<xs:enumeration value="DocumentaryCreditTransferAdvice"/>
						<xs:enumeration value="DocumentaryCreditAmendmentNotification"/>
						<xs:enumeration value="DocumentaryCreditAmendment"/>
						<xs:enumeration value="RemittanceAdvice"/>
						<xs:enumeration value="BankersDraft"/>
						<xs:enumeration value="BillOfExchange"/>
						<xs:enumeration value="PromissoryNote"/>
						<xs:enumeration value="FinancialStatementOfAccount"/>
						<xs:enumeration value="StatementOfAccountMessage"/>
						<xs:enumeration value="InsuranceCertificate"/>
						<xs:enumeration value="InsurancePolicy"/>
						<xs:enumeration value="InsuranceDeclarationSheetBordereau"/>
						<xs:enumeration value="InsurersInvoice"/>
						<xs:enumeration value="CoverNote"/>
						<xs:enumeration value="ForwardingInstructions"/>
						<xs:enumeration value="ForwardersAdviceToImportAgent"/>
						<xs:enumeration value="ForwardersAdviceToExporter"/>
						<xs:enumeration value="ForwardersInvoice"/>
						<xs:enumeration value="ForwardersCertificateOfReceipt"/>
						<xs:enumeration value="ShippingNote"/>
						<xs:enumeration value="ForwardersWarehouseReceipt"/>
						<xs:enumeration value="GoodsReceipt"/>
						<xs:enumeration value="PortChargesDocuments"/>
						<xs:enumeration value="WarehouseWarrant"/>
						<xs:enumeration value="DeliveryOrder"/>
						<xs:enumeration value="HandlingOrder"/>
						<xs:enumeration value="GatePass"/>
						<xs:enumeration value="Waybill"/>
						<xs:enumeration value="UniversalMultipurposeTransportDocument"/>
						<xs:enumeration value="GoodsReceiptCarriage"/>
						<xs:enumeration value="HouseWaybill"/>
						<xs:enumeration value="MasterBillOfLading"/>
						<xs:enumeration value="BillOfLading"/>
						<xs:enumeration value="BillOfLadingOriginal"/>
						<xs:enumeration value="BillOfLadingCopy"/>
						<xs:enumeration value="EmptyContainerBill"/>
						<xs:enumeration value="TankerBillOfLading"/>
						<xs:enumeration value="SeaWaybill"/>
						<xs:enumeration value="InlandWaterwayBillOfLading"/>
						<xs:enumeration value="Non-NegotiableMaritimeTransportDocumentGeneric"/>
						<xs:enumeration value="MatesReceipt"/>
						<xs:enumeration value="HouseBillOfLading"/>
						<xs:enumeration value="LetterOfIndemnityForNon-SurrenderOfBillOfLading"/>
						<xs:enumeration value="ForwardersBillOfLading"/>
						<xs:enumeration value="RailConsignmentNoteGenericTerm"/>
						<xs:enumeration value="RoadList-Smgs"/>
						<xs:enumeration value="EscortOfficialRecognition"/>
						<xs:enumeration value="RechargingDocument"/>
						<xs:enumeration value="RoadConsignmentNote"/>
						<xs:enumeration value="AirWaybill"/>
						<xs:enumeration value="MasterAirWaybill"/>
						<xs:enumeration value="SubstituteAirWaybill"/>
						<xs:enumeration value="CrewsEffectsDeclaration"/>
						<xs:enumeration value="PassengerList"/>
						<xs:enumeration value="DeliveryNoticeRailTransport"/>
						<xs:enumeration value="DespatchNotePostParcels"/>
						<xs:enumeration value="MultimodalCombinedTransportDocumentGeneric"/>
						<xs:enumeration value="ThroughBillOfLading"/>
						<xs:enumeration value="ForwardersCertificateOfTransport"/>
						<xs:enumeration value="CombinedTransportDocumentGeneric"/>
						<xs:enumeration value="MultimodalTransportDocumentGeneric"/>
						<xs:enumeration value="CombinedTransportBillOfLadingMultimodalBillOfLading"/>
						<xs:enumeration value="BookingConfirmation"/>
						<xs:enumeration value="CallingForwardNotice"/>
						<xs:enumeration value="FreightInvoice"/>
						<xs:enumeration value="ArrivalNoticeGoods"/>
						<xs:enumeration value="NoticeOfCircumstancesPreventingDeliveryGoods"/>
						<xs:enumeration value="NoticeOfCircumstancesPreventingTransportGoods"/>
						<xs:enumeration value="DeliveryNoticeGoods"/>
						<xs:enumeration value="CargoManifest"/>
						<xs:enumeration value="FreightManifest"/>
						<xs:enumeration value="Bordereau"/>
						<xs:enumeration value="ContainerManifestUnitPackingList"/>
						<xs:enumeration value="ChargesNote"/>
						<xs:enumeration value="AdviceOfCollection"/>
						<xs:enumeration value="SafetyOfShipCertificate"/>
						<xs:enumeration value="SafetyOfRadioCertificate"/>
						<xs:enumeration value="SafetyOfEquipmentCertificate"/>
						<xs:enumeration value="CivilLiabilityForOilCertificate"/>
						<xs:enumeration value="LoadlineDocument"/>
						<xs:enumeration value="DeratDocument"/>
						<xs:enumeration value="MaritimeDeclarationOfHealth"/>
						<xs:enumeration value="CertificateOfRegistry"/>
						<xs:enumeration value="ShipsStoresDeclaration"/>
						<xs:enumeration value="ExportLicenceApplicationFor"/>
						<xs:enumeration value="ExportLicence"/>
						<xs:enumeration value="ExchangeControlDeclarationExport"/>
						<xs:enumeration value="DespatchNoteModelT"/>
						<xs:enumeration value="DespatchNoteModelT1"/>
						<xs:enumeration value="DespatchNoteModelT2"/>
						<xs:enumeration value="ControlDocumentT5"/>
						<xs:enumeration value="Re-SendingConsignmentNote"/>
						<xs:enumeration value="DespatchNoteModelT2L"/>
						<xs:enumeration value="GoodsDeclarationForExportation"/>
						<xs:enumeration value="CargoDeclarationDeparture"/>
						<xs:enumeration value="ApplicationForGoodsControlCertificate"/>
						<xs:enumeration value="GoodsControlCertificate"/>
						<xs:enumeration value="ApplicationForPhytosanitaryCertificate"/>
						<xs:enumeration value="PhytosanitaryCertificate"/>
						<xs:enumeration value="SanitaryCertificate"/>
						<xs:enumeration value="VeterinaryCertificate"/>
						<xs:enumeration value="ApplicationForInspectionCertificate"/>
						<xs:enumeration value="InspectionCertificate"/>
						<xs:enumeration value="CertificateOfOriginApplicationFor"/>
						<xs:enumeration value="CertificateOfOrigin"/>
						<xs:enumeration value="DeclarationOfOrigin"/>
						<xs:enumeration value="RegionalAppellationCertificate"/>
						<xs:enumeration value="PreferenceCertificateOfOrigin"/>
						<xs:enumeration value="CertificateOfOriginFormGsp"/>
						<xs:enumeration value="ConsularInvoice"/>
						<xs:enumeration value="DangerousGoodsDeclaration"/>
						<xs:enumeration value="StatisticalDocumentExport"/>
						<xs:enumeration value="IntrastatDeclaration"/>
						<xs:enumeration value="DeliveryVerificationCertificate"/>
						<xs:enumeration value="ImportLicenceApplicationFor"/>
						<xs:enumeration value="ImportLicence"/>
						<xs:enumeration value="CustomsDeclarationWithoutCommercialDetail"/>
						<xs:enumeration value="CustomsDeclarationWithCommercialAndItemDetail"/>
						<xs:enumeration value="CustomsDeclarationWithoutItemDetail"/>
						<xs:enumeration value="RelatedDocument"/>
						<xs:enumeration value="ReceiptCustoms"/>
						<xs:enumeration value="ApplicationForExchangeAllocation"/>
						<xs:enumeration value="ForeignExchangePermit"/>
						<xs:enumeration value="ExchangeControlDeclarationImport"/>
						<xs:enumeration value="GoodsDeclarationForImportation"/>
						<xs:enumeration value="GoodsDeclarationForHomeUse"/>
						<xs:enumeration value="CustomsImmediateReleaseDeclaration"/>
						<xs:enumeration value="CustomsDeliveryNote"/>
						<xs:enumeration value="CargoDeclarationArrival"/>
						<xs:enumeration value="ValueDeclaration"/>
						<xs:enumeration value="CustomsInvoice"/>
						<xs:enumeration value="CustomsDeclarationPostParcels"/>
						<xs:enumeration value="TaxDeclarationValueAddedTax"/>
						<xs:enumeration value="TaxDeclarationGeneral"/>
						<xs:enumeration value="TaxDemand"/>
						<xs:enumeration value="EmbargoPermit"/>
						<xs:enumeration value="GoodsDeclarationForCustomsTransit"/>
						<xs:enumeration value="TifForm"/>
						<xs:enumeration value="TirCarnet"/>
						<xs:enumeration value="EcCarnet"/>
						<xs:enumeration value="Eur1CertificateOfOrigin"/>
						<xs:enumeration value="AtaCarnet"/>
						<xs:enumeration value="SingleAdministrativeDocument"/>
						<xs:enumeration value="GeneralResponseCustoms"/>
						<xs:enumeration value="DocumentResponseCustoms"/>
						<xs:enumeration value="ErrorResponseCustoms"/>
						<xs:enumeration value="PackageResponseCustoms"/>
						<xs:enumeration value="TaxCalculationConfirmationResponseCustoms"/>
						<xs:enumeration value="QuotaPriorAllocationCertificate"/>
						<xs:enumeration value="EndUseAuthorization"/>
						<xs:enumeration value="GovernmentContract"/>
						<xs:enumeration value="StatisticalDocumentImport"/>
						<xs:enumeration value="ApplicationForDocumentaryCredit"/>
						<xs:enumeration value="PreviousCustomsDocumentMessage"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="DocumentTypeCodedOther" type="xs:string">
				<xs:annotation>
					<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
					</xs:appinfo>
				</xs:annotation>
			</xs:attribute>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageDetail" element  -->
	<xs:element name="PackageDetail" b:cyclecount="1">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PackageType"/>
				<xs:element ref="NumberOfPackages"/>
				<xs:element ref="ListOfPackage" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageDescription" element  -->
	<xs:element name="PackageDescription">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ListOfPackageIdentifier" minOccurs="0"/>
				<xs:element ref="ContainerCounter" minOccurs="0"/>
				<xs:element ref="LoadOrderCounter" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageCharacteristicDescription" element  -->
	<xs:element name="PackageCharacteristicDescription">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Identifier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageCharacteristicCodedOther" element  -->
	<xs:element name="PackageCharacteristicCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageCharacteristicCoded" element  -->
	<xs:element name="PackageCharacteristicCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAWGQEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "PackageCharacteristic" element  -->
	<xs:element name="PackageCharacteristic">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PackageCharacteristicCoded"/>
				<xs:element ref="PackageCharacteristicCodedOther" minOccurs="0"/>
				<xs:element ref="PackageCharacteristicDescription"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Package" element  -->
	<xs:element name="Package">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PackageID"/>
				<xs:element ref="ListOfItemReference" minOccurs="0"/>
				<xs:element ref="ListOfPackageMark" minOccurs="0"/>
				<xs:element ref="ListOfPackageCharacteristic" minOccurs="0"/>
				<xs:element ref="ListOfDimension" minOccurs="0"/>
				<xs:element ref="ListOfPackageDescription" minOccurs="0"/>
				<xs:element ref="TransportReference" minOccurs="0"/>
				<xs:element ref="SpecialHandling" minOccurs="0"/>
				<xs:element ref="HazardousPackaging" minOccurs="0"/>
				<xs:element ref="AssociatedDocuments" minOccurs="0"/>
				<xs:element ref="ShippingInstructions" minOccurs="0"/>
				<xs:element ref="ReturnableContainerInfo" minOccurs="0"/>
				<xs:element ref="PackageDetail" maxOccurs="unbounded" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "POBox" element  -->
	<xs:element name="POBox">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:attribute name="POBoxPostalCode" type="xs:string">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
					</xs:attribute>
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OtherOrderReferences" element  -->
	<xs:element name="OtherOrderReferences">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfReferenceCoded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OtherItemIdentifiers" element  -->
	<xs:element name="OtherItemIdentifiers">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfProductIdentifierCoded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OtherContacts" element  -->
	<xs:element name="OtherContacts">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfContact"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OriginatingFIAccount" element  -->
	<xs:element name="OriginatingFIAccount">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="FIAccount"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderTypeCodedOther" element  -->
	<xs:element name="OrderTypeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderTypeCoded" element  -->
	<xs:element name="OrderTypeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDASKQEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderType" element  -->
	<xs:element name="OrderType">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="OrderTypeCoded"/>
				<xs:element ref="OrderTypeCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderTermsOfDelivery" element  -->
	<xs:element name="OrderTermsOfDelivery">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="TermsOfDelivery"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderTaxReference" element  -->
	<xs:element name="OrderTaxReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="TaxReference"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderSummary" element  -->
	<xs:element name="OrderSummary">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="NumberOfLines" minOccurs="0"/>
				<xs:element ref="TotalTax" minOccurs="0"/>
				<xs:element ref="TotalAmount" minOccurs="0"/>
				<xs:element ref="TransportPackagingTotals" minOccurs="0"/>
				<xs:element ref="SummaryNote" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderReferences" element  -->
	<xs:element name="OrderReferences">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="AccountCode" minOccurs="0"/>
				<xs:element ref="ContractReferences" minOccurs="0"/>
				<xs:element ref="QuoteReference" minOccurs="0"/>
				<xs:element ref="OtherOrderReferences" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderPaymentInstructions" element  -->
	<xs:element name="OrderPaymentInstructions">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PaymentInstructions"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderParty" element  -->
	<xs:element name="OrderParty">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="BuyerParty"/>
				<xs:element ref="BuyerTaxInformation" minOccurs="0"/>
				<xs:element ref="SellerParty"/>
				<xs:element ref="SellerTaxInformation" minOccurs="0"/>
				<xs:element ref="ShipToParty" minOccurs="0"/>
				<xs:element ref="BillToParty" minOccurs="0"/>
				<xs:element ref="RemitToParty" minOccurs="0"/>
				<xs:element ref="ShipFromParty" minOccurs="0"/>
				<xs:element ref="WarehouseParty" minOccurs="0"/>
				<xs:element ref="SoldToParty" minOccurs="0"/>
				<xs:element ref="ManufacturingToParty" minOccurs="0"/>
				<xs:element ref="MaterialIssuer" minOccurs="0"/>
				<xs:element ref="ListOfPartyCoded" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderNumber" element  -->
	<xs:element name="OrderNumber">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="BuyerOrderNumber"/>
				<xs:element ref="SellerOrderNumber" minOccurs="0"/>
				<xs:element ref="ListOfMessageID" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderLanguage" element  -->
	<xs:element name="OrderLanguage">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Language"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderIssueDate" element  -->
	<xs:element name="OrderIssueDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderInvoiceMediumTypeCodedOther" element  -->
	<xs:element name="OrderInvoiceMediumTypeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderInvoiceMediumTypeCoded" element  -->
	<xs:element name="OrderInvoiceMediumTypeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDA2PQEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderHeaderPrice" element  -->
	<xs:element name="OrderHeaderPrice">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfPrice"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderHeaderNote" element  -->
	<xs:element name="OrderHeaderNote">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderHeaderAttachments" element  -->
	<xs:element name="OrderHeaderAttachments">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfAttachment"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderHeader" element  -->
	<xs:element name="OrderHeader">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="OrderNumber"/>
				<xs:element ref="OrderIssueDate"/>
				<xs:element ref="OrderReferences" minOccurs="0"/>
				<xs:element ref="ReleaseNumber" minOccurs="0"/>
				<xs:element ref="Purpose"/>
				<xs:element ref="RequestedResponse" minOccurs="0"/>
				<xs:element ref="OrderType" minOccurs="0"/>
				<xs:element ref="OrderCurrency"/>
				<xs:element ref="TaxAccountingCurrency" minOccurs="0"/>
				<xs:element ref="OrderLanguage"/>
				<xs:element ref="OrderTaxReference" minOccurs="0"/>
				<xs:element ref="OrderInvoiceMediumTypeCoded" minOccurs="0"/>
				<xs:element ref="OrderInvoiceMediumTypeCodedOther" minOccurs="0"/>
				<xs:element ref="OrderDates" minOccurs="0"/>
				<xs:element ref="OrderParty"/>
				<xs:element ref="PartLocation" minOccurs="0"/>
				<xs:element ref="ListOfTransport" minOccurs="0"/>
				<xs:element ref="OrderTermsOfDelivery" minOccurs="0"/>
				<xs:element ref="OrderHeaderPrice" minOccurs="0"/>
				<xs:element ref="OrderPaymentInstructions" minOccurs="0"/>
				<xs:element ref="OrderAllowancesOrCharges" minOccurs="0"/>
				<xs:element ref="OrderHeaderNote" minOccurs="0"/>
				<xs:element ref="ListOfStructuredNote" minOccurs="0"/>
				<xs:element ref="OrderHeaderAttachments" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderDetail" element  -->
	<xs:element name="OrderDetail">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ListOfItemDetail"/>
				<xs:element ref="ListOfPackageDetail" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderDates" element  -->
	<xs:element name="OrderDates">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="RequestedShipByDate" minOccurs="0"/>
				<xs:element ref="RequestedDeliverByDate" minOccurs="0"/>
				<xs:element ref="PromiseDate" minOccurs="0"/>
				<xs:element ref="ValidityDates" minOccurs="0"/>
				<xs:element ref="CancelByDate" minOccurs="0"/>
				<xs:element ref="ListOfDateCoded" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderCurrency" element  -->
	<xs:element name="OrderCurrency">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Currency"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderContact" element  -->
	<xs:element name="OrderContact">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Contact"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OrderAllowancesOrCharges" element  -->
	<xs:element name="OrderAllowancesOrCharges">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfAllowOrCharge"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Order" element  -->
	<xs:element name="Order">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="OrderHeader"/>
				<xs:element ref="OrderDetail" minOccurs="0"/>
				<xs:element ref="OrderSummary" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OperationalTypeCodedOther" element  -->
	<xs:element name="OperationalTypeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OperationalTypeCoded" element  -->
	<xs:element name="OperationalTypeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAEWQEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "OffCatalogFlag" element  -->
	<xs:element name="OffCatalogFlag">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAJWQEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "NumberOfPackages" element  -->
	<xs:element name="NumberOfPackages">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "NumberOfLines" element  -->
	<xs:element name="NumberOfLines">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "NoteURL" element  -->
	<xs:element name="NoteURL">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:anyURI">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "NoteID" element  -->
	<xs:element name="NoteID">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "NetDueDate" element  -->
	<xs:element name="NetDueDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "NetDaysDue" element  -->
	<xs:element name="NetDaysDue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "NetDateTimeRefCodedOther" element  -->
	<xs:element name="NetDateTimeRefCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "NetDateTimeRefCoded" element  -->
	<xs:element name="NetDateTimeRefCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAKXQEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "NatureOfGoods" element  -->
	<xs:element name="NatureOfGoods">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Identifier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "NameAddress" element  -->
	<xs:element name="NameAddress">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ExternalAddressID" minOccurs="0"/>
				<xs:element ref="Name1"/>
				<xs:element ref="Name2" minOccurs="0"/>
				<xs:element ref="Name3" minOccurs="0"/>
				<xs:element ref="Identifier" minOccurs="0"/>
				<xs:element ref="POBox" minOccurs="0"/>
				<xs:element ref="Street" minOccurs="0"/>
				<xs:element ref="HouseNumber" minOccurs="0"/>
				<xs:element ref="StreetSupplement1" minOccurs="0"/>
				<xs:element ref="StreetSupplement2" minOccurs="0"/>
				<xs:element ref="Building" minOccurs="0"/>
				<xs:element ref="Floor" minOccurs="0"/>
				<xs:element ref="RoomNumber" minOccurs="0"/>
				<xs:element ref="InhouseMail" minOccurs="0"/>
				<xs:element ref="Department" minOccurs="0"/>
				<xs:element ref="PostalCode" minOccurs="0"/>
				<xs:element ref="City" minOccurs="0"/>
				<xs:element ref="County" minOccurs="0"/>
				<xs:element ref="Region" minOccurs="0"/>
				<xs:element ref="District" minOccurs="0"/>
				<xs:element ref="Country" minOccurs="0"/>
				<xs:element ref="Timezone" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:attribute name="AddressTypeCoded" default="NotApplicable">
				<xs:annotation>
					<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
					</xs:appinfo>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:NMTOKEN">
						<xs:enumeration value="Other"/>
						<xs:enumeration value="AcceptanceLocation"/>
						<xs:enumeration value="AccountsPayableOffice"/>
						<xs:enumeration value="AcknowledgementRecipient"/>
						<xs:enumeration value="AdditionalAddress"/>
						<xs:enumeration value="AdditionalDeliveryAddress"/>
						<xs:enumeration value="AdditionalPickUpAddress"/>
						<xs:enumeration value="AlcoholBeverageDepartment"/>
						<xs:enumeration value="AlternateReturnAddress"/>
						<xs:enumeration value="AlternativeAddressee"/>
						<xs:enumeration value="AuditOffice"/>
						<xs:enumeration value="BailmentWarehouse"/>
						<xs:enumeration value="BidOpeningLocation"/>
						<xs:enumeration value="BillAndShipTo"/>
						<xs:enumeration value="BilledFrom"/>
						<xs:enumeration value="BillOfLadingRecipient"/>
						<xs:enumeration value="BillTo"/>
						<xs:enumeration value="BookingOffice"/>
						<xs:enumeration value="CandyAndConfectionsDepartment"/>
						<xs:enumeration value="ChangedAddress"/>
						<xs:enumeration value="CompanyAssignedWell"/>
						<xs:enumeration value="Company-OwnedOilField"/>
						<xs:enumeration value="ConsigneeCourierTransferStation"/>
						<xs:enumeration value="ConsignorCourierTransferStation"/>
						<xs:enumeration value="ConsultantsOffice"/>
						<xs:enumeration value="ContactOffice"/>
						<xs:enumeration value="ContainerLocation"/>
						<xs:enumeration value="CopyMessageTo"/>
						<xs:enumeration value="CorporateOffice"/>
						<xs:enumeration value="CorrectedAddress"/>
						<xs:enumeration value="DeliveryAddress"/>
						<xs:enumeration value="DestinationMailFacility"/>
						<xs:enumeration value="DifferentPremiseAddress"/>
						<xs:enumeration value="DistributionRecipient"/>
						<xs:enumeration value="DocumentOrMessageIssuerOrSender"/>
						<xs:enumeration value="DocumentRecipient"/>
						<xs:enumeration value="DomesticFinancialInstitution"/>
						<xs:enumeration value="DownstreamMeterLocation"/>
						<xs:enumeration value="Drop-OffLocation"/>
						<xs:enumeration value="EmergencyDepartment"/>
						<xs:enumeration value="EstablishedLocation"/>
						<xs:enumeration value="EventLocation"/>
						<xs:enumeration value="FilingAddress"/>
						<xs:enumeration value="FilingLocation"/>
						<xs:enumeration value="FilingOffice"/>
						<xs:enumeration value="FinalMessageRecipient"/>
						<xs:enumeration value="FinalRecipient"/>
						<xs:enumeration value="FinalScheduledDestination"/>
						<xs:enumeration value="FinancialInstitution"/>
						<xs:enumeration value="FirstContact"/>
						<xs:enumeration value="FloralDepartment"/>
						<xs:enumeration value="ForeignDisclosureInformationOffice"/>
						<xs:enumeration value="ForeignOffice"/>
						<xs:enumeration value="ForeignRegistrationLocation"/>
						<xs:enumeration value="FormerAddress"/>
						<xs:enumeration value="FreeonBoardPoint"/>
						<xs:enumeration value="FrozenDepartment"/>
						<xs:enumeration value="GaragedLocation"/>
						<xs:enumeration value="GasPlant"/>
						<xs:enumeration value="GasTransactionEndingPoint"/>
						<xs:enumeration value="GasTransactionPoint1"/>
						<xs:enumeration value="GasTransactionPoint2"/>
						<xs:enumeration value="GasTransactionStartingPoint"/>
						<xs:enumeration value="HazardousMaterialOffice"/>
						<xs:enumeration value="HeadOffice"/>
						<xs:enumeration value="HomeOffice"/>
						<xs:enumeration value="ImportedFromLocation"/>
						<xs:enumeration value="IncorporatedLocation"/>
						<xs:enumeration value="IncorporationStatePlaceOfBusiness"/>
						<xs:enumeration value="IncorporationStatePrincipalOffice"/>
						<xs:enumeration value="InquiryAddress"/>
						<xs:enumeration value="InspectionAddress"/>
						<xs:enumeration value="InspectionAndAcceptanceLocation"/>
						<xs:enumeration value="InspectionLocation"/>
						<xs:enumeration value="InstalledAt"/>
						<xs:enumeration value="In-StoreBakeryDepartment"/>
						<xs:enumeration value="InsuredLocation"/>
						<xs:enumeration value="Laboratory"/>
						<xs:enumeration value="LastBreakTerminal"/>
						<xs:enumeration value="LeaseLocation"/>
						<xs:enumeration value="ListingOffice"/>
						<xs:enumeration value="LocalChain"/>
						<xs:enumeration value="LocationOfGoods"/>
						<xs:enumeration value="LocationOfGoodsForCustomsExaminationBeforeClearance"/>
						<xs:enumeration value="LocationOfLoadExchange"/>
						<xs:enumeration value="LocationOfSpotForStorage"/>
						<xs:enumeration value="Lot"/>
						<xs:enumeration value="MailAddress"/>
						<xs:enumeration value="MailTo"/>
						<xs:enumeration value="ManufacturingPlant"/>
						<xs:enumeration value="MasterProperty"/>
						<xs:enumeration value="MaterialChangeNoticeAddress"/>
						<xs:enumeration value="MaterialDispositionAuthorizationLocation"/>
						<xs:enumeration value="MeatDepartment"/>
						<xs:enumeration value="MeetingLocation"/>
						<xs:enumeration value="MessageFrom"/>
						<xs:enumeration value="MessageRecipient"/>
						<xs:enumeration value="MessageTo"/>
						<xs:enumeration value="Neighborhood"/>
						<xs:enumeration value="NewAddress"/>
						<xs:enumeration value="NewSupplySource"/>
						<xs:enumeration value="NextDestination"/>
						<xs:enumeration value="NextScheduledDestination"/>
						<xs:enumeration value="Non-TemporaryStorageFacility"/>
						<xs:enumeration value="NotApplicable"/>
						<xs:enumeration value="OperatorOfTheTransferPoint"/>
						<xs:enumeration value="OriginalLocation"/>
						<xs:enumeration value="OriginMailFacility"/>
						<xs:enumeration value="OriginSublocation"/>
						<xs:enumeration value="OriginTerminal"/>
						<xs:enumeration value="OtherDepartments"/>
						<xs:enumeration value="OuterContinentalShelfAreaLocation"/>
						<xs:enumeration value="Out-Of-StatePrincipalOffice"/>
						<xs:enumeration value="OwningInventoryControlPoint"/>
						<xs:enumeration value="PartSource"/>
						<xs:enumeration value="PaymentAddress"/>
						<xs:enumeration value="PersonnelOffice"/>
						<xs:enumeration value="PharmacyDepartment"/>
						<xs:enumeration value="PhysicalAddress"/>
						<xs:enumeration value="PickUpAddress"/>
						<xs:enumeration value="Pipeline"/>
						<xs:enumeration value="PipelineSegment"/>
						<xs:enumeration value="PipelineSegmentBoundary"/>
						<xs:enumeration value="PlaceOfBottling"/>
						<xs:enumeration value="PlaceOfBusiness"/>
						<xs:enumeration value="PostalMailingAddress"/>
						<xs:enumeration value="PreliminaryInspectionLocation"/>
						<xs:enumeration value="Premises"/>
						<xs:enumeration value="PresentAddress"/>
						<xs:enumeration value="PrimaryControlPointLocation"/>
						<xs:enumeration value="ProduceDepartment"/>
						<xs:enumeration value="ProductServicesAndRepairsCentre"/>
						<xs:enumeration value="ProjectCoordinationOffice"/>
						<xs:enumeration value="ProjectManagementOffice"/>
						<xs:enumeration value="ProjectProperty"/>
						<xs:enumeration value="Property"/>
						<xs:enumeration value="QualityControl"/>
						<xs:enumeration value="RadioControlStationLocation"/>
						<xs:enumeration value="Railroad"/>
						<xs:enumeration value="ReceiptMeterLocation"/>
						<xs:enumeration value="ReceiptZone"/>
						<xs:enumeration value="ReceivedFrom"/>
						<xs:enumeration value="ReceiverSite"/>
						<xs:enumeration value="ReceivingLocation"/>
						<xs:enumeration value="ReceivingPointForCustomerSamples"/>
						<xs:enumeration value="ReceivingSub-Location"/>
						<xs:enumeration value="ReclamationCenter"/>
						<xs:enumeration value="Record-KeepingAddress"/>
						<xs:enumeration value="Refinery"/>
						<xs:enumeration value="RegionalOffice"/>
						<xs:enumeration value="RegisteredOffice"/>
						<xs:enumeration value="ReleaseTo"/>
						<xs:enumeration value="RemitTo"/>
						<xs:enumeration value="RepairingOutlet"/>
						<xs:enumeration value="RepairOrRefurbishLocation"/>
						<xs:enumeration value="ReportingLocation"/>
						<xs:enumeration value="ResearchInstitute"/>
						<xs:enumeration value="ResidenceOrDomicile"/>
						<xs:enumeration value="ReturnedTo"/>
						<xs:enumeration value="RoutingPoint"/>
						<xs:enumeration value="SalesOffice"/>
						<xs:enumeration value="SamplesToBeReturnedTo"/>
						<xs:enumeration value="SamplingLocation"/>
						<xs:enumeration value="SecondaryLocationAddress"/>
						<xs:enumeration value="SecondHome"/>
						<xs:enumeration value="SellingOffice"/>
						<xs:enumeration value="ServiceBureau"/>
						<xs:enumeration value="ServiceLocation"/>
						<xs:enumeration value="ShelteredWorkshop"/>
						<xs:enumeration value="ShipFrom"/>
						<xs:enumeration value="ShipTo"/>
						<xs:enumeration value="SmallBaseStationLocation"/>
						<xs:enumeration value="SmallControlStationLocation"/>
						<xs:enumeration value="SoldToAndShipTo"/>
						<xs:enumeration value="SoldToIfDifferentFromBillTo"/>
						<xs:enumeration value="StorageArea"/>
						<xs:enumeration value="StorageFacilityatDestination"/>
						<xs:enumeration value="StorageFacilityAtOrigin"/>
						<xs:enumeration value="Store"/>
						<xs:enumeration value="SoldTo"/>
						<xs:enumeration value="SubcontractOrCognizantSecurityOffice"/>
						<xs:enumeration value="SubjectProperty"/>
						<xs:enumeration value="Sub-Office"/>
						<xs:enumeration value="Subsidiary"/>
						<xs:enumeration value="SubsidiaryDivision"/>
						<xs:enumeration value="SupplierOrManufacturer"/>
						<xs:enumeration value="SuppliersCorporateOffice"/>
						<xs:enumeration value="SupplySource"/>
						<xs:enumeration value="TankFarm"/>
						<xs:enumeration value="TaxAddress"/>
						<xs:enumeration value="TaxCollectorsOffice"/>
						<xs:enumeration value="TechnicalOffice"/>
						<xs:enumeration value="Terminal"/>
						<xs:enumeration value="TerminalLocation"/>
						<xs:enumeration value="TestingLaboratory"/>
						<xs:enumeration value="ToolSource"/>
						<xs:enumeration value="TransferPoint"/>
						<xs:enumeration value="TransferTo"/>
						<xs:enumeration value="TransportationOffice"/>
						<xs:enumeration value="UltimateConsignee"/>
						<xs:enumeration value="UltimateCustomer"/>
						<xs:enumeration value="UltimateParentCompany"/>
						<xs:enumeration value="UnitProperty"/>
						<xs:enumeration value="UpstreamMeterLocation"/>
						<xs:enumeration value="VacationHome"/>
						<xs:enumeration value="Vendor"/>
						<xs:enumeration value="VideoDepartment"/>
						<xs:enumeration value="Warehouse"/>
						<xs:enumeration value="Wholesaler"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="AddressTypeCodedOther" type="xs:string">
				<xs:annotation>
					<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
					</xs:appinfo>
				</xs:annotation>
			</xs:attribute>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Name3" element  -->
	<xs:element name="Name3">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Name2" element  -->
	<xs:element name="Name2">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Name1" element  -->
	<xs:element name="Name1">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Multiplier" element  -->
	<xs:element name="Multiplier">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MonetaryValue" element  -->
	<xs:element name="MonetaryValue">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="MonetaryAmount"/>
				<xs:element ref="Currency" minOccurs="0"/>
				<xs:element ref="RateOfExchangeDetail" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MonetaryRange" element  -->
	<xs:element name="MonetaryRange">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="MinimumMonetaryValue"/>
				<xs:element ref="MaximumMonetaryValue"/>
				<xs:element ref="Currency"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MonetaryLimitValue" element  -->
	<xs:element name="MonetaryLimitValue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MonetaryLimit" element  -->
	<xs:element name="MonetaryLimit">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="MonetaryLimitValue"/>
				<xs:element ref="Currency"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:attribute name="SignificanceCoded">
				<xs:annotation>
					<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
					</xs:appinfo>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:NMTOKEN">
						<xs:enumeration value="Other"/>
						<xs:enumeration value="Approximately"/>
						<xs:enumeration value="EqualTo"/>
						<xs:enumeration value="GreaterThanOrEqualTo"/>
						<xs:enumeration value="GreaterThan"/>
						<xs:enumeration value="LessThan"/>
						<xs:enumeration value="LessThanOrEqualTo"/>
						<xs:enumeration value="NotEqualTo"/>
						<xs:enumeration value="Trace"/>
						<xs:enumeration value="TrueValue"/>
						<xs:enumeration value="ObservedValue"/>
						<xs:enumeration value="OutOfRange"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="SignificanceCodedOther" type="xs:string">
				<xs:annotation>
					<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
					</xs:appinfo>
				</xs:annotation>
			</xs:attribute>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MonetaryAmount" element  -->
	<xs:element name="MonetaryAmount">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MinimumValue" element  -->
	<xs:element name="MinimumValue">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:attribute name="SignificanceCoded">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:NMTOKEN">
								<xs:enumeration value="Other"/>
								<xs:enumeration value="Approximately"/>
								<xs:enumeration value="EqualTo"/>
								<xs:enumeration value="GreaterThanOrEqualTo"/>
								<xs:enumeration value="GreaterThan"/>
								<xs:enumeration value="LessThan"/>
								<xs:enumeration value="LessThanOrEqualTo"/>
								<xs:enumeration value="NotEqualTo"/>
								<xs:enumeration value="Trace"/>
								<xs:enumeration value="TrueValue"/>
								<xs:enumeration value="ObservedValue"/>
								<xs:enumeration value="OutOfRange"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
					<xs:attribute name="SignificanceCodedOther" type="xs:string">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
					</xs:attribute>
					<xs:attribute name="ConditionsCoded">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:NMTOKEN">
								<xs:enumeration value="Other"/>
								<xs:enumeration value="WhereAirEquals1"/>
								<xs:enumeration value="WhereButylAcetateEquals1"/>
								<xs:enumeration value="WhereH2OEquals1OrWaterEquals1"/>
								<xs:enumeration value="CorrectedTo60DegreesFahrenheit"/>
								<xs:enumeration value="WhereTolueneEquals1"/>
								<xs:enumeration value="VaporInAir"/>
								<xs:enumeration value="VaporInOtherThanAir"/>
								<xs:enumeration value="StandardTemperatureAndPressure"/>
								<xs:enumeration value="ConditionsOtherThanStandardTemperatureAndPressure"/>
								<xs:enumeration value="InEthylAlcohol"/>
								<xs:enumeration value="InEthylEther"/>
								<xs:enumeration value="InWater"/>
								<xs:enumeration value="At1AtmospherePressure"/>
								<xs:enumeration value="WhereEtherEquals1"/>
								<xs:enumeration value="Actual"/>
								<xs:enumeration value="Predicted"/>
								<xs:enumeration value="Air-DriedBasis"/>
								<xs:enumeration value="As-ReceivedBasis"/>
								<xs:enumeration value="DryBasis"/>
								<xs:enumeration value="EquilibriumBasis"/>
								<xs:enumeration value="MoistureAndAsh-FreeBasis"/>
								<xs:enumeration value="OxidizingAtmosphere"/>
								<xs:enumeration value="ReducingAtmosphere"/>
								<xs:enumeration value="Calculated"/>
								<xs:enumeration value="ScaledWeight"/>
								<xs:enumeration value="Ratchet"/>
								<xs:enumeration value="SaturatedVapor"/>
								<xs:enumeration value="Unconditional"/>
								<xs:enumeration value="Short-Term"/>
								<xs:enumeration value="Time-Weighted"/>
								<xs:enumeration value="Corrected"/>
								<xs:enumeration value="Uncorrected"/>
								<xs:enumeration value="OffPeak"/>
								<xs:enumeration value="OnPeak"/>
								<xs:enumeration value="Intermediate"/>
								<xs:enumeration value="Average"/>
								<xs:enumeration value="PerGallon"/>
								<xs:enumeration value="Estimated"/>
								<xs:enumeration value="Minimum"/>
								<xs:enumeration value="Mist"/>
								<xs:enumeration value="Predominant"/>
								<xs:enumeration value="Total"/>
								<xs:enumeration value="Cost"/>
								<xs:enumeration value="Tenant"/>
								<xs:enumeration value="Owner"/>
								<xs:enumeration value="ForSale"/>
								<xs:enumeration value="RealEstateOwnedOrCorporateOwned"/>
								<xs:enumeration value="BoardedOrBlockedUp"/>
								<xs:enumeration value="Planned"/>
								<xs:enumeration value="Completed"/>
								<xs:enumeration value="Sold"/>
								<xs:enumeration value="Rented"/>
								<xs:enumeration value="Current"/>
								<xs:enumeration value="CurrentList"/>
								<xs:enumeration value="Effective"/>
								<xs:enumeration value="ListWhenSold"/>
								<xs:enumeration value="Sales"/>
								<xs:enumeration value="FinalList"/>
								<xs:enumeration value="AsIs"/>
								<xs:enumeration value="AsRepairedOrImproved"/>
								<xs:enumeration value="Instantaneous"/>
								<xs:enumeration value="Low"/>
								<xs:enumeration value="LowToGood"/>
								<xs:enumeration value="LowToHigh"/>
								<xs:enumeration value="LowToMedium"/>
								<xs:enumeration value="LowToModerate"/>
								<xs:enumeration value="Medium"/>
								<xs:enumeration value="MediumToGood"/>
								<xs:enumeration value="MediumToHigh"/>
								<xs:enumeration value="Moderate"/>
								<xs:enumeration value="ModerateToGood"/>
								<xs:enumeration value="ModerateToHigh"/>
								<xs:enumeration value="ModerateToMedium"/>
								<xs:enumeration value="Good"/>
								<xs:enumeration value="GoodToHigh"/>
								<xs:enumeration value="High"/>
								<xs:enumeration value="Budgeted"/>
								<xs:enumeration value="Forecast"/>
								<xs:enumeration value="Adjusted"/>
								<xs:enumeration value="Allocated"/>
								<xs:enumeration value="Increasing"/>
								<xs:enumeration value="Stable"/>
								<xs:enumeration value="Declining"/>
								<xs:enumeration value="Previous"/>
								<xs:enumeration value="Potential"/>
								<xs:enumeration value="Modeled"/>
								<xs:enumeration value="Measured"/>
								<xs:enumeration value="Maximum"/>
								<xs:enumeration value="SummerOn-Peak"/>
								<xs:enumeration value="SummerMid-Peak"/>
								<xs:enumeration value="SummerOff-Peak"/>
								<xs:enumeration value="SummerSuperOn-Peak"/>
								<xs:enumeration value="SummerSuperOff-Peak"/>
								<xs:enumeration value="WinterOn-Peak"/>
								<xs:enumeration value="WinterMid-Peak"/>
								<xs:enumeration value="WinterOff-Peak"/>
								<xs:enumeration value="WinterSuperOn-Peak"/>
								<xs:enumeration value="WinterSuperOff-Peak"/>
								<xs:enumeration value="SummerDay"/>
								<xs:enumeration value="SummerNight"/>
								<xs:enumeration value="WinterDay"/>
								<xs:enumeration value="WinterNight"/>
								<xs:enumeration value="Summer"/>
								<xs:enumeration value="Winter"/>
								<xs:enumeration value="Day"/>
								<xs:enumeration value="Night"/>
								<xs:enumeration value="Peak-2"/>
								<xs:enumeration value="Peak-3"/>
								<xs:enumeration value="Peak-4"/>
								<xs:enumeration value="Shoulder"/>
								<xs:enumeration value="NonTimeRelatedDemand"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
					<xs:attribute name="ConditionsCodedOther" type="xs:string">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
					</xs:attribute>
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MinimumMonetaryValue" element  -->
	<xs:element name="MinimumMonetaryValue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Mfag" element  -->
	<xs:element name="Mfag">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MethodOfHandlingCodedOther" element  -->
	<xs:element name="MethodOfHandlingCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MethodOfHandlingCoded" element  -->
	<xs:element name="MethodOfHandlingCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDA44QEB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MessageID" element  -->
	<xs:element name="MessageID">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="IDNumber"/>
				<xs:element ref="IDAssignedBy"/>
				<xs:element ref="IDAssignedDate" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MeasurementValue" element  -->
	<xs:element name="MeasurementValue">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:attribute name="SignificanceCoded">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:NMTOKEN">
								<xs:enumeration value="Other"/>
								<xs:enumeration value="Approximately"/>
								<xs:enumeration value="EqualTo"/>
								<xs:enumeration value="GreaterThanOrEqualTo"/>
								<xs:enumeration value="GreaterThan"/>
								<xs:enumeration value="LessThan"/>
								<xs:enumeration value="LessThanOrEqualTo"/>
								<xs:enumeration value="NotEqualTo"/>
								<xs:enumeration value="Trace"/>
								<xs:enumeration value="TrueValue"/>
								<xs:enumeration value="ObservedValue"/>
								<xs:enumeration value="OutOfRange"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
					<xs:attribute name="SignificanceCodedOther" type="xs:string">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
					</xs:attribute>
					<xs:attribute name="ConditionsCoded">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:NMTOKEN">
								<xs:enumeration value="Other"/>
								<xs:enumeration value="WhereAirEquals1"/>
								<xs:enumeration value="WhereButylAcetateEquals1"/>
								<xs:enumeration value="WhereH2OEquals1OrWaterEquals1"/>
								<xs:enumeration value="CorrectedTo60DegreesFahrenheit"/>
								<xs:enumeration value="WhereTolueneEquals1"/>
								<xs:enumeration value="VaporInAir"/>
								<xs:enumeration value="VaporInOtherThanAir"/>
								<xs:enumeration value="StandardTemperatureAndPressure"/>
								<xs:enumeration value="ConditionsOtherThanStandardTemperatureAndPressure"/>
								<xs:enumeration value="InEthylAlcohol"/>
								<xs:enumeration value="InEthylEther"/>
								<xs:enumeration value="InWater"/>
								<xs:enumeration value="At1AtmospherePressure"/>
								<xs:enumeration value="WhereEtherEquals1"/>
								<xs:enumeration value="Actual"/>
								<xs:enumeration value="Predicted"/>
								<xs:enumeration value="Air-DriedBasis"/>
								<xs:enumeration value="As-ReceivedBasis"/>
								<xs:enumeration value="DryBasis"/>
								<xs:enumeration value="EquilibriumBasis"/>
								<xs:enumeration value="MoistureAndAsh-FreeBasis"/>
								<xs:enumeration value="OxidizingAtmosphere"/>
								<xs:enumeration value="ReducingAtmosphere"/>
								<xs:enumeration value="Calculated"/>
								<xs:enumeration value="ScaledWeight"/>
								<xs:enumeration value="Ratchet"/>
								<xs:enumeration value="SaturatedVapor"/>
								<xs:enumeration value="Unconditional"/>
								<xs:enumeration value="Short-Term"/>
								<xs:enumeration value="Time-Weighted"/>
								<xs:enumeration value="Corrected"/>
								<xs:enumeration value="Uncorrected"/>
								<xs:enumeration value="OffPeak"/>
								<xs:enumeration value="OnPeak"/>
								<xs:enumeration value="Intermediate"/>
								<xs:enumeration value="Average"/>
								<xs:enumeration value="PerGallon"/>
								<xs:enumeration value="Estimated"/>
								<xs:enumeration value="Minimum"/>
								<xs:enumeration value="Mist"/>
								<xs:enumeration value="Predominant"/>
								<xs:enumeration value="Total"/>
								<xs:enumeration value="Cost"/>
								<xs:enumeration value="Tenant"/>
								<xs:enumeration value="Owner"/>
								<xs:enumeration value="ForSale"/>
								<xs:enumeration value="RealEstateOwnedOrCorporateOwned"/>
								<xs:enumeration value="BoardedOrBlockedUp"/>
								<xs:enumeration value="Planned"/>
								<xs:enumeration value="Completed"/>
								<xs:enumeration value="Sold"/>
								<xs:enumeration value="Rented"/>
								<xs:enumeration value="Current"/>
								<xs:enumeration value="CurrentList"/>
								<xs:enumeration value="Effective"/>
								<xs:enumeration value="ListWhenSold"/>
								<xs:enumeration value="Sales"/>
								<xs:enumeration value="FinalList"/>
								<xs:enumeration value="AsIs"/>
								<xs:enumeration value="AsRepairedOrImproved"/>
								<xs:enumeration value="Instantaneous"/>
								<xs:enumeration value="Low"/>
								<xs:enumeration value="LowToGood"/>
								<xs:enumeration value="LowToHigh"/>
								<xs:enumeration value="LowToMedium"/>
								<xs:enumeration value="LowToModerate"/>
								<xs:enumeration value="Medium"/>
								<xs:enumeration value="MediumToGood"/>
								<xs:enumeration value="MediumToHigh"/>
								<xs:enumeration value="Moderate"/>
								<xs:enumeration value="ModerateToGood"/>
								<xs:enumeration value="ModerateToHigh"/>
								<xs:enumeration value="ModerateToMedium"/>
								<xs:enumeration value="Good"/>
								<xs:enumeration value="GoodToHigh"/>
								<xs:enumeration value="High"/>
								<xs:enumeration value="Budgeted"/>
								<xs:enumeration value="Forecast"/>
								<xs:enumeration value="Adjusted"/>
								<xs:enumeration value="Allocated"/>
								<xs:enumeration value="Increasing"/>
								<xs:enumeration value="Stable"/>
								<xs:enumeration value="Declining"/>
								<xs:enumeration value="Previous"/>
								<xs:enumeration value="Potential"/>
								<xs:enumeration value="Modeled"/>
								<xs:enumeration value="Measured"/>
								<xs:enumeration value="Maximum"/>
								<xs:enumeration value="SummerOn-Peak"/>
								<xs:enumeration value="SummerMid-Peak"/>
								<xs:enumeration value="SummerOff-Peak"/>
								<xs:enumeration value="SummerSuperOn-Peak"/>
								<xs:enumeration value="SummerSuperOff-Peak"/>
								<xs:enumeration value="WinterOn-Peak"/>
								<xs:enumeration value="WinterMid-Peak"/>
								<xs:enumeration value="WinterOff-Peak"/>
								<xs:enumeration value="WinterSuperOn-Peak"/>
								<xs:enumeration value="WinterSuperOff-Peak"/>
								<xs:enumeration value="SummerDay"/>
								<xs:enumeration value="SummerNight"/>
								<xs:enumeration value="WinterDay"/>
								<xs:enumeration value="WinterNight"/>
								<xs:enumeration value="Summer"/>
								<xs:enumeration value="Winter"/>
								<xs:enumeration value="Day"/>
								<xs:enumeration value="Night"/>
								<xs:enumeration value="Peak-2"/>
								<xs:enumeration value="Peak-3"/>
								<xs:enumeration value="Peak-4"/>
								<xs:enumeration value="Shoulder"/>
								<xs:enumeration value="NonTimeRelatedDemand"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
					<xs:attribute name="ConditionsCodedOther" type="xs:string">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
					</xs:attribute>
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MeasurementRange" element  -->
	<xs:element name="MeasurementRange">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="MinimumValue"/>
				<xs:element ref="MaximumValue"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Measurement" element  -->
	<xs:element name="Measurement">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="MeasurementValue" minOccurs="0"/>
				<xs:element ref="MeasurementRange" minOccurs="0"/>
				<xs:element ref="UnitOfMeasurement"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MaximumValue" element  -->
	<xs:element name="MaximumValue">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:attribute name="SignificanceCoded">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:NMTOKEN">
								<xs:enumeration value="Other"/>
								<xs:enumeration value="Approximately"/>
								<xs:enumeration value="EqualTo"/>
								<xs:enumeration value="GreaterThanOrEqualTo"/>
								<xs:enumeration value="GreaterThan"/>
								<xs:enumeration value="LessThan"/>
								<xs:enumeration value="LessThanOrEqualTo"/>
								<xs:enumeration value="NotEqualTo"/>
								<xs:enumeration value="Trace"/>
								<xs:enumeration value="TrueValue"/>
								<xs:enumeration value="ObservedValue"/>
								<xs:enumeration value="OutOfRange"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
					<xs:attribute name="SignificanceCodedOther" type="xs:string">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
					</xs:attribute>
					<xs:attribute name="ConditionsCoded">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:NMTOKEN">
								<xs:enumeration value="Other"/>
								<xs:enumeration value="WhereAirEquals1"/>
								<xs:enumeration value="WhereButylAcetateEquals1"/>
								<xs:enumeration value="WhereH2OEquals1OrWaterEquals1"/>
								<xs:enumeration value="CorrectedTo60DegreesFahrenheit"/>
								<xs:enumeration value="WhereTolueneEquals1"/>
								<xs:enumeration value="VaporInAir"/>
								<xs:enumeration value="VaporInOtherThanAir"/>
								<xs:enumeration value="StandardTemperatureAndPressure"/>
								<xs:enumeration value="ConditionsOtherThanStandardTemperatureAndPressure"/>
								<xs:enumeration value="InEthylAlcohol"/>
								<xs:enumeration value="InEthylEther"/>
								<xs:enumeration value="InWater"/>
								<xs:enumeration value="At1AtmospherePressure"/>
								<xs:enumeration value="WhereEtherEquals1"/>
								<xs:enumeration value="Actual"/>
								<xs:enumeration value="Predicted"/>
								<xs:enumeration value="Air-DriedBasis"/>
								<xs:enumeration value="As-ReceivedBasis"/>
								<xs:enumeration value="DryBasis"/>
								<xs:enumeration value="EquilibriumBasis"/>
								<xs:enumeration value="MoistureAndAsh-FreeBasis"/>
								<xs:enumeration value="OxidizingAtmosphere"/>
								<xs:enumeration value="ReducingAtmosphere"/>
								<xs:enumeration value="Calculated"/>
								<xs:enumeration value="ScaledWeight"/>
								<xs:enumeration value="Ratchet"/>
								<xs:enumeration value="SaturatedVapor"/>
								<xs:enumeration value="Unconditional"/>
								<xs:enumeration value="Short-Term"/>
								<xs:enumeration value="Time-Weighted"/>
								<xs:enumeration value="Corrected"/>
								<xs:enumeration value="Uncorrected"/>
								<xs:enumeration value="OffPeak"/>
								<xs:enumeration value="OnPeak"/>
								<xs:enumeration value="Intermediate"/>
								<xs:enumeration value="Average"/>
								<xs:enumeration value="PerGallon"/>
								<xs:enumeration value="Estimated"/>
								<xs:enumeration value="Minimum"/>
								<xs:enumeration value="Mist"/>
								<xs:enumeration value="Predominant"/>
								<xs:enumeration value="Total"/>
								<xs:enumeration value="Cost"/>
								<xs:enumeration value="Tenant"/>
								<xs:enumeration value="Owner"/>
								<xs:enumeration value="ForSale"/>
								<xs:enumeration value="RealEstateOwnedOrCorporateOwned"/>
								<xs:enumeration value="BoardedOrBlockedUp"/>
								<xs:enumeration value="Planned"/>
								<xs:enumeration value="Completed"/>
								<xs:enumeration value="Sold"/>
								<xs:enumeration value="Rented"/>
								<xs:enumeration value="Current"/>
								<xs:enumeration value="CurrentList"/>
								<xs:enumeration value="Effective"/>
								<xs:enumeration value="ListWhenSold"/>
								<xs:enumeration value="Sales"/>
								<xs:enumeration value="FinalList"/>
								<xs:enumeration value="AsIs"/>
								<xs:enumeration value="AsRepairedOrImproved"/>
								<xs:enumeration value="Instantaneous"/>
								<xs:enumeration value="Low"/>
								<xs:enumeration value="LowToGood"/>
								<xs:enumeration value="LowToHigh"/>
								<xs:enumeration value="LowToMedium"/>
								<xs:enumeration value="LowToModerate"/>
								<xs:enumeration value="Medium"/>
								<xs:enumeration value="MediumToGood"/>
								<xs:enumeration value="MediumToHigh"/>
								<xs:enumeration value="Moderate"/>
								<xs:enumeration value="ModerateToGood"/>
								<xs:enumeration value="ModerateToHigh"/>
								<xs:enumeration value="ModerateToMedium"/>
								<xs:enumeration value="Good"/>
								<xs:enumeration value="GoodToHigh"/>
								<xs:enumeration value="High"/>
								<xs:enumeration value="Budgeted"/>
								<xs:enumeration value="Forecast"/>
								<xs:enumeration value="Adjusted"/>
								<xs:enumeration value="Allocated"/>
								<xs:enumeration value="Increasing"/>
								<xs:enumeration value="Stable"/>
								<xs:enumeration value="Declining"/>
								<xs:enumeration value="Previous"/>
								<xs:enumeration value="Potential"/>
								<xs:enumeration value="Modeled"/>
								<xs:enumeration value="Measured"/>
								<xs:enumeration value="Maximum"/>
								<xs:enumeration value="SummerOn-Peak"/>
								<xs:enumeration value="SummerMid-Peak"/>
								<xs:enumeration value="SummerOff-Peak"/>
								<xs:enumeration value="SummerSuperOn-Peak"/>
								<xs:enumeration value="SummerSuperOff-Peak"/>
								<xs:enumeration value="WinterOn-Peak"/>
								<xs:enumeration value="WinterMid-Peak"/>
								<xs:enumeration value="WinterOff-Peak"/>
								<xs:enumeration value="WinterSuperOn-Peak"/>
								<xs:enumeration value="WinterSuperOff-Peak"/>
								<xs:enumeration value="SummerDay"/>
								<xs:enumeration value="SummerNight"/>
								<xs:enumeration value="WinterDay"/>
								<xs:enumeration value="WinterNight"/>
								<xs:enumeration value="Summer"/>
								<xs:enumeration value="Winter"/>
								<xs:enumeration value="Day"/>
								<xs:enumeration value="Night"/>
								<xs:enumeration value="Peak-2"/>
								<xs:enumeration value="Peak-3"/>
								<xs:enumeration value="Peak-4"/>
								<xs:enumeration value="Shoulder"/>
								<xs:enumeration value="NonTimeRelatedDemand"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
					<xs:attribute name="ConditionsCodedOther" type="xs:string">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
					</xs:attribute>
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MaximumMonetaryValue" element  -->
	<xs:element name="MaximumMonetaryValue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MaxBackOrderQuantity" element  -->
	<xs:element name="MaxBackOrderQuantity">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Quantity"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MaterialIssuer" element  -->
	<xs:element name="MaterialIssuer">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Party"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ManufacturingToParty" element  -->
	<xs:element name="ManufacturingToParty">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Party"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ManufacturerPartNumber" element  -->
	<xs:element name="ManufacturerPartNumber">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PartID"/>
				<xs:element ref="PartIDExt" minOccurs="0"/>
				<xs:element ref="ManufacturerID" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ManufacturerID" element  -->
	<xs:element name="ManufacturerID">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Identifier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MIMEType" element  -->
	<xs:element name="MIMEType">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "MDFBusiness" element  -->
	<xs:element name="MDFBusiness">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAIEREB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Longitude" element  -->
	<xs:element name="Longitude">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LocationQualifierCodedOther" element  -->
	<xs:element name="LocationQualifierCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LocationQualifierCoded" element  -->
	<xs:element name="LocationQualifierCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAVEREB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LocationIdentifier" element  -->
	<xs:element name="LocationIdentifier">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="LocID"/>
				<xs:element ref="LocationDescription" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LocationDescription" element  -->
	<xs:element name="LocationDescription">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Location" element  -->
	<xs:element name="Location">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="LocationQualifierCoded" minOccurs="0"/>
				<xs:element ref="LocationQualifierCodedOther" minOccurs="0"/>
				<xs:element ref="LocationIdentifier" minOccurs="0"/>
				<xs:element ref="ExternalAddressID" minOccurs="0"/>
				<xs:element ref="NameAddress" minOccurs="0"/>
				<xs:element ref="GPSCooridinates" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LocaleCodedOther" element  -->
	<xs:element name="LocaleCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LocaleCoded" element  -->
	<xs:element name="LocaleCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAKGREB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LocID" element  -->
	<xs:element name="LocID">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Identifier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LoadOrderCounter" element  -->
	<xs:element name="LoadOrderCounter">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfTransportEquipment" element  -->
	<xs:element name="ListOfTransportEquipment">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="TransportEquipment" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfTransport" element  -->
	<xs:element name="ListOfTransport">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Transport" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfTemperatureCoded" element  -->
	<xs:element name="ListOfTemperatureCoded">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfDimension"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfStructuredNote" element  -->
	<xs:element name="ListOfStructuredNote">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="StructuredNote" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfShipToSubInformation" element  -->
	<xs:element name="ListOfShipToSubInformation">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ShipToSubInformation" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfSealInfo" element  -->
	<xs:element name="ListOfSealInfo">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="SealInfo" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfScheduleLine" element  -->
	<xs:element name="ListOfScheduleLine">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ScheduleLine" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfReferenceCoded" element  -->
	<xs:element name="ListOfReferenceCoded">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ReferenceCoded" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfReference" element  -->
	<xs:element name="ListOfReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Reference" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfRateOfExchangeReference" element  -->
	<xs:element name="ListOfRateOfExchangeReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfReference"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfProductIdentifierCoded" element  -->
	<xs:element name="ListOfProductIdentifierCoded">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ProductIdentifierCoded" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfPrice" element  -->
	<xs:element name="ListOfPrice">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Price" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfPartyCoded" element  -->
	<xs:element name="ListOfPartyCoded">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PartyCoded" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfPackageMark" element  -->
	<xs:element name="ListOfPackageMark">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PackageMark" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfPackageIdentifier" element  -->
	<xs:element name="ListOfPackageIdentifier">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PackageIdentifier" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfPackageDetail" element  -->
	<xs:element name="ListOfPackageDetail">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PackageDetail" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfPackageDescription" element  -->
	<xs:element name="ListOfPackageDescription">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PackageDescription" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfPackageCharacteristic" element  -->
	<xs:element name="ListOfPackageCharacteristic">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PackageCharacteristic" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfPackage" element  -->
	<xs:element name="ListOfPackage">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Package" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfOtherDeliveryDate" element  -->
	<xs:element name="ListOfOtherDeliveryDate">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfDateCoded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfOrderReferences" element  -->
	<xs:element name="ListOfOrderReferences">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="OrderReferences" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfMessageID" element  -->
	<xs:element name="ListOfMessageID">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="MessageID" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfItemReferences" element  -->
	<xs:element name="ListOfItemReferences">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfReferenceCoded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfItemReference" element  -->
	<xs:element name="ListOfItemReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfOrderReferences"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfItemDetail" element  -->
	<xs:element name="ListOfItemDetail">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ItemDetail" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfItemCharacteristic" element  -->
	<xs:element name="ListOfItemCharacteristic">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ItemCharacteristic" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfIdentifier" element  -->
	<xs:element name="ListOfIdentifier">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Identifier" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfHazardousIdentifiers" element  -->
	<xs:element name="ListOfHazardousIdentifiers">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="HazardousIdentifiers" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfEquipmentMeasurements" element  -->
	<xs:element name="ListOfEquipmentMeasurements">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfDimension"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfDocumentLoose" element  -->
	<xs:element name="ListOfDocumentLoose">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="DocumentLoose" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfDocumentAttached" element  -->
	<xs:element name="ListOfDocumentAttached">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="DocumentAttached" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfDimension" element  -->
	<xs:element name="ListOfDimension">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Dimension" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfDescription" element  -->
	<xs:element name="ListOfDescription">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Description" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfDateCoded" element  -->
	<xs:element name="ListOfDateCoded">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="DateCoded" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfContract" element  -->
	<xs:element name="ListOfContract">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Contract" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfContactNumber" element  -->
	<xs:element name="ListOfContactNumber">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ContactNumber" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfContact" element  -->
	<xs:element name="ListOfContact">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Contact" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfConditions" element  -->
	<xs:element name="ListOfConditions">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfDimension"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfAttachment" element  -->
	<xs:element name="ListOfAttachment">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Attachment" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ListOfAllowOrCharge" element  -->
	<xs:element name="ListOfAllowOrCharge">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="AllowOrCharge" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LineItemTypeCodedOther" element  -->
	<xs:element name="LineItemTypeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LineItemTypeCoded" element  -->
	<xs:element name="LineItemTypeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAFRREB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LineItemType" element  -->
	<xs:element name="LineItemType">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="LineItemTypeCoded"/>
				<xs:element ref="LineItemTypeCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LineItemNumberReference" element  -->
	<xs:element name="LineItemNumberReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:attribute name="LineItemNumTypeCoded" default="Buyer">
						<xs:annotation>
							<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
							</xs:appinfo>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:NMTOKEN">
								<xs:enumeration value="Buyer"/>
								<xs:enumeration value="Seller"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LineItemNum" element  -->
	<xs:element name="LineItemNum">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="BuyerLineItemNum"/>
				<xs:element ref="SellerLineItemNum" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LineItemNote" element  -->
	<xs:element name="LineItemNote">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LineItemAttachments" element  -->
	<xs:element name="LineItemAttachments">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfAttachment"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Latitude" element  -->
	<xs:element name="Latitude">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LanguageCodedOther" element  -->
	<xs:element name="LanguageCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "LanguageCoded" element  -->
	<xs:element name="LanguageCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDACTREB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Language" element  -->
	<xs:element name="Language">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="LanguageCoded"/>
				<xs:element ref="LanguageCodedOther" minOccurs="0"/>
				<xs:element ref="LocaleCoded" minOccurs="0"/>
				<xs:element ref="LocaleCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:attribute name="LanguageDependent">
				<xs:annotation>
					<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
					</xs:appinfo>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:NMTOKEN">
						<xs:enumeration value="true"/>
						<xs:enumeration value="false"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ItemPackagingReference" element  -->
	<xs:element name="ItemPackagingReference">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PackageReference" maxOccurs="unbounded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ItemIdentifiers" element  -->
	<xs:element name="ItemIdentifiers">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="PartNumbers" minOccurs="0"/>
				<xs:element ref="ItemDescription" minOccurs="0"/>
				<xs:element ref="ListOfItemCharacteristic" minOccurs="0"/>
				<xs:element ref="CommodityCode" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ItemDetail" element  -->
	<xs:element name="ItemDetail">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="BaseItemDetail"/>
				<xs:element ref="PricingDetail" minOccurs="0"/>
				<xs:element ref="DeliveryDetail" minOccurs="0"/>
				<xs:element ref="LineItemNote" minOccurs="0"/>
				<xs:element ref="ListOfStructuredNote" minOccurs="0"/>
				<xs:element ref="LineItemAttachments" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ItemDescription" element  -->
	<xs:element name="ItemDescription">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ItemCharacteristicValue" element  -->
	<xs:element name="ItemCharacteristicValue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ItemCharacteristicCodedOther" element  -->
	<xs:element name="ItemCharacteristicCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ItemCharacteristicCoded" element  -->
	<xs:element name="ItemCharacteristicCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAGWREB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ItemCharacteristic" element  -->
	<xs:element name="ItemCharacteristic">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ItemCharacteristicCoded" minOccurs="0"/>
				<xs:element ref="ItemCharacteristicCodedOther" minOccurs="0"/>
				<xs:element ref="SurfaceLayerPositionCoded" minOccurs="0"/>
				<xs:element ref="SurfaceLayerPositionCodedOther" minOccurs="0"/>
				<xs:element ref="ItemCharacteristicValue"/>
				<xs:element ref="UnitOfMeasurement" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ItemAllowancesOrCharges" element  -->
	<xs:element name="ItemAllowancesOrCharges">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfAllowOrCharge"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "InverseRateOfExchange" element  -->
	<xs:element name="InverseRateOfExchange">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "InhouseMail" element  -->
	<xs:element name="InhouseMail">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "IndicatorCodedOther" element  -->
	<xs:element name="IndicatorCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "IndicatorCoded" element  -->
	<xs:element name="IndicatorCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDA0XREB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Identifier" element  -->
	<xs:element name="Identifier">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="Agency"/>
				<xs:element ref="Ident"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Ident" element  -->
	<xs:element name="Ident">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "IDNumber" element  -->
	<xs:element name="IDNumber">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "IDAssignedDate" element  -->
	<xs:element name="IDAssignedDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "IDAssignedByCodedOther" element  -->
	<xs:element name="IDAssignedByCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "IDAssignedByCoded" element  -->
	<xs:element name="IDAssignedByCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDA1YREB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "IDAssignedBy" element  -->
	<xs:element name="IDAssignedBy">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="IDAssignedByCoded"/>
				<xs:element ref="IDAssignedByCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "IBAN" element  -->
	<xs:element name="IBAN">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HouseNumber" element  -->
	<xs:element name="HouseNumber">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousZoneCodedOther" element  -->
	<xs:element name="HazardousZoneCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousZoneCoded" element  -->
	<xs:element name="HazardousZoneCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAXZREB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousTemperatures" element  -->
	<xs:element name="HazardousTemperatures">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="Flashpoint" minOccurs="0"/>
				<xs:element ref="Emergency" minOccurs="0"/>
				<xs:element ref="Control" minOccurs="0"/>
				<xs:element ref="ListOfTemperatureCoded" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousShipmentNote" element  -->
	<xs:element name="HazardousShipmentNote">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousShipmentInformation" element  -->
	<xs:element name="HazardousShipmentInformation">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="HazardPackingCoded" minOccurs="0"/>
				<xs:element ref="HazardPackingCodedOther" minOccurs="0"/>
				<xs:element ref="HazardousShipmentCoded" minOccurs="0"/>
				<xs:element ref="HazardousShipmentCodedOther" minOccurs="0"/>
				<xs:element ref="HazardousShipmentNote" minOccurs="0"/>
				<xs:element ref="HazardousZoneCoded" minOccurs="0"/>
				<xs:element ref="HazardousZoneCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousShipmentCodedOther" element  -->
	<xs:element name="HazardousShipmentCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousShipmentCoded" element  -->
	<xs:element name="HazardousShipmentCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDA01REB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousRegulationsCodedOther" element  -->
	<xs:element name="HazardousRegulationsCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousRegulationsCoded" element  -->
	<xs:element name="HazardousRegulationsCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAD2REB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousReferences" element  -->
	<xs:element name="HazardousReferences">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfReferenceCoded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousPlacardText" element  -->
	<xs:element name="HazardousPlacardText">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousPlacardInformation" element  -->
	<xs:element name="HazardousPlacardInformation">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="HazardousPlacardIdentification" minOccurs="0"/>
				<xs:element ref="HazardousPlacardText" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousPlacardIdentification" element  -->
	<xs:element name="HazardousPlacardIdentification">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousPackaging" element  -->
	<xs:element name="HazardousPackaging">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Hazardous"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousMaterials" element  -->
	<xs:element name="HazardousMaterials">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Hazardous"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousIdentifiers" element  -->
	<xs:element name="HazardousIdentifiers">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="HazardousRegulationsCoded"/>
				<xs:element ref="HazardousRegulationsCodedOther" minOccurs="0"/>
				<xs:element ref="HazardCode" minOccurs="0"/>
				<xs:element ref="CodeExtension" minOccurs="0"/>
				<xs:element ref="CodeVersion" minOccurs="0"/>
				<xs:element ref="HazardOfficialText" minOccurs="0"/>
				<xs:element ref="TremCardNum" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardousContact" element  -->
	<xs:element name="HazardousContact">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Contact"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Hazardous" element  -->
	<xs:element name="Hazardous">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ListOfHazardousIdentifiers" minOccurs="0"/>
				<xs:element ref="HazardClassCoded" minOccurs="0"/>
				<xs:element ref="HazardClassCodedOther" minOccurs="0"/>
				<xs:element ref="HazardousPlacardInformation" minOccurs="0"/>
				<xs:element ref="HazardousReferences" minOccurs="0"/>
				<xs:element ref="HazardousContact" minOccurs="0"/>
				<xs:element ref="HazardNote" minOccurs="0"/>
				<xs:element ref="UNDGNum" minOccurs="0"/>
				<xs:element ref="HazardousTemperatures" minOccurs="0"/>
				<xs:element ref="HazardousShipmentInformation" minOccurs="0"/>
				<xs:element ref="EMSNum" minOccurs="0"/>
				<xs:element ref="Mfag" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardPackingCodedOther" element  -->
	<xs:element name="HazardPackingCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardPackingCoded" element  -->
	<xs:element name="HazardPackingCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAYASFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardOfficialText" element  -->
	<xs:element name="HazardOfficialText">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardNote" element  -->
	<xs:element name="HazardNote">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardCode" element  -->
	<xs:element name="HazardCode">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardClassCodedOther" element  -->
	<xs:element name="HazardClassCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "HazardClassCoded" element  -->
	<xs:element name="HazardClassCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDANBSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "GrossVolume" element  -->
	<xs:element name="GrossVolume">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Measurement"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "GeneralNote" element  -->
	<xs:element name="GeneralNote">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "GPSSystem" element  -->
	<xs:element name="GPSSystem">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "GPSCooridinates" element  -->
	<xs:element name="GPSCooridinates">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="GPSSystem"/>
				<xs:element ref="Latitude"/>
				<xs:element ref="Longitude"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "FullIndicatorCodedOther" element  -->
	<xs:element name="FullIndicatorCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "FullIndicatorCoded" element  -->
	<xs:element name="FullIndicatorCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDARCSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Floor" element  -->
	<xs:element name="Floor">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Flashpoint" element  -->
	<xs:element name="Flashpoint">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Quantity"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "FinancialInstitutionName" element  -->
	<xs:element name="FinancialInstitutionName">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "FinancialInstitutionID" element  -->
	<xs:element name="FinancialInstitutionID">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "FinancialInstitution" element  -->
	<xs:element name="FinancialInstitution">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="FinancialInstitutionID"/>
				<xs:element ref="FinancialInstitutionName"/>
				<xs:element ref="FIBranchID" minOccurs="0"/>
				<xs:element ref="FIBranchName" minOccurs="0"/>
				<xs:element ref="FIBranchCity" minOccurs="0"/>
				<xs:element ref="FIBranchCountry" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "FinalRecipient" element  -->
	<xs:element name="FinalRecipient">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Party"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "FileName" element  -->
	<xs:element name="FileName">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "FIBranchName" element  -->
	<xs:element name="FIBranchName">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "FIBranchID" element  -->
	<xs:element name="FIBranchID">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "FIBranchCountry" element  -->
	<xs:element name="FIBranchCountry">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Country"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "FIBranchCity" element  -->
	<xs:element name="FIBranchCity">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "FIAccount" element  -->
	<xs:element name="FIAccount">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="AccountDetail" minOccurs="0"/>
				<xs:element ref="FinancialInstitution"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ExternalAddressID" element  -->
	<xs:element name="ExternalAddressID">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "EquipmentStatusCodedOther" element  -->
	<xs:element name="EquipmentStatusCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "EquipmentStatusCoded" element  -->
	<xs:element name="EquipmentStatusCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAWFSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "EquipmentSizeTypeCoded" element  -->
	<xs:element name="EquipmentSizeTypeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDA1FSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "EquipmentProviderCodedOther" element  -->
	<xs:element name="EquipmentProviderCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "EquipmentProviderCoded" element  -->
	<xs:element name="EquipmentProviderCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAEGSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "EquipmentOwnerCodedOther" element  -->
	<xs:element name="EquipmentOwnerCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "EquipmentOwnerCoded" element  -->
	<xs:element name="EquipmentOwnerCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDANGSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "EquipmentNote" element  -->
	<xs:element name="EquipmentNote">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "EquipmentID" element  -->
	<xs:element name="EquipmentID">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "EquipementSizeTypeCodedOther" element  -->
	<xs:element name="EquipementSizeTypeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "EndDate" element  -->
	<xs:element name="EndDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Emergency" element  -->
	<xs:element name="Emergency">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Quantity"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "EMSNum" element  -->
	<xs:element name="EMSNum">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DocumentTitle" element  -->
	<xs:element name="DocumentTitle">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DocumentLoose" element  -->
	<xs:element name="DocumentLoose">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PackageDoc"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DocumentAttached" element  -->
	<xs:element name="DocumentAttached">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PackageDoc"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "District" element  -->
	<xs:element name="District">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Discounts" element  -->
	<xs:element name="Discounts">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="DiscountPercent" minOccurs="0"/>
				<xs:element ref="DiscountAmount" minOccurs="0"/>
				<xs:element ref="DiscountDaysDue" minOccurs="0"/>
				<xs:element ref="DiscountDueDate" minOccurs="0"/>
				<xs:element ref="DiscountDateTimeRefCoded" minOccurs="0"/>
				<xs:element ref="DiscountDateTimeRefCodedOther" minOccurs="0"/>
				<xs:element ref="NetDaysDue" minOccurs="0"/>
				<xs:element ref="NetDueDate" minOccurs="0"/>
				<xs:element ref="NetDateTimeRefCoded" minOccurs="0"/>
				<xs:element ref="NetDateTimeRefCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DiscountPercent" element  -->
	<xs:element name="DiscountPercent">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:float">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DiscountDueDate" element  -->
	<xs:element name="DiscountDueDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DiscountDaysDue" element  -->
	<xs:element name="DiscountDaysDue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DiscountDateTimeRefCodedOther" element  -->
	<xs:element name="DiscountDateTimeRefCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DiscountDateTimeRefCoded" element  -->
	<xs:element name="DiscountDateTimeRefCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAGKSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DiscountAmount" element  -->
	<xs:element name="DiscountAmount">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="MonetaryValue"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DimensionCodedOther" element  -->
	<xs:element name="DimensionCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DimensionCoded" element  -->
	<xs:element name="DimensionCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAXKSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Dimension" element  -->
	<xs:element name="Dimension">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="Measurement"/>
				<xs:element ref="DimensionCoded"/>
				<xs:element ref="DimensionCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DescriptionText" element  -->
	<xs:element name="DescriptionText">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Description" element  -->
	<xs:element name="Description">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="DescriptionText"/>
				<xs:element ref="Language"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Department" element  -->
	<xs:element name="Department">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DeliveryDetail" element  -->
	<xs:element name="DeliveryDetail">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ShipToLocation" minOccurs="0"/>
				<xs:element ref="ShipFromLocation" minOccurs="0"/>
				<xs:element ref="ListOfScheduleLine" minOccurs="0"/>
				<xs:element ref="ItemPackagingReference" minOccurs="0"/>
				<xs:element ref="SimplePackageNote" minOccurs="0"/>
				<xs:element ref="TermsOfDelivery" minOccurs="0"/>
				<xs:element ref="CargoClassification" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DateQualifierCodedOther" element  -->
	<xs:element name="DateQualifierCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DateQualifierCoded" element  -->
	<xs:element name="DateQualifierCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDA5MSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DateQualifier" element  -->
	<xs:element name="DateQualifier">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="DateQualifierCoded"/>
				<xs:element ref="DateQualifierCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DateOfRateOfExchange" element  -->
	<xs:element name="DateOfRateOfExchange">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "DateCoded" element  -->
	<xs:element name="DateCoded">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="Date"/>
				<xs:element ref="DateQualifier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Date" element  -->
	<xs:element name="Date">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CustShippingContractNum" element  -->
	<xs:element name="CustShippingContractNum">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CurrencyCodedOther" element  -->
	<xs:element name="CurrencyCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CurrencyCoded" element  -->
	<xs:element name="CurrencyCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAIOSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Currency" element  -->
	<xs:element name="Currency">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="CurrencyCoded"/>
				<xs:element ref="CurrencyCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "County" element  -->
	<xs:element name="County">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CountryOfOrigin" element  -->
	<xs:element name="CountryOfOrigin">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Country"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CountryOfDestination" element  -->
	<xs:element name="CountryOfDestination">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Country"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CountryCodedOther" element  -->
	<xs:element name="CountryCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CountryCoded" element  -->
	<xs:element name="CountryCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAQPSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Country" element  -->
	<xs:element name="Country">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="CountryCoded"/>
				<xs:element ref="CountryCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CorrespondenceLanguage" element  -->
	<xs:element name="CorrespondenceLanguage">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Language"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Control" element  -->
	<xs:element name="Control">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Quantity"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContractTypeCodedOther" element  -->
	<xs:element name="ContractTypeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContractTypeCoded" element  -->
	<xs:element name="ContractTypeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAXQSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContractType" element  -->
	<xs:element name="ContractType">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ContractTypeCoded"/>
				<xs:element ref="ContractTypeCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContractReferences" element  -->
	<xs:element name="ContractReferences">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfContract"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContractID" element  -->
	<xs:element name="ContractID">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Identifier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Contract" element  -->
	<xs:element name="Contract">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ContractID"/>
				<xs:element ref="ContractType" minOccurs="0"/>
				<xs:element ref="ValidityDates" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContainerCounter" element  -->
	<xs:element name="ContainerCounter">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContactNumberValue" element  -->
	<xs:element name="ContactNumberValue">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContactNumberTypeCodedOther" element  -->
	<xs:element name="ContactNumberTypeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContactNumberTypeCoded" element  -->
	<xs:element name="ContactNumberTypeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDASSSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContactNumber" element  -->
	<xs:element name="ContactNumber">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ContactNumberValue"/>
				<xs:element ref="ContactNumberTypeCoded"/>
				<xs:element ref="ContactNumberTypeCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContactName" element  -->
	<xs:element name="ContactName">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContactID" element  -->
	<xs:element name="ContactID">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Identifier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContactFunctionCodedOther" element  -->
	<xs:element name="ContactFunctionCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContactFunctionCoded" element  -->
	<xs:element name="ContactFunctionCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAUTSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContactFunction" element  -->
	<xs:element name="ContactFunction">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ContactFunctionCoded"/>
				<xs:element ref="ContactFunctionCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ContactDescription" element  -->
	<xs:element name="ContactDescription">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Contact" element  -->
	<xs:element name="Contact">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ContactID" minOccurs="0"/>
				<xs:element ref="ContactName"/>
				<xs:element ref="ContactFunction" minOccurs="0"/>
				<xs:element ref="ContactDescription" minOccurs="0"/>
				<xs:element ref="ListOfContactNumber" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "ConditionsOfSale" element  -->
	<xs:element name="ConditionsOfSale">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="SalesRequirement" maxOccurs="unbounded"/>
				<xs:element ref="SalesActionCoded" minOccurs="0"/>
				<xs:element ref="SalesActionCodedOther" minOccurs="0"/>
				<xs:element ref="SalesActionValue" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Conditions" element  -->
	<xs:element name="Conditions">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="RefrigerationOn" minOccurs="0"/>
				<xs:element ref="Residue" minOccurs="0"/>
				<xs:element ref="ListOfConditions" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CompanyRegistrationNumber" element  -->
	<xs:element name="CompanyRegistrationNumber">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CommodityCode" element  -->
	<xs:element name="CommodityCode">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Identifier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CodeVersion" element  -->
	<xs:element name="CodeVersion">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CodeListIdentifierCodedOther" element  -->
	<xs:element name="CodeListIdentifierCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CodeListIdentifierCoded" element  -->
	<xs:element name="CodeListIdentifierCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAZWSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CodeExtension" element  -->
	<xs:element name="CodeExtension">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "City" element  -->
	<xs:element name="City">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CarrierID" element  -->
	<xs:element name="CarrierID">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Identifier"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CargoClassification" element  -->
	<xs:element name="CargoClassification">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="NatureOfGoods" minOccurs="0"/>
				<xs:element ref="OperationalTypeCoded" minOccurs="0"/>
				<xs:element ref="OperationalTypeCodedOther" minOccurs="0"/>
				<xs:element ref="TypeOfCargo" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CardTypeOther" element  -->
	<xs:element name="CardTypeOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CardType" element  -->
	<xs:element name="CardType">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAKYSFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CardRefNum" element  -->
	<xs:element name="CardRefNum">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CardNum" element  -->
	<xs:element name="CardNum">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CardInfo" element  -->
	<xs:element name="CardInfo">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="CardNum"/>
				<xs:element ref="CardAuthCode" minOccurs="0"/>
				<xs:element ref="CardRefNum" minOccurs="0"/>
				<xs:element ref="CardExpirationDate" minOccurs="0"/>
				<xs:element ref="CardType" minOccurs="0"/>
				<xs:element ref="CardTypeOther" minOccurs="0"/>
				<xs:element ref="CardHolderName" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CardHolderName" element  -->
	<xs:element name="CardHolderName">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CardExpirationDate" element  -->
	<xs:element name="CardExpirationDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CardAuthCode" element  -->
	<xs:element name="CardAuthCode">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "CancelByDate" element  -->
	<xs:element name="CancelByDate">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "BuyerTaxInformation" element  -->
	<xs:element name="BuyerTaxInformation">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PartyTaxInformation"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "BuyerParty" element  -->
	<xs:element name="BuyerParty">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Party"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "BuyerPartNumber" element  -->
	<xs:element name="BuyerPartNumber">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="PartNum"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "BuyerOrderNumber" element  -->
	<xs:element name="BuyerOrderNumber">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "BuyerLineItemNum" element  -->
	<xs:element name="BuyerLineItemNum">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:int">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Building" element  -->
	<xs:element name="Building">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "BillToParty" element  -->
	<xs:element name="BillToParty">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Party"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "BasisQuantityRange" element  -->
	<xs:element name="BasisQuantityRange">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Quantity"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "BasisMonetaryRange" element  -->
	<xs:element name="BasisMonetaryRange">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="MonetaryRange" minOccurs="0"/>
				<xs:element ref="MonetaryLimit" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "BasisCodedOther" element  -->
	<xs:element name="BasisCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "BasisCoded" element  -->
	<xs:element name="BasisCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDAK2SFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "BaseItemDetail" element  -->
	<xs:element name="BaseItemDetail">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="LineItemNum"/>
				<xs:element ref="LineItemType" minOccurs="0"/>
				<xs:element ref="ParentItemNumber" minOccurs="0"/>
				<xs:element ref="ItemIdentifiers" minOccurs="0"/>
				<xs:element ref="ListOfDimension" minOccurs="0"/>
				<xs:element ref="TotalQuantity" minOccurs="0"/>
				<xs:element ref="MaxBackOrderQuantity" minOccurs="0"/>
				<xs:element ref="OffCatalogFlag" minOccurs="0"/>
				<xs:element ref="ListOfItemReferences" minOccurs="0"/>
				<xs:element ref="CountryOfOrigin" minOccurs="0"/>
				<xs:element ref="CountryOfDestination" minOccurs="0"/>
				<xs:element ref="FinalRecipient" minOccurs="0"/>
				<xs:element ref="ConditionsOfSale" minOccurs="0"/>
				<xs:element ref="HazardousMaterials" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AttachmentTitle" element  -->
	<xs:element name="AttachmentTitle">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AttachmentPurpose" element  -->
	<xs:element name="AttachmentPurpose">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AttachmentLocation" element  -->
	<xs:element name="AttachmentLocation">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:anyURI">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AttachmentDescription" element  -->
	<xs:element name="AttachmentDescription">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Attachment" element  -->
	<xs:element name="Attachment">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="AttachmentPurpose"/>
				<xs:element ref="FileName" minOccurs="0"/>
				<xs:element ref="AttachmentTitle" minOccurs="0"/>
				<xs:element ref="AttachmentDescription" minOccurs="0"/>
				<xs:element ref="Language" minOccurs="0"/>
				<xs:element ref="MIMEType" minOccurs="0"/>
				<xs:element ref="ReplacementFile" minOccurs="0"/>
				<xs:element ref="AttachmentLocation"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AssociatedDocuments" element  -->
	<xs:element name="AssociatedDocuments">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ListOfDocumentLoose" minOccurs="0"/>
				<xs:element ref="ListOfDocumentAttached" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AllowanceOrChargeDescription" element  -->
	<xs:element name="AllowanceOrChargeDescription">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="AllowOrChgDesc"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AllowOrChgDesc" element  -->
	<xs:element name="AllowOrChgDesc">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="RefID" minOccurs="0"/>
				<xs:element ref="ListOfDescription" minOccurs="0"/>
				<xs:element ref="ServiceCoded"/>
				<xs:element ref="ServiceCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AllowOrCharge" element  -->
	<xs:element name="AllowOrCharge">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="IndicatorCoded"/>
				<xs:element ref="IndicatorCodedOther" minOccurs="0"/>
				<xs:element ref="BasisCoded" minOccurs="0"/>
				<xs:element ref="BasisCodedOther" minOccurs="0"/>
				<xs:element ref="MethodOfHandlingCoded"/>
				<xs:element ref="MethodOfHandlingCodedOther" minOccurs="0"/>
				<xs:element ref="AllowanceOrChargeDescription"/>
				<xs:element ref="ValidityDates" minOccurs="0"/>
				<xs:element ref="BasisQuantityRange" minOccurs="0"/>
				<xs:element ref="BasisMonetaryRange" minOccurs="0"/>
				<xs:element ref="TypeOfAllowanceOrCharge"/>
				<xs:element ref="Tax" maxOccurs="unbounded" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:attribute name="SeqNo" default="1" type="xs:int">
				<xs:annotation>
					<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
					</xs:appinfo>
				</xs:annotation>
			</xs:attribute>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AgencyDescription" element  -->
	<xs:element name="AgencyDescription">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AgencyCodedOther" element  -->
	<xs:element name="AgencyCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AgencyCoded" element  -->
	<xs:element name="AgencyCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDADDTFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "Agency" element  -->
	<xs:element name="Agency">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="AgencyCoded"/>
				<xs:element ref="AgencyCodedOther" minOccurs="0"/>
				<xs:element ref="AgencyDescription" minOccurs="0"/>
				<xs:element ref="CodeListIdentifierCoded" minOccurs="0"/>
				<xs:element ref="CodeListIdentifierCodedOther" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AccountTypeCodedOther" element  -->
	<xs:element name="AccountTypeCodedOther">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AccountTypeCoded" element  -->
	<xs:element name="AccountTypeCoded">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="generated-type-IDADETFB">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AccountReferences" element  -->
	<xs:element name="AccountReferences">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="ListOfReferenceCoded"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AccountName2" element  -->
	<xs:element name="AccountName2">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AccountName1" element  -->
	<xs:element name="AccountName1">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AccountID" element  -->
	<xs:element name="AccountID">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AccountDetail" element  -->
	<xs:element name="AccountDetail">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="AccountID"/>
				<xs:element ref="SecondaryAccountID" minOccurs="0"/>
				<xs:element ref="IBAN" minOccurs="0"/>
				<xs:element ref="AccountControlKey" minOccurs="0"/>
				<xs:element ref="AccountTypeCoded"/>
				<xs:element ref="AccountTypeCodedOther" minOccurs="0"/>
				<xs:element ref="AccountName1"/>
				<xs:element ref="AccountName2" minOccurs="0"/>
				<xs:element ref="Currency" minOccurs="0"/>
				<xs:element ref="AccountReferences" minOccurs="0"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:sequence>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AccountControlKey" element  -->
	<xs:element name="AccountControlKey">
		<xs:annotation>
			<xs:appinfo><b:FieldInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:anyAttribute namespace="##other" processContents="lax"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] "AccountCode" element  -->
	<xs:element name="AccountCode">
		<xs:annotation>
			<xs:appinfo><b:RecordInfo xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Reference"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="##other" processContents="lax"/>
					<xs:any namespace="##targetNamespace"/>
				</xs:choice>
			</xs:choice>
			<xs:anyAttribute namespace="##other" processContents="lax"/>
		</xs:complexType>
	</xs:element>
	<!-- [XDR-XSD] XDR datatype derivations -->
</xs:schema>
