simpleType "SeatLocation"
Namespace:
Defined:
globally in eInjury_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2926001"
 - 
Driver Front Seat
"2926003"
 - 
Front Row Middle Seat
"2926005"
 - 
Passenger Front Seat
"2926007"
 - 
Second Row Left Seat
"2926009"
 - 
Second Row Middle Seat
"2926011"
 - 
Second Row Right Seat
"2926013"
 - 
Third Row Left Seat
"2926015"
 - 
Third Row Middle Seat
"2926017"
 - 
Third Row Right Seat

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The Automated Collision Notification Indication of the Occupant(s) Seat Location(s) within the vehicle.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  SeatLocation
Derivation:
restriction of xs:string
Facets:
enumeration:
"2926001"
 - 
Driver Front Seat
"2926003"
 - 
Front Row Middle Seat
"2926005"
 - 
Passenger Front Seat
"2926007"
 - 
Second Row Left Seat
"2926009"
 - 
Second Row Middle Seat
"2926011"
 - 
Second Row Right Seat
"2926013"
 - 
Third Row Left Seat
"2926015"
 - 
Third Row Middle Seat
"2926017"
 - 
Third Row Right Seat
XML Source (w/o annotations (10); see within schema source)
<xs:simpleType name="SeatLocation">
<xs:restriction base="xs:string">
<xs:enumeration value="2926001"/>
<xs:enumeration value="2926003"/>
<xs:enumeration value="2926005"/>
<xs:enumeration value="2926007"/>
<xs:enumeration value="2926009"/>
<xs:enumeration value="2926011"/>
<xs:enumeration value="2926013"/>
<xs:enumeration value="2926015"/>
<xs:enumeration value="2926017"/>
</xs:restriction>
</xs:simpleType>