type

Attribute Information

Used By

Element price

Source

<xs:attribute name="type" default="quote">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="call"/>
      <xs:enumeration value="msrp"/>
      <xs:enumeration value="offer"/>
      <xs:enumeration value="quote"/>
      <xs:enumeration value="asking"/>
      <xs:enumeration value="invoice"/>
      <xs:enumeration value="appraisal"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample