xlf:priorityValue

Simple Type Information

Used By

Attribute xlf:note/@priority

Source

<xs:simpleType name="priorityValue">
  <xs:restriction base="xs:positiveInteger">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="10"/>
  </xs:restriction>
</xs:simpleType>