element -> <eVitals.33>
eVitals.33 Revised Trauma Score No No The patient's Revised Trauma Score. E14_27 Optional The Revised Trauma Score is a physiological scoring system that is based on the first set of vital signs obtained from the patient, and consists of Glasgow Coma Scale, Systolic Blood Pressure and Respiratory Rate. Trauma Yes
Namespace:
Type:
anonymous (extension of RTS)
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.33
    PN
 = 
("8801019" | "8801023")
    >
   
Content: 
{ xs:integer }
</eVitals.33>
Simple Content Detail:
MaxInclusive:
12
MinInclusive:
0

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:integer (restriction)
  RTS (extension)
      complexType
Derivation:
extension of RTS
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eVitals.RevisedTraumaScore" minOccurs="0" name="eVitals.33" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="RTS">
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
PN
Type:
Use:
optional
Attribute Value
"8801019" | "8801023"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>