Definition Type: ComplexType
Name: PriceListType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: PriceList.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into PriceListLine Drilldown into PriceListHeaderXSD Diagram of PriceListType
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
Collapse Comments:
blog comments powered by Disqus