element -> <eVitals.07>
eVitals.07 DBP (Diastolic Blood Pressure) No Yes The patient's diastolic blood pressure. E14_05 Recommended Diastolic blood pressure pattern allows for the following values:<br/>1) A number 0 through 500 <br/>2) P<br/>3) p Yes
Namespace:
Type:
anonymous (extension of DBP)
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eVitals.07
    PN
 = 
("8801005" | "8801019" | "8801023")
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ xs:string }
</eVitals.07>
Simple Content Detail:
Pattern:
[5][0][0]|[1-4][0-9][0-9]|[0]|[1-9][0-9]|P|p

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  DBP (extension)
      complexType
Derivation:
extension of DBP
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eVitals.DBPDiastolicBloodPressure" minOccurs="0" name="eVitals.07" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DBP">
<xs:attribute name="PN" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<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; 2/2)
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>

PN
Type:
Use:
optional
Attribute Value
"8801005" | "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:simpleType>
</xs:attribute>