simpleType "ECGMethod"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3305001"
 - 
Computer Interpretation
"3305003"
 - 
Manual Interpretation
"3305005"
 - 
Transmission with No Interpretation
"3305007"
 - 
Transmission with Remote Interpretation

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The method of ECG interpretation.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ECGMethod
Derivation:
restriction of xs:string
Facets:
enumeration:
"3305001"
 - 
Computer Interpretation
"3305003"
 - 
Manual Interpretation
"3305005"
 - 
Transmission with No Interpretation
"3305007"
 - 
Transmission with Remote Interpretation
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="ECGMethod">
<xs:restriction base="xs:string">
<xs:enumeration value="3305001"/>
<xs:enumeration value="3305003"/>
<xs:enumeration value="3305005"/>
<xs:enumeration value="3305007"/>
</xs:restriction>
<!--BloodGlucoseLevel-->
</xs:simpleType>