simpleType "UseOfOccupantSafetyEquipment"
Namespace:
Defined:
globally in eInjury_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2907001"
 - 
Child Booster Seat
"2907003"
 - 
Eye Protection
"2907005"
 - 
Helmet Worn
"2907007"
 - 
Infant Car Seat Forward Facing
"2907009"
 - 
Infant Car Seat Rear Facing
"2907015"
 - 
None
"2907017"
 - 
Other
"2907019"
 - 
Personal Floatation Device
"2907021"
 - 
Protective Clothing
"2907023"
 - 
Protective Non-Clothing Gear
"2907027"
 - 
Shoulder and Lap Belt Used
"2907029"
 - 
Lap Belt Only Used
"2907031"
 - 
Shoulder Belt Only Used

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Safety equipment in use by the patient at the time of the injury
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  UseOfOccupantSafetyEquipment
Derivation:
restriction of xs:string
Facets:
enumeration:
"2907001"
 - 
Child Booster Seat
"2907003"
 - 
Eye Protection
"2907005"
 - 
Helmet Worn
"2907007"
 - 
Infant Car Seat Forward Facing
"2907009"
 - 
Infant Car Seat Rear Facing
"2907015"
 - 
None
"2907017"
 - 
Other
"2907019"
 - 
Personal Floatation Device
"2907021"
 - 
Protective Clothing
"2907023"
 - 
Protective Non-Clothing Gear
"2907027"
 - 
Shoulder and Lap Belt Used
"2907029"
 - 
Lap Belt Only Used
"2907031"
 - 
Shoulder Belt Only Used
XML Source (w/o annotations (14); see within schema source)
<xs:simpleType name="UseOfOccupantSafetyEquipment">
<xs:restriction base="xs:string">
<xs:enumeration value="2907001"/>
<xs:enumeration value="2907003"/>
<xs:enumeration value="2907005"/>
<xs:enumeration value="2907007"/>
<xs:enumeration value="2907009"/>
<xs:enumeration value="2907015"/>
<xs:enumeration value="2907017"/>
<xs:enumeration value="2907019"/>
<xs:enumeration value="2907021"/>
<xs:enumeration value="2907023"/>
<xs:enumeration value="2907027"/>
<xs:enumeration value="2907029"/>
<xs:enumeration value="2907031"/>
<!--<xs:enumeration value="2907011">
<xs:annotation>
<xs:documentation>Lap Belt With Shoulder Belt</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2907013">
<xs:annotation>
<xs:documentation>Lap Belt Without Shoulder Belt</xs:documentation>
</xs:annotation>
</xs:enumeration>
-->
<!--<xs:enumeration value="2907025">
<xs:annotation>
<xs:documentation>Shoulder Belt</xs:documentation>
</xs:annotation>
</xs:enumeration>
-->
</xs:restriction>
</xs:simpleType>