The type of an integer in the range 1...9. |
Elements | newsMessage/header/priority, urgency |
Attribute | AudienceType/@significance |
<xs:simpleType name="Int1to9Type"> <xs:annotation> <xs:documentation>The type of an integer in the range 1...9.</xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="9"/> </xs:restriction> </xs:simpleType> |