<xsd:element name="PRODUCT_PRICE">
<xsd:complexType>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element minOccurs="0" ref="PRICE_AMOUNT"/>
<xsd:element minOccurs="0" ref="PRICE_FORMULA"/>
</xsd:choice>
<xsd:element ref="PRICE_CURRENCY" minOccurs="0"/>
<xsd:choice minOccurs="0">
<xsd:element ref="TAX_DETAILS" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="TAX" minOccurs="0"/>
</xsd:choice>
<xsd:element ref="PRICE_FACTOR" minOccurs="0"/>
<xsd:element ref="LOWER_BOUND" minOccurs="0"/>
<xsd:choice minOccurs="0">
<xsd:element ref="TERRITORY" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element minOccurs="0" ref="AREA_REFS"/>
</xsd:choice>
<xsd:element ref="PRICE_BASE" minOccurs="0"/>
<xsd:element ref="PRICE_FLAG" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="price_type" type="typePRICE_TYPE" use="required"/>
</xsd:complexType>
</xsd:element> |