List167

ONIX Code List 167
Price condition type

Simple Type Information

Used By

Element x463

Source

<xs:simpleType name="List167">
  <xs:annotation>
    <xs:documentation source="ONIX Code List 167">Price condition type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="00">
      <xs:annotation>
        <xs:documentation>No conditions</xs:documentation>
        <xs:documentation>Allows positive indication that there are no conditions (the default if <PriceCondition> is omitted)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="01">
      <xs:annotation>
        <xs:documentation>Includes updates</xs:documentation>
        <xs:documentation>Purchase at this price includes specified updates</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="02">
      <xs:annotation>
        <xs:documentation>Must also purchase updates</xs:documentation>
        <xs:documentation>Purchase at this price requires commitment to purchase specified updates, not included in price</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="03">
      <xs:annotation>
        <xs:documentation>Updates available</xs:documentation>
        <xs:documentation>Updates may be purchased separately, no minimum commitment required</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="05">
      <xs:annotation>
        <xs:documentation>Linked prior purchase price</xs:documentation>
        <xs:documentation>Purchase at this price requires prior purchase of other product</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="06">
      <xs:annotation>
        <xs:documentation>Linked price</xs:documentation>
        <xs:documentation>Purchase at this price requires simultaneous purchase of other product</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation>Rental duration</xs:documentation>
        <xs:documentation>The duration of the rental to which the price applies. Deprecated, use <PriceConstraint> instead</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation>Rental to purchase</xs:documentation>
        <xs:documentation>Purchase at this price requires prior rental of the product. <PriceConditionQuantity> gives minimum prior rental period, and <ProductIdentifier> may be used if rental uses a different product identifier</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation>Rental extension</xs:documentation>
        <xs:documentation>Upgrade to longer rental duration. <PriceConditionQuantity> gives minimum prior rental duration, and <ProductIdentifier> may be used if rental uses a different product identifier. Separate price constraint with time limited licence duration (code 07) specifies the new combined rental duration</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>