status

Attribute Information

Used By

Element ice-enum

Source

<xs:attribute name="status" default="negotiable">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="accepted"/>
      <xs:enumeration value="required"/>
      <xs:enumeration value="negotiable"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample