namespace | http://www.IM-Draft-03-00-44a | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, local:ResponderCautions) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="ResponderCautions"> <xs:annotation> <xs:appinfo> unknown (0) none known (1) -- no cautions to report see text (2) -- refer to text in using message sniper fire (3) gun wielding (4) gun shots (5) prior violence (6) -- known to have been site of violence in the past hostile patient (7) pathogens present (8) uncontained hazmat (9) -- uncontained hazardous materials (dry , contained hazmat (10) -- contained hazardous materials in area chem bio threat (11) bomb threat (12) civil unrest (13) risk of Fire (14) uncontained Fire (15) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="15"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unknown"/> <xs:enumeration value="none known"/> <xs:enumeration value="see text"/> <xs:enumeration value="sniper fire"/> <xs:enumeration value="gun wielding"/> <xs:enumeration value="gun shots"/> <xs:enumeration value="prior violence"/> <xs:enumeration value="hostile patient"/> <xs:enumeration value="pathogens present"/> <xs:enumeration value="uncontained hazmat"/> <xs:enumeration value="contained hazmat"/> <xs:enumeration value="chem bio threat"/> <xs:enumeration value="bomb threat"/> <xs:enumeration value="civil unrest"/> <xs:enumeration value="risk of Fire"/> <xs:enumeration value="uncontained Fire"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:ResponderCautions"/> </xs:simpleType> </xs:union> </xs:simpleType> |