Definition Type: ComplexType
Name: PriceListLineType
Namespace: http://www.openapplications.org/oagis/9
Type: oagis:LineType
Containing Schema: PriceList.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into PriceBreak Drilldown into UnitPrice Drilldown into CommodityClassification Drilldown into Item Drilldown into Attachment Drilldown into DocumentReference Drilldown into Note Drilldown into Description Drilldown into LineNumber Drilldown into LineTypeXSD Diagram of PriceListLineType
Collapse XSD Schema Code:
<xsd:complexType name="PriceListLineType">
    <xsd:complexContent>
        <xsd:extension base="LineType">
            <xsd:sequence>
                <xsd:choice minOccurs="0">
                    <xsd:sequence>
                        <xsd:element ref="Item" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Identifies the specific Item from the Catalog.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                    <xsd:sequence>
                        <xsd:element ref="CommodityClassification" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Is the commodity code in the Catalog.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:choice>
                <xsd:element ref="UnitPrice" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the amount per quantity.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element ref="PriceBreak" minOccurs="0" maxOccurs="unbounded" />
                <!-- <xsd:element ref="UserArea" minOccurs="0"/> -->
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineNumber oagis:LineNumber 0 (1)
Description oagis:Description 0 unbounded
Note oagis:Note 0 unbounded
DocumentReference oagis:DocumentReference 0 unbounded
Attachment oagis:Attachment 0 unbounded
Item oagis:Item 0 (1)
CommodityClassification oagis:CommodityClassification 0 (1)
UnitPrice oagis:UnitPrice 0 (1)
PriceBreak oagis:PriceBreak 0 unbounded
<xs:group> oagis:FreeFormTextGroup 0 (1)
<xs:group> oagis:ReferencesGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:PriceListLine
Collapse Comments:
blog comments powered by Disqus