element -> <ePatient.15>
ePatient.15 Age Yes Yes The patient's age (either calculated from date of birth or best approximation) E06_14 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma
Namespace:
Type:
anonymous (extension of Age)
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
<ePatient.15
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ xs:integer }
</ePatient.15>
Simple Content Detail:
MaxInclusive:
120
MinInclusive:
1

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:integer (restriction)
  Age (extension)
      complexType
Derivation:
extension of Age
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePatient.Age" name="ePatient.15" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Age">
<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>