<xsd:complexType name="CatalogLineType">
<xsd:annotation>
<xsd:documentation>The CatalogLine represents an item in a Catalog. The SupplierParty in the CatalogItemLine identifies the provider of the item. Depending on the exchange scenario, the provider may be either a Supplier, Manufacturer or a Catalog Party. If no SupplierParty is specified at line level, the header value of the SupplierParty is assumed to hold true for the line </xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element ref="Item" minOccurs="0" />
<xsd:element ref="CommodityClassification" minOccurs="0" />
</xsd:choice>
<xsd:element ref="UOMCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the UnitOfMeasure in which the Item is available to be sold.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="SupplierParty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ItemPrice" minOccurs="0" maxOccurs="unbounded" />
<xsd:group ref="FreeFormTextGroup" />
<xsd:group ref="ReferencesGroup" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|