element -> <eDisposition.11>
eDisposition.11 Number of Patients Transported in this EMS Unit No Yes The number of patients transported by this EMS crew and unit. Recommended Added to document multiple patients being transported with the same vehicle and crew. Added to document multiple patients being transported with the same vehicle and crew.
Namespace:
Type:
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
<eDisposition.11
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ xs:positiveInteger }
</eDisposition.11>
Simple Content Detail:
MaxInclusive:
100
MinInclusive:
1
Anonymous Type Detail
Type Derivation Tree
xs:positiveInteger (restriction)
  NumberOfPatients (extension)
      complexType
Derivation:
extension of NumberOfPatients
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.NumberofPatientsTransportedinthisEMSUnit" minOccurs="0" name="eDisposition.11" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="NumberOfPatients">
<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>