simpleType RoleStatus
namespace http://www.IM-Draft-03-00-44a
type union of (restriction of xs:unsignedInt, restriction of xs:string, local:RoleStatus)
used by
element TrackInvolvedPerson/roleStatus
annotation
appinfo

            unknown (0)
            requires extrication (1)
            requires movement out of dangerous area (2)
            unattended (3)
            attended by non EMT (4)
            attended by EMT (5)
            in ALS ambulance (6)
            in BLS ambulance (7)
            en route to hospital (8)
            at hospital (9)
            taken into custody (10)
            left scene (11)
        
source <xs:simpleType name="RoleStatus">
 
<xs:annotation>
   
<xs:appinfo>
            unknown (0)
            requires extrication (1)
            requires movement out of dangerous area (2)
            unattended (3)
            attended by non EMT (4)
            attended by EMT (5)
            in ALS ambulance (6)
            in BLS ambulance (7)
            en route to hospital (8)
            at hospital (9)
            taken into custody (10)
            left scene (11)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="11"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="unknown"/>
       
<xs:enumeration value="requires extrication"/>
       
<xs:enumeration value="requires movement out of dangerous area"/>
       
<xs:enumeration value="unattended"/>
       
<xs:enumeration value="attended by non EMT"/>
       
<xs:enumeration value="attended by EMT"/>
       
<xs:enumeration value="in ALS ambulance"/>
       
<xs:enumeration value="in BLS ambulance"/>
       
<xs:enumeration value="en route to hospital"/>
       
<xs:enumeration value="at hospital"/>
       
<xs:enumeration value="taken into custody"/>
       
<xs:enumeration value="left scene"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:RoleStatus"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy