type

Attribute Information

Used By

Element AvailablePrice

Source

<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="other"/>
      <xs:enumeration value="lowest"/>
      <xs:enumeration value="highest"/>
      <xs:enumeration value="lowestCompliant"/>
      <xs:enumeration value="highestCompliant"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample