namespace | http://www.IM-Draft-03-00-44a | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, local:ICS-Title) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="ICS-Title"> <xs:annotation> <xs:appinfo> unknown (0) commander (1) -- typically the incident commander officer (2) -- typically the command staff positions chief (3) -- typically a section chief director (4) supervisor (5) leader (6) person (7) -- use for all non-supervisory roles manager (8) deputy (9) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="9"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unknown"/> <xs:enumeration value="commander"/> <xs:enumeration value="officer"/> <xs:enumeration value="chief"/> <xs:enumeration value="director"/> <xs:enumeration value="supervisor"/> <xs:enumeration value="leader"/> <xs:enumeration value="person"/> <xs:enumeration value="manager"/> <xs:enumeration value="deputy"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:ICS-Title"/> </xs:simpleType> </xs:union> </xs:simpleType> |