namespace | http://www.IM-Draft-03-00-44a | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="AboutCenter"> <xs:annotation> <xs:appinfo> no data known (0) -- set 1 if below data is not known -- set 1 if answer is yes to questions below: own others (1) -- does this center control other centers? temporary (2) -- is this center transitory in nature? ics (3) -- is this an incident command system-ICP center multi Agency (4) -- do multiple agencies use this single center? mobile (5) -- is the center in fact a vehicle (e.g. , has plans (6) -- does center have response plans loaded? automated (7) -- automated data source (no human dispatcher) -- values 8 through 31 reserved for future ITS use -- values 32 through 63 reserved for local use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="7"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="no data known"/> <xs:enumeration value="own others"/> <xs:enumeration value="temporary"/> <xs:enumeration value="ics"/> <xs:enumeration value="multi Agency"/> <xs:enumeration value="mobile"/> <xs:enumeration value="has plans"/> <xs:enumeration value="automated"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |