simpleType "MechanismOfInjury"
Namespace:
Defined:
globally in eInjury_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2902001"
 - 
Blunt
"2902003"
 - 
Burn
"2902005"
 - 
Other
"2902007"
 - 
Penetrating

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The mechanism of the event which caused the injury
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  MechanismOfInjury
Derivation:
restriction of xs:string
Facets:
enumeration:
"2902001"
 - 
Blunt
"2902003"
 - 
Burn
"2902005"
 - 
Other
"2902007"
 - 
Penetrating
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="MechanismOfInjury">
<xs:restriction base="xs:string">
<xs:enumeration value="2902001"/>
<xs:enumeration value="2902003"/>
<xs:enumeration value="2902005"/>
<xs:enumeration value="2902007"/>
</xs:restriction>
</xs:simpleType>