ImportanceType

Simple Type Information

Used By

Attribute @importance

Source

<xs:simpleType name="ImportanceType">
  <xs:restriction base="PositiveIntegerType">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="5"/>
  </xs:restriction>
</xs:simpleType>