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 (Standards for Technology in Automotive Retail)
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 oagis:PriceListHeader 0 (1)
PriceListLine oagis:PriceListLine 0 unbounded
Collapse Derivation Tree:
Collapse References:
oagis:PriceList