2.2.5.3 t:ImportanceChoicesType Simple Type

The ImportanceChoicesType simple type specifies the levels of importance for an item.

 <xs:simpleType name="ImportanceChoicesType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="High"
      />
     <xs:enumeration
       value="Low"
      />
     <xs:enumeration
       value="Normal"
      />
   </xs:restriction>
 </xs:simpleType>
  

The following table lists the values that are defined by the ImportanceChoicesType simple type.

Value

Meaning

High

Specifies high importance.

Low

Specifies low importance.

Normal

Specifies normal importance.