Definition Type: ComplexType
Name: PriceListQualifierType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: PriceList.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Note in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into CustomerParty in schema components_xsd Drilldown into CatalogReference in schema components_xsdXSD Diagram of PriceListQualifierType in schema pricelist_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="PriceListQualifierType">
    <xsd:sequence>
        <xsd:element ref="CatalogReference" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Reference to the Catalog in which the PriceList applies.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="CustomerParty" minOccurs="0" maxOccurs="unbounded" />
        <xsd:group ref="FreeFormTextGroup" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CatalogReference nsA:CatalogReference 0 unbounded
CustomerParty nsA:CustomerParty 0 unbounded
Description nsA:Description 0 unbounded
Note nsA:Note 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:FreeFormTextGroup (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:PriceListQualifier