W3C

OASIS-UBL-Order-1_0

The document http://docs.oasis-open.org/ubl/cd-UBL-1.0/xsd/maindoc/UBL-Order-1.0.xsd has been classified as being possibly an Advanced XML Schema Patterns for Databinding 1.0 conformant document as it only exhibits the following patterns:

Status Nodes Name XPath
basic TargetNamespace .[@targetNamespace]/ (., @targetNamespace)
basic QualifiedLocalElements .[@elementFormDefault = 'qualified']/ (@elementFormDefault)
basic UnqualifiedLocalAttributes .[not(@attributeFormDefault) or @attributeFormDefault = 'unqualified']/ (., @attributeFormDefault)
basic SchemaVersion ./@version
basic DocumentationElement .//xs:annotation/xs:documentation/ (.., ., .//*, .//@*)
basic IdentifierName .//.[matches(@name, "^[A-Za-z_]([A-Za-z0-9_]0 31)$")]/ (@name)
basic ImportSchema ./xs:import[@namespace and @schemaLocation]/ (., @namespace, @schemaLocation)
basic GlobalElement ./xs:element[@name and @type and contains(@type, ':')]/ (., @name, @type)
advanced GlobalElementUnqualifiedType ./xs:element[@name and @type and not(contains(@type, ':'))]/ (., @name, @type)
advanced ElementTypeDefaultNamespace .//xs:element[@name and @type and not(contains(@type, ':'))]/ (@name, @type)
basic MinOccurs1 .//.[@minOccurs = '1']/ (@minOccurs)
basic MaxOccurs1 .//.[@maxOccurs = '1']/ (@maxOccurs)
basic ElementMinOccurs0 .//xs:element[@minOccurs = '0' and (not(@maxOccurs) or @maxOccurs = '1')]/ (@minOccurs, @maxOccurs)
basic ElementMinOccurs1 .//xs:element[@minOccurs = '1' and (not(@maxOccurs) or @maxOccurs = '1')]/ (@minOccurs, @maxOccurs)
basic ElementMaxOccurs1 .//xs:element[(not(@minOccurs) or @minOccurs = '1') and @maxOccurs = '1']/ (@minOccurs, @maxOccurs)
basic ElementMinOccurs0MaxOccursUnbounded .//xs:element[@minOccurs = '0' and @maxOccurs = 'unbounded']/ (@minOccurs, @maxOccurs)
basic ElementMinOccurs1MaxOccursUnbounded .//xs:element[(not(@minOccurs) or @minOccurs = '1') and @maxOccurs = 'unbounded']/ (@minOccurs, @maxOccurs)
basic GlobalComplexType ./xs:complexType[@name]/ (., @name)
basic ComplexTypeSequence .//xs:complexType/xs:sequence/ (., xs:element/(., @name))
advanced ExtendedSimpleContent .//xs:complexType/xs:simpleContent/xs:extension[@base]/ (.., ., ./@base, xs:attribute/ (., @name))
basic SequenceElement .//xs:sequence/xs:element/(.)
basic ElementTypeReference .//xs:element[@name and @type and namespace-uri-from-QName(resolve-QName(@type,.)) != 'http://www.w3.org/2001/XMLSchema' and contains(@type, ':')]/ (., @name, @type)
advanced ElementTypeReferenceUnqualified .//xs:element[@name and @type and namespace-uri-from-QName(resolve-QName(@type,.)) != 'http://www.w3.org/2001/XMLSchema' and not(contains(@type, ':'))]/ (., @name, @type)
basic ElementReference .//xs:element[@ref and contains(@ref, ':')]/ (., @ref)
advanced ElementReferenceUnqualified .//xs:element[@ref and not(contains(@ref, ':'))]/ (., @ref)

