simpleType "PersonalProtectiveEquipmentUsed"
Namespace:
Defined:
globally in eOther_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4503001"
 - 
Eye Protection
"4503003"
 - 
Gloves
"4503005"
 - 
Helmet
"4503007"
 - 
Level A Suit
"4503009"
 - 
Level B Suit
"4503011"
 - 
Level C Suit
"4503013"
 - 
Level D Suit (Turn out gear)
"4503015"
 - 
Mask-N95
"4503017"
 - 
Mask-Surgical (Non-Fitted)
"4503019"
 - 
Other
"4503021"
 - 
PAPR
"4503023"
 - 
Reflective Vest

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The personal protective equipment which was used by EMS personnel during this EMS patient contact.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PersonalProtectiveEquipmentUsed
Derivation:
restriction of xs:string
Facets:
enumeration:
"4503001"
 - 
Eye Protection
"4503003"
 - 
Gloves
"4503005"
 - 
Helmet
"4503007"
 - 
Level A Suit
"4503009"
 - 
Level B Suit
"4503011"
 - 
Level C Suit
"4503013"
 - 
Level D Suit (Turn out gear)
"4503015"
 - 
Mask-N95
"4503017"
 - 
Mask-Surgical (Non-Fitted)
"4503019"
 - 
Other
"4503021"
 - 
PAPR
"4503023"
 - 
Reflective Vest
XML Source (w/o annotations (13); see within schema source)
<xs:simpleType name="PersonalProtectiveEquipmentUsed">
<xs:restriction base="xs:string">
<xs:enumeration value="4503001"/>
<xs:enumeration value="4503003"/>
<xs:enumeration value="4503005"/>
<xs:enumeration value="4503007"/>
<xs:enumeration value="4503009"/>
<xs:enumeration value="4503011"/>
<xs:enumeration value="4503013"/>
<xs:enumeration value="4503015"/>
<xs:enumeration value="4503017"/>
<xs:enumeration value="4503019"/>
<xs:enumeration value="4503021"/>
<xs:enumeration value="4503023"/>
</xs:restriction>
</xs:simpleType>