element -> <eInjury.10>
eInjury.10 OSHA Personal Protective Equipment Used No No Documentation of the use of OSHA required protective equipment used by the patient at the time of injury. Optional Added to better document personal protection equipment used by the patient associated with an injury.
Namespace:
Type:
anonymous (extension of EquipmentUsed)
Content:
simple, 1 attribute
Defined:
locally within eInjury complexType in eInjury_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eInjury.10
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eInjury.10>
Simple Content Detail:
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

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  EquipmentUsed (extension)
      complexType
Derivation:
extension of EquipmentUsed
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.OSHAPersonalProtectiveEquipmentUsed" maxOccurs="unbounded" minOccurs="0" name="eInjury.10">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EquipmentUsed">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>