<xsd:schema TargetNamespace UnqualifiedLocalAttributes targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Order-1.0" TargetNamespace elementFormDefault="qualified" QualifiedLocalElements attributeFormDefault="unqualified" UnqualifiedLocalAttributes version="1.0" SchemaVersion >
<xsd:import ImportSchema namespace="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" ImportSchema schemaLocation="../common/UBL-CoreComponentParameters-1.0.xsd" ImportSchema />
<xsd:import ImportSchema namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-1.0" ImportSchema schemaLocation="../common/UBL-CommonBasicComponents-1.0.xsd" ImportSchema />
<xsd:import ImportSchema namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0" ImportSchema schemaLocation="../common/UBL-CommonAggregateComponents-1.0.xsd" ImportSchema />
<xsd:import ImportSchema namespace="urn:oasis:names:specification:ubl:schema:xsd:AcknowledgementResponseCode-1.0" ImportSchema schemaLocation="../codelist/UBL-CodeList-AcknowledgementResponseCode-1.0.xsd" ImportSchema />
<xsd:import ImportSchema namespace="urn:oasis:names:specification:ubl:schema:xsd:UnspecializedDatatypes-1.0" ImportSchema schemaLocation="../common/UBL-UnspecializedDatatypes-1.0.xsd" ImportSchema />
<xsd:import ImportSchema namespace="urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-1.0" ImportSchema schemaLocation="../common/UBL-SpecializedDatatypes-1.0.xsd" ImportSchema />
<xsd:import ImportSchema namespace="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" ImportSchema schemaLocation="../codelist/UBL-CodeList-CurrencyCode-1.0.xsd" ImportSchema />
<xsd:element GlobalElementUnqualifiedType ElementTypeReferenceUnqualified name="Order" IdentifierName GlobalElementUnqualifiedType ElementTypeDefaultNamespace ElementTypeReferenceUnqualified type="OrderType" GlobalElementUnqualifiedType ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This element MUST be conveyed as the root element in any instance document based on this Schema expression
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType GlobalComplexType name="OrderType" IdentifierName GlobalComplexType >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ABIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Details
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
a document that contains information directly relating to the economic event of ordering products.
</ccts:Definition>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:AlternativeBusinessTerms DocumentationElement >
Purchase Order
</ccts:AlternativeBusinessTerms>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="BuyersID" IdentifierName ComplexTypeSequence ElementTypeReference type="udt:IdentifierType" ElementTypeReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Buyers_ Identifier. Identifier
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
a unique identification assigned to the Order in respect to the Buyer party
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Buyers
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Identifier
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Identifier
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Identifier. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="SellersID" IdentifierName ComplexTypeSequence ElementTypeReference type="udt:IdentifierType" ElementTypeReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Sellers_ Identifier. Identifier
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the identification given to an Order by the seller.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Sellers
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Identifier
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Identifier
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Identifier. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cbc:CopyIndicator" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Copy. Indicator
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
Indicates whether a document is a copy (true) or not (false)
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Copy
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Indicator
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Indicator. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="GUID" IdentifierName ComplexTypeSequence ElementTypeReference type="udt:IdentifierType" ElementTypeReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Globally Unique_ Identifier. Identifier
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
a computer generated unique identifier for the document, which is guaranteed to be unique
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Globally Unique
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Identifier
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Identifier
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Identifier. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cbc:IssueDate" ElementReference minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Issue Date. Date
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
a date (and potentially time) stamp denoting when the Order was issued.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Issue Date
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Date
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Date_Date Time. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cbc:Note" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Note. Text
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
contains any free form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Note
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Text
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Text. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="AcknowledgementResponseCode" IdentifierName ComplexTypeSequence ElementTypeReference type="res:AcknowledgementResponseCodeType" ElementTypeReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Acknowledgement Response. Code
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
specifies the type of Response for the Order that the Buyer requires from the Seller.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Acknowledgement Response
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Code
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Acknowledgement Response_ Code. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="TransactionCurrencyCode" IdentifierName ComplexTypeSequence ElementTypeReference type="cur:CurrencyCodeType" ElementTypeReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Transaction Currency. Code
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the default currency of the transaction, to be used for Invoicing.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Transaction Currency
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Code
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Currency_ Code. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="PricingCurrencyCode" IdentifierName ComplexTypeSequence ElementTypeReference type="cur:CurrencyCodeType" ElementTypeReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Pricing Currency. Code
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the currency in which all pricing on the transaction will be specified.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Pricing Currency
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Code
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Currency_ Code. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReferenceUnqualified ref="EarliestDate" ElementReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Earliest Date. Date
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the starting date on or after which Order should be considered valid
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Earliest Date
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Date
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Date_Date Time. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cbc:ExpiryDate" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Expiry Date. Date
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the date on or after which Order should be cancelled if not satisfied.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Expiry Date
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Date
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Date_Date Time. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReferenceUnqualified ref="ValidityDurationMeasure" ElementReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Validity Duration. Measure
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the period for which the Order is valid.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Validity Duration
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Measure
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Measure. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cbc:TaxTotalAmount" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Tax Total. Amount
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the total tax amount to be paid for the Order.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Tax Total
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Amount
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Amount. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cbc:LineExtensionTotalAmount" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Line_ Extension Total. Amount
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the total of line item extension amounts for the entire Order, but not adjusted by any payment settlement discount or taxation.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Line
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Extension Total
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Amount
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Amount. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReferenceUnqualified ref="TotalPackagesQuantity" ElementReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Total_ Packages Quantity. Quantity
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the count of the total number of packages contained in the Order.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Total
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Packages Quantity
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Quantity
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Quantity. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cbc:GrossWeightMeasure" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Gross_ Weight. Measure
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the total gross weight of the order. (goods plus packaging plus transport equipment)
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Gross
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Weight
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Measure
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Measure. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cbc:NetWeightMeasure" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Net_ Weight. Measure
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the total net weight of the order. (goods plus packaging)
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Net
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Weight
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Measure
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Measure. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cbc:NetNetWeightMeasure" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Net Net_ Weight. Measure
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the weight (mass) of the goods themselves without any packing.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Net Net
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Weight
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Measure
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Measure. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cbc:GrossVolumeMeasure" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Gross_ Volume. Measure
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the total volume of the goods plus packaging on the Order.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Gross
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Volume
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Measure
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Measure. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cbc:NetVolumeMeasure" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Net_ Volume. Measure
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the total volume of the Order. (goods less packaging)
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Net
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Volume
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Measure
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Measure. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReferenceUnqualified ref="LineItemCountNumeric" ElementReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
BBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. LineItem Count. Numeric
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
the number of line items
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
LineItem Count
</ccts:PropertyTerm>
<ccts:RepresentationTerm DocumentationElement >
Numeric
</ccts:RepresentationTerm>
<ccts:DataType DocumentationElement >
Numeric. Type
</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReferenceUnqualified ref="ContractDocumentReference" ElementReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Contract_ Document Reference. Document Reference
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with a previously agreed Contract.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Contract
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Document Reference
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Document Reference
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReferenceUnqualified ref="QuoteDocumentReference" ElementReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Quote_ Document Reference. Document Reference
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with a prior quote.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Quote
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Document Reference
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Document Reference
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReferenceUnqualified ref="AdditionalDocumentReference" ElementReferenceUnqualified minOccurs="0" ElementMinOccurs0MaxOccursUnbounded maxOccurs="unbounded" ElementMinOccurs0MaxOccursUnbounded >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Additional_ Document Reference. Document Reference
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with one or more other identification means
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..n
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Additional
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Document Reference
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Document Reference
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cac:BuyerParty" ElementReference minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Buyer Party
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with information about the buyer involved in the transaction.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Buyer Party
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Buyer Party
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cac:SellerParty" ElementReference minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Seller Party
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with information about the seller involved in the transaction.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Seller Party
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Seller Party
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReferenceUnqualified ref="OriginatorParty" ElementReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Originator_ Party. Party
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with information about the originator of the transaction.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Originator
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Party
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Party
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReferenceUnqualified ref="FreightForwarderParty" ElementReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Freight Forwarder_ Party. Party
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with information about the freight forwarder involved in the transaction.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Freight Forwarder
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Party
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Party
</ccts:AssociatedObjectClass>
<ccts:AlternativeBusinessTerms DocumentationElement >
Carrier
</ccts:AlternativeBusinessTerms>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cac:Delivery" ElementReference minOccurs="0" ElementMinOccurs0MaxOccursUnbounded maxOccurs="unbounded" ElementMinOccurs0MaxOccursUnbounded >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Delivery
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with a delivery (or deliveries)
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..n
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Delivery
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Delivery
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cac:DeliveryTerms" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Delivery Terms
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with the delivery terms agreed between seller and buyer with regard to the delivery of goods.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Delivery Terms
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Delivery Terms
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cac:AllowanceCharge" ElementReference minOccurs="0" ElementMinOccurs0MaxOccursUnbounded maxOccurs="unbounded" ElementMinOccurs0MaxOccursUnbounded >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Allowance Charge
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with one or more pricing components for overall charges allowances etc.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..n
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Allowance Charge
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Allowance Charge
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cac:SalesConditions" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Sales Conditions
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with a sales condition applying to the whole order.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Sales Conditions
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Sales Conditions
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReferenceUnqualified ref="DestinationCountry" ElementReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Destination_ Country. Country
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with the country of destination (for Customs purposes).
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
0..1
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTermQualifier DocumentationElement >
Destination
</ccts:PropertyTermQualifier>
<ccts:PropertyTerm DocumentationElement >
Country
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Country
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cac:OrderLine" ElementReference minOccurs="1" MinOccurs1 ElementMinOccurs1MaxOccursUnbounded maxOccurs="unbounded" ElementMinOccurs1MaxOccursUnbounded >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Order Line
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with one or more Line items.
</ccts:Definition>
<ccts:Cardinality DocumentationElement >
1..n
</ccts:Cardinality>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Order Line
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Order Line
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ComplexTypeSequence SequenceElement ElementReference ref="cac:PaymentMeans" ElementReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
<ccts:Component DocumentationElement >
<ccts:ComponentType DocumentationElement >
ASBIE
</ccts:ComponentType>
<ccts:DictionaryEntryName DocumentationElement >
Order. Payment Means
</ccts:DictionaryEntryName>
<ccts:Definition DocumentationElement >
associates the Order with the expected means of payment.
</ccts:Definition>
<ccts:ObjectClass DocumentationElement >
Order
</ccts:ObjectClass>
<ccts:PropertyTerm DocumentationElement >
Payment Means
</ccts:PropertyTerm>
<ccts:AssociatedObjectClass DocumentationElement >
Payment Means
</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="AdditionalDocumentReference" IdentifierName GlobalElement ElementTypeReference type="cac:DocumentReferenceType" GlobalElement ElementTypeReference />
<xsd:element GlobalElement ElementTypeReference name="ContractDocumentReference" IdentifierName GlobalElement ElementTypeReference type="cac:DocumentReferenceType" GlobalElement ElementTypeReference />
<xsd:element GlobalElement ElementTypeReference name="QuoteDocumentReference" IdentifierName GlobalElement ElementTypeReference type="cac:DocumentReferenceType" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="EarliestDateType" IdentifierName GlobalComplexType >
<xsd:simpleContent ExtendedSimpleContent >
<xsd:extension ExtendedSimpleContent base="udt:DateType" ExtendedSimpleContent />
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="LineItemCountNumericType" IdentifierName GlobalComplexType >
<xsd:simpleContent ExtendedSimpleContent >
<xsd:extension ExtendedSimpleContent base="udt:NumericType" ExtendedSimpleContent />
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="PackagesQuantityType" IdentifierName GlobalComplexType >
<xsd:simpleContent ExtendedSimpleContent >
<xsd:extension ExtendedSimpleContent base="udt:QuantityType" ExtendedSimpleContent />
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="ValidityDurationMeasureType" IdentifierName GlobalComplexType >
<xsd:simpleContent ExtendedSimpleContent >
<xsd:extension ExtendedSimpleContent base="udt:MeasureType" ExtendedSimpleContent />
</xsd:simpleContent>
</xsd:complexType>
</xsd:schema>

This document was produced by the W3C XML Schema Patterns for Databinding Working Group. Comments on this document may be sent to the public public-xsd-databinding-comments@w3.org mailing list (public archive).