<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>
|