element -> <eNarrative.01>
eNarrative.01 Patient Care Report Narrative No Yes The narrative of the patient care report (PCR). E13_01 Recommended
Namespace:
Type:
anonymous (extension of PCRNarrative)
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eNarrative complexType in eNarrative_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eNarrative.01
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ xs:string }
</eNarrative.01>
Simple Content Detail:
MaxLength:
10000
MinLength:
1

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