simpleType "EquipmentUsed"
Namespace:
Defined:
globally in eInjury_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2910001"
 - 
Eye and Face Protection
"2910003"
 - 
Foot Protection
"2910005"
 - 
Head Protection
"2910007"
 - 
Hearing Protection
"2910009"
 - 
Respiratory Protection
"2910011"
 - 
Safety Belts, lifelines, and lanyards
"2910013"
 - 
Safety Nets

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Documentation of the use of OSHA required equipment associated with the injury.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EquipmentUsed
Derivation:
restriction of xs:string
Facets:
enumeration:
"2910001"
 - 
Eye and Face Protection
"2910003"
 - 
Foot Protection
"2910005"
 - 
Head Protection
"2910007"
 - 
Hearing Protection
"2910009"
 - 
Respiratory Protection
"2910011"
 - 
Safety Belts, lifelines, and lanyards
"2910013"
 - 
Safety Nets
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="EquipmentUsed">
<xs:restriction base="xs:string">
<xs:enumeration value="2910001"/>
<xs:enumeration value="2910003"/>
<xs:enumeration value="2910005"/>
<xs:enumeration value="2910007"/>
<xs:enumeration value="2910009"/>
<xs:enumeration value="2910011"/>
<xs:enumeration value="2910013"/>
</xs:restriction>
</xs:simpleType>