Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Included schema eNarrative_v3.xsd
Namespace http://www.nemsis.org
Properties
attribute form default unqualified
element form default qualified
Element eNarrative / eNarrative.01
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eNarrative.01</number>
  <name>Patient Care Report Narrative</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The narrative of the patient care report (PCR).</definition>
  <v2Number>E13_01</v2Number>
  <usage>Recommended</usage>
</nemsisTacDoc>
Diagram
DiagrameNarrative_v3_xsd.tmp#PCRNarrativeeNarrative_v3_xsd.tmp#eNarrative_eNarrative_eNarrative.01_NV
Type extension of PCRNarrative
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
Source
<xs:element name="eNarrative.01" nillable="true" id="eNarrative.PatientCareReportNarrative" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eNarrative.01</number>
        <name>Patient Care Report Narrative</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The narrative of the patient care report (PCR).</definition>
        <v2Number>E13_01</v2Number>
        <usage>Recommended</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="PCRNarrative">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Complex Type eNarrative
Namespace http://www.nemsis.org
Diagram
DiagrameNarrative_v3_xsd.tmp#eNarrative_eNarrative.01
Used by
Model
Children eNarrative.01
Source
<xs:complexType name="eNarrative" id="Narrative">
  <xs:sequence>
    <xs:element name="eNarrative.01" nillable="true" id="eNarrative.PatientCareReportNarrative" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>eNarrative.01</number>
            <name>Patient Care Report Narrative</name>
            <national>No</national>
            <state>Yes</state>
            <definition>The narrative of the patient care report (PCR).</definition>
            <v2Number>E13_01</v2Number>
            <usage>Recommended</usage>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="PCRNarrative">
            <xs:attribute name="NV" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type PCRNarrative
Namespace http://www.nemsis.org
Annotations
The narrative of the patient care report (PCR).
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 1
maxLength 10000
Used by
Source
<xs:simpleType name="PCRNarrative">
  <xs:annotation>
    <xs:documentation>The narrative of the patient care report (PCR).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="1"/>
    <xs:maxLength value="10000"/>
  </xs:restriction>
</xs:simpleType>
Attribute eNarrative / eNarrative.01 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>