PriceCalculationSpecificationType

Complex Type Information

Model

Used By

Source

<xs:complexType name="PriceCalculationSpecificationType">
  <xs:choice>
    <xs:sequence>
      <xs:element ref="Unit"/>
      <xs:element ref="NumberOfUnits"/>
      <xs:element ref="PricePerUnit"/>
    </xs:sequence>
    <xs:sequence>
      <xs:element ref="Percent"/>
      <xs:element ref="BasePrice"/>
    </xs:sequence>
  </xs:choice>
</xs:complexType>