element -> <dContact.05>
dContact.05 Agency Contact Address No Yes The street address of the agency contact's mailing address. D02_04 Recommended The address for the director/chief/lead administrator/CEO/ should be the main address for the EMS agency.
Namespace:
Type:
anonymous (extension of StreetAddress)
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<dContact.05
    NV
 = 
("7701001" | "7701003" | "7701005")
    StreetAddress2
 = 
xs:string
    >
   
Content: 
{ xs:string }
</dContact.05>
Simple Content Detail:
MaxLength:
255
MinLength:
1

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  StreetAddress (extension)
      complexType
Derivation:
extension of StreetAddress
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dContact.AgencyContactAddress" minOccurs="0" name="dContact.05" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetAddress">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
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>

StreetAddress2
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
1
XML Source (see within schema source)
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>