Definition Type: ComplexType
Name: CatalogLineType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Catalog.xsd
Abstract
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
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Attachment in schema components_xsd Drilldown into DocumentReference in schema components_xsd Drilldown into ReferencesGroup in schema components_xsd Drilldown into Note in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into ItemPrice in schema catalog_xsd Drilldown into SupplierParty in schema components_xsd Drilldown into UOMCode in schema fields_xsd Drilldown into CommodityClassification in schema components_xsd Drilldown into Item in schema components_xsdXSD Diagram of CatalogLineType in schema catalog_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Item nsA:Item 0 (1)
CommodityClassification nsA:CommodityClassification 0 (1)
UOMCode nsA:UOMCode 0 (1)
SupplierParty nsA:SupplierParty 0 unbounded
ItemPrice nsA:ItemPrice 0 unbounded
Description nsA:Description 0 unbounded
Note nsA:Note 0 unbounded
DocumentReference nsA:DocumentReference 0 unbounded
Attachment nsA:Attachment 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:FreeFormTextGroup (1) (1)
<xs:group> nsA:ReferencesGroup (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:CatalogLine