element -> <eVitals.28>
eVitals.28 Pain Scale Type No Yes The type of pain scale used. Recommended Added to better document the patient's pain level.
Namespace:
Type:
anonymous (extension of TypeOfPainScale)
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eVitals.28
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ enumeration of xs:string }
</eVitals.28>
Simple Content Detail:
Enumeration:
"3328001"
 - 
FLACC (Face, Legs, Activity, Cry, Consolability)
"3328003"
 - 
Numeric (0-10)
"3328005"
 - 
Other
"3328007"
 - 
Wong-Baker (FACES)

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  TypeOfPainScale (extension)
      complexType
Derivation:
extension of TypeOfPainScale
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eVitals.PainScaleType" minOccurs="0" name="eVitals.28" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="TypeOfPainScale">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003" | "7701005"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>