PriceTargetCodeType

Total : Price is a total Unit : Price is per unit and a quantity must
be used to get a total price

Simple Type Information

Used By

Source

<xs:simpleType name="PriceTargetCodeType">
  <xs:annotation>
    <xs:documentation>Total : Price is a total Unit : Price is per unit and a quantity must be used to get a total price</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Total"/>
    <xs:enumeration value="Unit"/>
  </xs:restriction>
</xs:simpleType>