Cover Pages Logo SEARCH
Advanced Search
ABOUT
Site Map
CP RSS Channel
Contact Us
Sponsoring CP
About Our Sponsors

NEWS
Cover Stories
Articles & Papers
Press Releases

CORE STANDARDS
XML
SGML
Schemas
XSL/XSLT/XPath
XLink
XML Query
CSS
SVG

TECHNOLOGY REPORTS
XML Applications
General Apps
Government Apps
Academic Apps

EVENTS
LIBRARY
Introductions
FAQs
Bibliography
Technology and Society
Semantics
Tech Topics
Software
Related Standards
Historic

UBL Order element schema 2002-03


From http://oasis-open.org/committees/ubl/lcsc/doc/UBL_LCSC_0p64.zip. See the news item "UBL Library Content Subcommittee Releases Draft UBL Library of Reusable Types."


<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by XML Authority. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cct="CoreComponentTypes.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xsd:import namespace="CoreComponentTypes.xsd" schemaLocation="CoreComponentTypes.xsd"/>
	<xsd:include schemaLocation="UBL_Library-0p64.xsd"/>
	<!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by Gunther Stuhec (SAP AG ZL II Postst. TECHDEV BPT) -->
	<!-- 07/03/2002 - Version 0.63 - source: UBL_Library-0p63.xls -->
	<!-- generated by Gunther Stuhec (UBL-Group) -->
	<xsd:complexType name="OrderType" id="UBL000338">
		<xsd:annotation>
			<xsd:documentation source="UBL Definition" xml:lang="en">The Order element comprises the creation of a purchase order that is sent for acceptance or rejection by a seller. A requisitioner, buyer, or buying organization can initiate an Order in response to a variety of factors in the electronic business arena, contracts, auctions, order requests, etc. A requisitioner, or buyer, can initiate a change to an already existing order. A seller uses the OrderResponse document to accept or reject an Order or a changed order.</xsd:documentation>
			<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Details</xsd:documentation>
			<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
			<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
			<xsd:documentation source="Type" xml:lang="en">Order</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Header" type="OrderHeaderType" id="UBL000339">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en"/>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Header. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">OrderHeader</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Header</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">OrderHeader</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">1..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="LineItem" type="LineItemType" id="UBL000340" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the set of items for the Order</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Line Item. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">OrderDetail</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Line Item</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">LineItem</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Summary" type="OrderSummaryType" id="UBL000341" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en"/>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Summary. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">OrderSummary</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Summary</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">OrderSummary</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="OrderHeaderType" id="UBL000342">
		<xsd:annotation>
			<xsd:documentation source="UBL Definition" xml:lang="en">contains the header information of the order</xsd:documentation>
			<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">OrderHeader. Details</xsd:documentation>
			<xsd:documentation source="Object Class" xml:lang="en">OrderHeader</xsd:documentation>
			<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
			<xsd:documentation source="Type" xml:lang="en">OrderHeader</xsd:documentation>
			<xsd:documentation source="Context Business Process" xml:lang="en">Purchasing</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="IssueDateTime" type="cct:DateTimeType" id="UBL000343">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">OrderIssueDatetime holds a time stamp provided by the application that issued the Order document.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Issue. Date Time</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">OrderIssueDate</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Issue</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Date Time</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">DateTime</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">1..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
					<xsd:documentation source="Analyst Notes" xml:lang="en">This may not have enough information for future digital use.</xsd:documentation>
					<xsd:documentation source="Context Business Process" xml:lang="en">Purchasing</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Identifier" type="cct:IdentifierType" id="UBL000344" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">The OrderId element is a unique number assigned to the Order in respect to the parties assigning the number.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Identifier</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
					<xsd:documentation source="Code Lists/Standards" xml:lang="en">None in xCBL</xsd:documentation>
					<xsd:documentation source="Analyst Notes" xml:lang="en">This is a new element, it is context neutral.</xsd:documentation>
					<xsd:documentation source="Editor's Notes" xml:lang="en">PO Number</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="BuyerIdentifier" type="cct:IdentifierType" id="UBL000345" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">The unique number assigned by the buyer to the Order.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Buyer. Identifier</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">BuyerOrderNumber </xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Buyer</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
					<xsd:documentation source="Code Lists/Standards" xml:lang="en">None in xCBL</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="SellerIdentifier" type="cct:IdentifierType" id="UBL000346" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">The unique number assigned by the seller to the Order.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Seller. Identifier</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">SellerOrderNumber</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Seller</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
					<xsd:documentation source="Code Lists/Standards" xml:lang="en">None in xCBL</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="BuyerAccountId" type="cct:IdentifierType" id="UBL000347" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">BuyerAccountId is the unique identification assigned to the buyer account.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Buyer Account. Identifier</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">AccountCode</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Buyer</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Account</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
					<xsd:documentation source="Context Business Process" xml:lang="en">Purchasing</xsd:documentation>
					<xsd:documentation source="Context Role" xml:lang="en">Seller to Buyer</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Quote" type="QuoteType" id="UBL000348" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">Provides the details of any quotes relevant to the Order</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Quote. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">QuoteReference</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Quote</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Quote</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Contract" type="ContractType" id="UBL000349" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">Provides the details of the purchase contract between trading partners.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Contract. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">Contract</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Contract</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Contract</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="OtherReference" type="cct:IdentifierType" id="UBL000350" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">other references to the Order not explicitly stated as the content of other elements.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Other Reference. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">ReferenceCoded</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Other</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Reference</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Reference</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Release" type="cct:TextType" id="UBL000351" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">  the element used if the purchase order is a release against the document specified in the Contract. Identification </xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Release. Text</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">ReleaseNumber</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Release</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Text</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Text</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AcknowledgementResponseCode" type="cct:CodeType" id="UBL000352" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">specifies the type of acknowledgment requested by the buyer from the seller.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Acknowledgement Response. Code</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">RequestedResponse</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Acknowledgement</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Response</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Code</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Code</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
					<xsd:documentation source="Code Lists/Standards" xml:lang="en"> derived from EDIFACT 1225 (Message function code) and 1229 (Action request/notification description code)and X12 353 (Transaction set purpose code) and 587 (Acknowledgment type)</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="TypeCode" type="cct:CodeType" id="UBL000353" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">identifies the type of Order being transmitted</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Type. Code</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">OrderTypeCode</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Type</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Code</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Code</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
					<xsd:documentation source="Code Lists/Standards" xml:lang="en">derived from EDIFACT 1001 (Document Code Name) and X12 92 (Purchase Order Type Code)</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="CurrencyCode" type="cct:CodeType" id="UBL000354" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the default currency of the Order, which when used at the header level may be overwritten at the lower level within the structure.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Currency. Code</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">OrderCurrency</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Currency</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Code</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Code</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
					<xsd:documentation source="Code Lists/Standards" xml:lang="en"> derived from ISO recommendation no.9 </xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="TaxCurrencyCode" type="cct:CodeType" id="UBL000355" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">identifies the tax accounting currency for the Order if different than the OrderCurrency </xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Tax Currency. Code</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">TaxAccountingCurrency</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Tax</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Currency</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Code</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Code</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
					<xsd:documentation source="Code Lists/Standards" xml:lang="en"> derived from ISO recommendation no.9 </xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Language" type="LanguageType" id="UBL000356">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">identifies the language of the Order.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Language. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">OrderLanguage</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Language</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Language</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">1..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="TaxLevelCode" type="cct:CodeType" id="UBL000357" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">identifies the default level of tax deduction for the Order</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Tax Level. Code</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">OrderTaxReference</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Tax Level</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Code</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Code</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Code</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="RequestShipmentDateTime" type="cct:DateTimeType" id="UBL000358" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the date items in the purchase order must be shipped from the seller.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Request Shipment. Date Time</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">RequestedShipByDate</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Request Shipment</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Date Time</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">DateTime</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="RequestDeliveryDateTime" type="cct:DateTimeType" id="UBL000359" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the date items in the purchase order must be received by the buyer.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Request Delivery. Date Time</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">RequestedDeliverByDate</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Request Delivery</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Date Time</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">DateTime</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="PromisedByDateTime" type="cct:DateTimeType" id="UBL000360" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">used mainly for confirming orders when a date was promised by the supplier over the phone.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Promised By. Date Time</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">PromiseDate</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Promised By</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Date Time</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">DateTime</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Validity" type="PeriodType" id="UBL000361" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains the dates between which the Order is effective.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Validity. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">ValidityDates</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Validity</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Period</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="CancelledByDateTime" type="cct:DateTimeType" id="UBL000362" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">is the date after which Order should be cancelled.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Cancelled By. Date Time</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">CancelByDate</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Cancelled By</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Date Time</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">DateTime</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="OtherDateTime" type="cct:DateTimeType" id="UBL000363" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains all other dates not for the Order not explicitly stated as the content of other elements.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Other. Date Time</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">ListOfDateCoded</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Other</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Date Time</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">DateTime</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="BuyerParty" type="PartyType" id="UBL000364">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">holds information on the parties for the order, including unique ID's and address information.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Buyer Party. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">BuyerParty</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Buyer</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">1..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="SellerParty" type="PartyType" id="UBL000365">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">identifies the party selling the goods.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Seller Party. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">SellerParty</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Seller</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">1..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ConsigneeParty" type="PartyType" id="UBL000366" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains the information for the party to which the items are to be shipped.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Consignee Party. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">ShipToParty</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Consignee</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="InvoiceeParty" type="PartyType" id="UBL000367" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains the information for the party that will receive the commercial invoice.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Invoicee Party. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">BillToParty</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Invoicee</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="InvoicerParty" type="PartyType" id="UBL000368" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains the information for the party to be paid.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Invoicer Party. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">RemitToParty</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Invoicer</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="DespatchParty" type="PartyType" id="UBL000369" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains party information identifying the location from which the items are to be shipped.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Despatch Party. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">ShipFromParty</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Despatch</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="WarehouseParty" type="PartyType" id="UBL000370" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains party information identifying another party from whose warehouse the items are to be shipped. </xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Warehouse Party. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">WarehouseParty</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Warehouse</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="SalesLocationParty" type="PartyType" id="UBL000371" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains party information identifying the location where the items were sold.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Sales Location Party. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">SoldToParty</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Sales Location</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ManufacturerParty" type="PartyType" id="UBL000372" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains the party information identifying the location where the item is to be or is being manufactured.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Manufacturer Party. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">ManufacturingToParty</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Manufacturer</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="MaterialIssuerParty" type="PartyType" id="UBL000373" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains the information identifying the location that is issuing the request for the material.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Material Issuer Party. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">MaterialIssuer</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Material Issuer</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="OtherParty" type="PartyType" id="UBL000374" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">other party information not explicitly stated as the content of another element.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Other Party. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">ListOfPartyCoded</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Other</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Party</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="WarehouseLocation" type="LocationType" id="UBL000375" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">used to indicate the shipping warehouse loaction, where the supplier party may have multiple warehouses.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Warehouse Location. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">PartLocation</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Warehouse</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Location</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Location</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Shipment" type="ShipmentType" id="UBL000376" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">provides information on the movement of the goods including carrier, equipment and service level instructions.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Shipment. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">ListOfTransport </xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Shipment</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Shipment</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="DeliveryTerms" type="DeliveryTermsType" id="UBL000377" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">defines the terms of delivery for the Order</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Delivery Terms. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">OrderTermsOfDelivery</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Delivery</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Terms</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">DeliveryTerms</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="DefaultPricing" type="PricingType" id="UBL000378" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the pricing information for the Order. This is the default price and can be overwritten at the item level.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Default Pricing. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">OrderHeaderPrice</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Default</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Pricing</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Pricing</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="PaymentTerms" type="PaymentTermsType" id="UBL000379" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the terms and the method of payment for goods or services recieved.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Payment Terms. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">PaymentTerms</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Payment</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Terms</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">PaymentTrms</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="PaymentTermsNote" type="NoteType" id="UBL000380" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains a note to further describe the payment terms.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Payment Terms Note. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">PaymentTermsNote</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Payment</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Terms Note</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Note</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="OverallDiscount" type="DiscountType" id="UBL000381" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">used to communicate any discounts that may be associated with the payment term.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Overall Discount. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">PaymentTermDetails</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Overall</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Discount</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Discount</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="PaymentMeans" type="PaymentMeansType" id="UBL000382" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en"> the specific manner in which a payment is to be made.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Payment Means. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">PaymentMethod</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Payment</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Means</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">PaymentMeans</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="PaymentVariation" type="PaymentVariationType" id="UBL000383" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the additional service, promotion, allowances, or charges for the whole Order. These may include goods and shipping charges. Additional allowance or charges may be present at lower levels of the Order.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Payment Variation. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">OrderAllowancesOrCharges</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Payment</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Variation</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">PaymentVariation</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Note" type="NoteType" id="UBL000384" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains one or more notes that allow you to provide notes that are more than a simple free-text field. </xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Note. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">ListOfStructuredNote</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Note</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Note</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..n</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="OrderSummaryType" id="UBL000338">
		<xsd:annotation>
			<xsd:documentation source="UBL Definition" xml:lang="en">contains the summary information of the order.</xsd:documentation>
			<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">OrderSummary. Details</xsd:documentation>
			<xsd:documentation source="Object Class" xml:lang="en">OrderSummary</xsd:documentation>
			<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
			<xsd:documentation source="Type" xml:lang="en">OrderSummary</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="LineItemCountValue" type="cct:NumericType" id="UBL000339" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the number of line items.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Line Item Count. Value</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">NumberOfLines</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Line Item</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Count</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Value</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Numeric</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
					<xsd:documentation source="Analyst Notes" xml:lang="en">inadequate rep. Term</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="TaxAmount" type="cct:AmountType" id="UBL000340" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the total tax amount for the Order.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Tax. Amount</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">TotalTax</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Tax</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Amount</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Amount</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="TaxExchangeRate" type="ExchangeRateType" id="UBL000341" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">used if the exchange rate to another currency needs to be set for the monetary value expressed.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Tax ExchangeRate. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">RateOfExchangeDetail</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Tax</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">ExchangeRate</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">ExchangeRate</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="PriceAmount" type="cct:AmountType" id="UBL000342" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the total price for the entire Order.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Price. Amount</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">TotalAmount</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Price</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Amount</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Amount</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="PriceExchangeRate" type="ExchangeRateType" id="UBL000343" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">used if the exchange rate to another currency needs to be set for the monetary value expressed.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Price ExchangeRate. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">RateOfExchangeDetail</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Price</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">ExchangeRate</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">ExchangeRate</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Aggregate</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="PackageQuantity" type="cct:QuantityType" id="UBL000344" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the summation of total packages contained in the purchase order.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Package. Quantity</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">TotalPackages</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Package</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Quantity</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Quantity</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="LevelId" type="cct:IdentifierType" id="UBL000345" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the nesting level of the package count in the preceding element, if that number counts other than top-level packages.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Package Level. Identifier</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">TotalPackageDepth</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Level</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Identifier</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="TopLevelPackageQuantity" type="cct:QuantityType" id="UBL000346" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the summation of the total top level packages contained in the order, unless otherwise described. This is number of top-level packages, unless described otherwise in the level of packaging.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Top Level Package. Quantity</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">TotalTransport</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Top Level</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Package</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Quantity</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Quantity</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ShipmentGrossWeightMeasure" type="cct:MeasureType" id="UBL000347" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the total gross weight of the shipment.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Shipment Gross Weight. Measure</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">TotalGrossWeight</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Shipment</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Gross Weight</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Measure</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Measure</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
					<xsd:documentation source="Analyst Notes" xml:lang="en">this (and other weights) may be an example of where representation terms are too vauge - the term "measure" should be "weight"</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ShipmentNetWeightMeasure" type="cct:MeasureType" id="UBL000348" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the total net weight of the shipment.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Shipment Net Weight. Measure</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">TotalNetWeight</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Shipment</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Net Weight</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Measure</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Measure</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ShipmentNetNetWeightMeasure" type="cct:MeasureType" id="UBL000349" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the weight (mass) of the goods themselves without any packing. Sometimes known as the "NetNet Weight"</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Shipment Net Net Weight. Measure</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">TotalNetNetWeight</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Shipment</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Net Net Weight</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Measure</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Measure</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
					<xsd:documentation source="Analyst Notes" xml:lang="en">This is particularly important for the industrues like tobacco where tax is calculated on the weight of the cigarettes rather than on the retail item.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ShipmentTareWeightMeasure" type="cct:MeasureType" id="UBL000350" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the weight of the goods minus the transport equipment.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Shipment Tare Weight. Measure</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">TotalTareWeight</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Shipment</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Tare Weight</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Measure</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Measure</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ShipmentVolumeMeasure" type="cct:MeasureType" id="UBL000351" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">the total volume of the shipment.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Shipment Volume. Measure</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">GrossVolume</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Shipment</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Volume</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Measure</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Measure</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="SummaryNote" type="NoteType" id="UBL000352" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation source="UBL Definition" xml:lang="en">contains any free form text for the Order Summary. This element may contain notes or any other similar information that is not contained explicitly in the another structure. You should not assume that the receiving application is capable of doing more than storing and/or displaying this information.</xsd:documentation>
					<xsd:documentation source="BIE Dictionary Entry Name" xml:lang="en">Order. Summary Note. Details</xsd:documentation>
					<xsd:documentation source="xCBL Name" xml:lang="en">SummaryNote</xsd:documentation>
					<xsd:documentation source="Object Class" xml:lang="en">Order</xsd:documentation>
					<xsd:documentation source="Property Qualifier" xml:lang="en">Summary</xsd:documentation>
					<xsd:documentation source="Property Term" xml:lang="en">Note</xsd:documentation>
					<xsd:documentation source="Representation Term" xml:lang="en">Details</xsd:documentation>
					<xsd:documentation source="Type" xml:lang="en">Note</xsd:documentation>
					<xsd:documentation source="Occurrence" xml:lang="en">0..1</xsd:documentation>
					<xsd:documentation source="Basic/Aggregate" xml:lang="en">Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="Order" type="OrderType"/>
</xsd:schema>

Prepared by Robin Cover for The XML Cover Pages archive.


Globe Image

Document URL: http://xml.coverpages.org/UBL-Order0p64-xsd-20020314.html