simpleType "TypeOfPainScale"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3328001"
 - 
FLACC (Face, Legs, Activity, Cry, Consolability)
"3328003"
 - 
Numeric (0-10)
"3328005"
 - 
Other
"3328007"
 - 
Wong-Baker (FACES)

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The type of pain scale used.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  TypeOfPainScale
Derivation:
restriction of xs:string
Facets:
enumeration:
"3328001"
 - 
FLACC (Face, Legs, Activity, Cry, Consolability)
"3328003"
 - 
Numeric (0-10)
"3328005"
 - 
Other
"3328007"
 - 
Wong-Baker (FACES)
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="TypeOfPainScale">
<xs:restriction base="xs:string">
<xs:enumeration value="3328001"/>
<xs:enumeration value="3328003"/>
<xs:enumeration value="3328005"/>
<xs:enumeration value="3328007"/>
</xs:restriction>
<!--RTS-->
</xs:simpleType>