element -> <eExam.01>
eExam.01 Estimated Body Weight in Kilograms No Yes The patient's body weight in kilograms either measured or estimated E16_01 Recommended Pediatric Yes
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eExam complexType in eExam_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eExam.01
    NV
 = 
("7701001" | "7701003" | "7701005")
    PN
 = 
("8801023")
    >
   
Content: 
{ xs:decimal }
</eExam.01>
Simple Content Detail:
FractionDigits:
1
MaxInclusive:
999.9
MinInclusive:
0.1
TotalDigits:
4

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:decimal (restriction)
  EstimatedBodyWeight (extension)
      complexType
Derivation:
extension of EstimatedBodyWeight
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eExam.EstimatedBodyWeightinKilograms" minOccurs="0" name="eExam.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EstimatedBodyWeight">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.UnableToComplete"/>
</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
"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.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>