element -> <dContact.01>
dContact.01 Agency Contact Type No Yes The contact type within the EMS agency. Recommended
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
<dContact.01
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ enumeration of xs:string }
</dContact.01>
Simple Content Detail:
Enumeration:
"1101001"
 - 
Administrative Assistant
"1101003"
 - 
EMS Agency Director/Chief/Lead Administrator/CEO
"1101005"
 - 
EMS Assistant Agency Director/Chief/Administrator/CEO
"1101007"
 - 
EMS Assistant Medical Director
"1101009"
 - 
EMS IT/Data Specialist
"1101011"
 - 
EMS Medical Director
"1101013"
 - 
EMS Quality/Performance Improvement Specialist
"1101015"
 - 
EMS Training/Education Specialist
"1101017"
 - 
Other

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