namespace | http://www.IM-Draft-03-00-44a | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, local:Evacuation-Cause-National) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Evacuation-Cause-National"> <xs:annotation> <xs:appinfo> unknown (0) fire (1) hazmat no fire (2) hazmat fire (3) explosives (4) bomb threat (5) wmd threat (6) -- wmd. Weapons of Mass Distruction bio agent release (7) chem agent release (8) earthquake (9) severe weather hurricane (10) severe weather tornado (11) severe weather winds (12) severe weather ice (13) severe weather flood (14) severe weather other (15) severe weather tsunami (16) nuclear release (17) military (18) civil unrest (19) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="19"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unknown"/> <xs:enumeration value="fire"/> <xs:enumeration value="hazmat no fire"/> <xs:enumeration value="hazmat fire"/> <xs:enumeration value="explosives"/> <xs:enumeration value="bomb threat"/> <xs:enumeration value="wmd threat"/> <xs:enumeration value="bio agent release"/> <xs:enumeration value="chem agent release"/> <xs:enumeration value="earthquake"/> <xs:enumeration value="severe weather hurricane"/> <xs:enumeration value="severe weather tornado"/> <xs:enumeration value="severe weather winds"/> <xs:enumeration value="severe weather ice"/> <xs:enumeration value="severe weather flood"/> <xs:enumeration value="severe weather other"/> <xs:enumeration value="severe weather tsunami"/> <xs:enumeration value="nuclear release"/> <xs:enumeration value="military"/> <xs:enumeration value="civil unrest"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:Evacuation-Cause-National"/> </xs:simpleType> </xs:union> </xs:simpleType> |