| namespace | http://www.ite.org/tmdd | ||||
| type | restriction of xs:unsignedByte | ||||
| used by |
|
||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:simpleType name="Event-description-priority-level"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>Number indicating the priority given an incident. where 1 is the Highest Priority and 10 the Lowest Priority.</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedByte"> <xs:minInclusive value="1"/> <xs:maxInclusive value="10"/> </xs:restriction> </xs:simpleType> |