diagram | |||
namespace | urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 | ||
children | PriceAmount Quantity | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ItemComparisonType"> <xs:annotation> <xs:documentation> <ccts:Component> <ccts:ComponentType>ABIE</ccts:ComponentType> <ccts:DictionaryEntryName>Item Comparison. Details</ccts:DictionaryEntryName> <ccts:Definition>Used to compare different items based on cost, quantity, or measurements.</ccts:Definition> <ccts:ObjectClass>Item Comparison</ccts:ObjectClass> </ccts:Component> </xs:documentation> </xs:annotation> <xs:sequence> <xs:element ref="cbc:PriceAmount" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation> <ccts:Component> <ccts:ComponentType>BBIE</ccts:ComponentType> <ccts:DictionaryEntryName>Item Comparison. Price. Amount</ccts:DictionaryEntryName> <ccts:Definition>The price for the comparison quantity of the item.</ccts:Definition> <ccts:Cardinality>0..1</ccts:Cardinality> <ccts:ObjectClass>Item Comparison</ccts:ObjectClass> <ccts:PropertyTerm>Price</ccts:PropertyTerm> <ccts:RepresentationTerm>Amount</ccts:RepresentationTerm> <ccts:DataType>Amount. Type</ccts:DataType> </ccts:Component> </xs:documentation> </xs:annotation> </xs:element> <xs:element ref="cbc:Quantity" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation> <ccts:Component> <ccts:ComponentType>BBIE</ccts:ComponentType> <ccts:DictionaryEntryName>Item Comparison. Quantity</ccts:DictionaryEntryName> <ccts:Definition>The quantity used for price comparison with other items.</ccts:Definition> <ccts:Cardinality>0..1</ccts:Cardinality> <ccts:ObjectClass>Item Comparison</ccts:ObjectClass> <ccts:PropertyTerm>Quantity</ccts:PropertyTerm> <ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm> <ccts:DataType>Quantity. Type</ccts:DataType> <ccts:Examples>"per unit"</ccts:Examples> </ccts:Component> </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |