element -> <eVitals.30>
eVitals.30 Stroke Scale Type Yes Yes The type of stroke scale used. Required Stroke Added to include additional detail on the stroke scale used.
Namespace:
Type:
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.30
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eVitals.30>
Simple Content Detail:
Enumeration:
"3330001"
 - 
Cincinnati
"3330003"
 - 
Los Angeles
"3330005"
 - 
Massachusetts
"3330007"
 - 
Miami Emergency Neurologic Deficit (MEND)
"3330009"
 - 
NIH
"3330011"
 - 
Other Stroke Scale Type
"3330013"
 - 
F.A.S.T. Exam

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  TypeOfStrokeScale (extension)
      complexType
Derivation:
extension of TypeOfStrokeScale
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eVitals.StrokeScaleType" name="eVitals.30" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="TypeOfStrokeScale">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</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"
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:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>