element -> <dPersonnel.AddressGroup>
Group tag to hold info about the personnel's mailing address
Namespace:
Type:
anonymous complexType
Content:
complex, 5 elements
Defined:
Includes:
definitions of 5 elements
Content Model Diagram
XML Representation Summary
<dPersonnel.AddressGroup>
   
Content: 
dPersonnel.04?, dPersonnel.05?, dPersonnel.06?, dPersonnel.07?, dPersonnel.08?
</dPersonnel.AddressGroup>
Content model elements (5):
Included in content model of elements (1):
XML Source (w/o annotations (6); see within schema source)
<xs:element id="dPersonnel.AddressGroup" minOccurs="0" name="dPersonnel.AddressGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dPersonnel.EMSPersonnelsMailingAddress" minOccurs="0" name="dPersonnel.04">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetAddress">
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsCityofResidence" minOccurs="0" name="dPersonnel.05" type="CityGnisCode"/>
<xs:element id="dPersonnel.EMSPersonnelsState" minOccurs="0" name="dPersonnel.06" type="ANSIStateCode"/>
<xs:element id="dPersonnel.EMSPersonnelsZIPCode" minOccurs="0" name="dPersonnel.07" type="ZIP"/>
<xs:element id="dPersonnel.EMSPersonnelsCountry" minOccurs="0" name="dPersonnel.08" type="ANSICountryCodesCAMXUS"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 5/5)
dPersonnel.04
Type:
anonymous (extension of StreetAddress), simple content
dPersonnel.04 EMS Personnel's Mailing Address No No The Street or PO Box of the personnel's mailing address. D08_04 Optional For individuals living outside the USA the full address can be entered in the address line.
Simple Content
xs:string
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsMailingAddress" minOccurs="0" name="dPersonnel.04">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetAddress">
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dPersonnel.05
Type:
CityGnisCode, simple content
dPersonnel.05 EMS Personnel's City of Residence No No The city of the personnel's mailing address. D08_05 Optional City codes are based on GNIS Feature Class. The primary Feature Class to use is "Civil" with "Populated Place" and "Military" code as additional options. <br/><br/>Definitions for each GNIS City Feature Class can be found on the GNIS Codes website. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a>
Simple Content
xs:positiveInteger
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsCityofResidence" minOccurs="0" name="dPersonnel.05" type="CityGnisCode"/>

dPersonnel.06
Type:
ANSIStateCode, simple content
dPersonnel.06 EMS Personnel's State No No The state of the personnel's mailing address. D08_06 Optional Based on ANSI Code.<br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm </a>
Simple Content
xs:string
Pattern:
[0-9]{2}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsState" minOccurs="0" name="dPersonnel.06" type="ANSIStateCode"/>

dPersonnel.07
Type:
ZIP, simple content
dPersonnel.07 EMS Personnel's ZIP Code No No The ZIP code of the personnel's mailing address. D08_07 Optional Zip Codes Product Website: <a>https://www.zipcodedownload.com/Products/Product/Z5Commercial/Standard/Overview/</a> <br/>Product: USA - 5-digit ZIP Code Database, Commercial Edition
Simple Content
xs:string
Pattern:
[0-9]{5}|[0-9]{5}-[0-9]{4}|[0-9]{5}-[0-9]{5}|[A-Z][0-9][A-Z] [0-9][A-Z][0-9]
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsZIPCode" minOccurs="0" name="dPersonnel.07" type="ZIP"/>

dPersonnel.08
Type:
ANSICountryCodesCAMXUS, simple content
dPersonnel.08 EMS Personnel's Country No No The country of the personnel mailing address. Optional Based on ANSI Code.<br/><br/>ANSI Country Codes (ISO 3166) Website: <a>http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm</a>
Simple Content
enumeration of xs:string
Enumeration:
"CA"
 - 
Canada
"MX"
 - 
Mexico
"US"
 - 
United States
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsCountry" minOccurs="0" name="dPersonnel.08" type="ANSICountryCodesCAMXUS"/>