simpleType EmergencyFacilityCapability
namespace http://www.IM-Draft-03-00-44a
type union of (restriction of xs:unsignedInt, restriction of xs:string, local:EmergencyFacilityCapability)
used by
elements Facilities/facilityProvides/facilityProvide InjuryData/facilityProvides/facilityProvide
annotation
appinfo

            xry (0) -- X-ray
            ekg (1) -- Electro Cardiogram
            oxy (2) -- Oxygen / Suction
            res (3) -- Resuscitator
            sur (4) -- Minor Surgery
            spl (5) -- Sling / Cast
            bld (6) -- Blood  (IV Fluids)
            def (7) -- Defibrillator
            brn (8) -- Burn Treatment
            tel (9) -- Electrocardiogram Telemetry Receiver
            com (10) -- Radio Communications With EMS
            psn (11) -- Poison
            nar (12) -- Narcotics
            all (13) -- All
            ntl (14) -- All but Telemetry
            ntc (15) -- All but Telemetry and Communications
        
documentation
      
            A three digit code of ASCII letters defined in D20
            (but upper case in D20)
        
source <xs:simpleType name="EmergencyFacilityCapability">
 
<xs:annotation>
   
<xs:appinfo>
            xry (0) -- X-ray
            ekg (1) -- Electro Cardiogram
            oxy (2) -- Oxygen / Suction
            res (3) -- Resuscitator
            sur (4) -- Minor Surgery
            spl (5) -- Sling / Cast
            bld (6) -- Blood  (IV Fluids)
            def (7) -- Defibrillator
            brn (8) -- Burn Treatment
            tel (9) -- Electrocardiogram Telemetry Receiver
            com (10) -- Radio Communications With EMS
            psn (11) -- Poison
            nar (12) -- Narcotics
            all (13) -- All
            ntl (14) -- All but Telemetry
            ntc (15) -- All but Telemetry and Communications
        
</xs:appinfo>
   
<xs:documentation>      
            A three digit code of ASCII letters defined in D20
            (but upper case in D20)
        
</xs:documentation>
 
</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="xry"/>
       
<xs:enumeration value="ekg"/>
       
<xs:enumeration value="oxy"/>
       
<xs:enumeration value="res"/>
       
<xs:enumeration value="sur"/>
       
<xs:enumeration value="spl"/>
       
<xs:enumeration value="bld"/>
       
<xs:enumeration value="def"/>
       
<xs:enumeration value="brn"/>
       
<xs:enumeration value="tel"/>
       
<xs:enumeration value="com"/>
       
<xs:enumeration value="psn"/>
       
<xs:enumeration value="nar"/>
       
<xs:enumeration value="all"/>
       
<xs:enumeration value="ntl"/>
       
<xs:enumeration value="ntc"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:EmergencyFacilityCapability"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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