element -> <dAgency.10>
dAgency.10 Other Types of Service No Yes The other service type(s) which are provided by the agency. D01_06 Recommended Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma If no other services are provided beyond the Primary Service Type, Not Applicable should be used. This should include all of the types of services not listed in (dAgency.09) Primary Type of Service.
Namespace:
Type:
anonymous (extension of TypeOfService)
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within dAgency complexType in dAgency_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<dAgency.10
    CorrelationID
 = 
xs:string
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ enumeration of xs:string }
</dAgency.10>
Simple Content Detail:
Enumeration:
"9920001"
 - 
911 Response (Scene) with Transport Capability
"9920003"
 - 
911 Response (Scene) without Transport Capability
"9920005"
 - 
Air Medical
"9920007"
 - 
ALS Intercept
"9920011"
 - 
Hazmat
"9920013"
 - 
Medical Transport (Convalescent, Interfacility Transfer Hospital and Nursing Home)
"9920015"
 - 
Rescue
"9920017"
 - 
Community Paramedicine
"9920019"
 - 
Critical Care (Ground)
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  TypeOfService (extension)
      complexType
Derivation:
extension of TypeOfService
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dAgency.OtherTypesofService" maxOccurs="unbounded" minOccurs="0" name="dAgency.10" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="TypeOfService">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
<!--<xs:attribute name="CurrentStatus" type="Status" use="required"/>
<xs:attribute name="CurrentStatusDate" type="DateTimeType" use="required"/>
-->
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>

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>