simpleType "AbdominalExamFindingLocation"
Namespace:
Defined:
globally in eExam_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3510001"
 - 
Generalized
"3510003"
 - 
Left Lower Quadrant
"3510005"
 - 
Left Upper Quadrant
"3510007"
 - 
Periumbilical
"3510009"
 - 
Right Lower Quadrant
"3510011"
 - 
Right Upper Quadrant
"3510013"
 - 
Epigastric

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The location of the Abdominal Exam Finding.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  AbdominalExamFindingLocation
Derivation:
restriction of xs:string
Facets:
enumeration:
"3510001"
 - 
Generalized
"3510003"
 - 
Left Lower Quadrant
"3510005"
 - 
Left Upper Quadrant
"3510007"
 - 
Periumbilical
"3510009"
 - 
Right Lower Quadrant
"3510011"
 - 
Right Upper Quadrant
"3510013"
 - 
Epigastric
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="AbdominalExamFindingLocation">
<xs:restriction base="xs:string">
<xs:enumeration value="3510001"/>
<xs:enumeration value="3510003"/>
<xs:enumeration value="3510005"/>
<xs:enumeration value="3510007"/>
<xs:enumeration value="3510009"/>
<xs:enumeration value="3510011"/>
<xs:enumeration value="3510013"/>
</xs:restriction>
</xs:simpleType>