namespace | http://www.IM-Draft-03-00-44a | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, local:CoordinationRoles) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="CoordinationRoles"> <xs:annotation> <xs:appinfo> none (0) unknown (1) allFunctions (2) medicalCare (3) triage (4) onSiteSafety (5) hazmat (6) evacuation (7) localTrafficControl (8) vehicleRecovery (9) witnessStatements (10) evidenceControl (11) parameterControl (12) infrastructureAssessment (13) -- and recovery cleanup (14) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="14"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="none"/> <xs:enumeration value="unknown"/> <xs:enumeration value="allFunctions"/> <xs:enumeration value="medicalCare"/> <xs:enumeration value="triage"/> <xs:enumeration value="onSiteSafety"/> <xs:enumeration value="hazmat"/> <xs:enumeration value="evacuation"/> <xs:enumeration value="localTrafficControl"/> <xs:enumeration value="vehicleRecovery"/> <xs:enumeration value="witnessStatements"/> <xs:enumeration value="evidenceControl"/> <xs:enumeration value="parameterControl"/> <xs:enumeration value="infrastructureAssessment"/> <xs:enumeration value="cleanup"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:CoordinationRoles"/> </xs:simpleType> </xs:union> </xs:simpleType> |