simpleType "StrokeScale"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3329001"
 - 
Negative
"3329003"
 - 
Non-Conclusive
"3329005"
 - 
Positive

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's Stroke Scale Results.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  StrokeScale
Derivation:
restriction of xs:string
Facets:
enumeration:
"3329001"
 - 
Negative
"3329003"
 - 
Non-Conclusive
"3329005"
 - 
Positive
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="StrokeScale">
<xs:restriction base="xs:string">
<xs:enumeration value="3329001"/>
<xs:enumeration value="3329003"/>
<xs:enumeration value="3329005"/>
</xs:restriction>
<!--TypeOfPainScale-->
</xs:simpleType>