simpleType "EyesAssessmentLocation"
Namespace:
Defined:
globally in eExam_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3517001"
 - 
Bilateral
"3517003"
 - 
Left
"3517005"
 - 
Right

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The location of the eye exam findings (right, left, bilateral)
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EyesAssessmentLocation
Derivation:
restriction of xs:string
Facets:
enumeration:
"3517001"
 - 
Bilateral
"3517003"
 - 
Left
"3517005"
 - 
Right
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="EyesAssessmentLocation">
<xs:restriction base="xs:string">
<xs:enumeration value="3517001"/>
<xs:enumeration value="3517003"/>
<xs:enumeration value="3517005"/>
</xs:restriction>
</xs:simpleType>