type

Attribute Information

Used By

Source

<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="award"/>
      <xs:enumeration value="final"/>
      <xs:enumeration value="accept"/>
      <xs:enumeration value="reject"/>
      <xs:enumeration value="update"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample