element <dAgency.10>
Name: Other Types of Service
National: No
State: Yes
Definition: The other service type(s) which are provided by the agency.
Usage: Recommended
Namespace:
Type:
Content:
simple, 4 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 4 attributes
Content Model Diagram
XML Representation Summary
<dAgency.10
    CorrelationID
 = 
xs:string
    CurrentStatus
 = 
("A" | "I")
    CurrentStatusDate
 = 
xs:dateTime
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ enumeration of xs:string }
</dAgency.10>
Simple Content Detail:
Enumeration:
"1010001"
 - 
911 Response (Scene) with Transport Capability
"1010003"
 - 
911 Response (Scene) without Transport Capability
"1010005"
 - 
Air Medical
"1010007"
 - 
Hazmat
"1010009"
 - 
Medical Transport (Convalescent)
"1010011"
 - 
Paramedic Intercept
"1010013"
 - 
Rescue
"1010015"
 - 
Speciality Care Transport

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  OtherTypesOfService (extension)
      complexType
Derivation:
extension of OtherTypesOfService
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="OtherTypesOfService">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
<xs:attribute name="CurrentStatus" type="Status" use="required"/>
<xs:attribute name="CurrentStatusDate" type="DateTimeType" use="required"/>
<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; 4/4)
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"/>

CurrentStatus
Type:
Use:
required
Attribute Value
enumeration of xs:string
Enumeration:
"A"
 - 
Active
"I"
 - 
Inactive
XML Source (see within schema source)
<xs:attribute name="CurrentStatus" type="Status" use="required"/>

CurrentStatusDate
Type:
Use:
required
Attribute Value
xs:dateTime
MaxInclusive:
2050-01-01T00:00:00-00:00
MinInclusive:
1950-01-01T00:00:00-00:00
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}
XML Source (see within schema source)
<xs:attribute name="CurrentStatusDate" type="DateTimeType" use="required"/>

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>