Definition Type: ComplexType
Name: PriceListType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: PriceList.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PriceListLine in schema pricelist_xsd Drilldown into PriceListHeader in schema pricelist_xsdXSD Diagram of PriceListType in schema pricelist_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="PriceListType">
    <xsd:sequence>
        <xsd:element ref="PriceListHeader" minOccurs="0" />
        <xsd:element ref="PriceListLine" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PriceListHeader nsA:PriceListHeader 0 (1)
PriceListLine nsA:PriceListLine 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:PriceList