element -> <dLocation.LocationGroup>
Group Tag to hold info about Location defined information
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 12 elements
Defined:
locally within dLocation complexType in dLocation_v3.xsd; see XML source
Includes:
definitions of 1 attribute, 12 elements
Content Model Diagram
XML Representation Summary
<dLocation.LocationGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
dLocation.01?, dLocation.02?, dLocation.03?, dLocation.04?, dLocation.05?, dLocation.06?, dLocation.07?, dLocation.08?, dLocation.09?, dLocation.10?, dLocation.11?, dLocation.12*
</dLocation.LocationGroup>
Content model elements (12):
Included in content model of elements (1):
XML Source (w/o annotations (13); see within schema source)
<xs:element id="dLocation.LocationDataGroup" maxOccurs="unbounded" minOccurs="0" name="dLocation.LocationGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dLocation.EMSLocationType" minOccurs="0" name="dLocation.01" type="LocationType"/>
<xs:element id="dLocation.EMSLocationName" minOccurs="0" name="dLocation.02" type="StationName"/>
<xs:element id="dLocation.EMSLocationNumber" minOccurs="0" name="dLocation.03" type="StationNumber"/>
<xs:element id="dLocation.EMSLocationGPS" minOccurs="0" name="dLocation.04" type="GPSLocation">
<!--<xs:complexType>
<xs:attributeGroup ref="GPSLocation"/>
</xs:complexType>
-->
</xs:element>
<xs:element id="dLocation.EMSLocationUSNationalGridCoordinates" minOccurs="0" name="dLocation.05" type="USNG"/>
<xs:element id="dLocation.EMSLocationAddress" minOccurs="0" name="dLocation.06">
<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="dLocation.EMSLocationCity" minOccurs="0" name="dLocation.07" type="CityGnisCode"/>
<xs:element id="dLocation.EMSLocationState" minOccurs="0" name="dLocation.08" type="ANSIStateCode"/>
<xs:element id="dLocation.EMSStationorLocationZIPCode" minOccurs="0" name="dLocation.09" type="ZIP"/>
<xs:element id="dLocation.EMSLocationCounty" minOccurs="0" name="dLocation.10" type="ANSICountyCode"/>
<xs:element id="dLocation.EMSLocationCountry" minOccurs="0" name="dLocation.11" type="ANSICountryCodesCAMXUS"/>
<xs:element id="dLocation.EMSLocationPhoneNumber" maxOccurs="unbounded" minOccurs="0" name="dLocation.12">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PhoneNumber">
<xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
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"/>
Content Element Detail (all declarations; defined in this component only; 12/12)
dLocation.01
Type:
LocationType, simple content
dLocation.01 EMS Location Type No No The type of EMS Location which could be a fixed station or a pre-determined staging area. Optional This is associated with the EMS Agency associated with the EMS Agency Number (dAgency.02). Added to allow multiple locations to be documented for an EMS Agency.
Simple Content
enumeration of xs:string
Enumeration:
"1301001"
 - 
EMS Agency Headquarters
"1301003"
 - 
EMS Staging Area
"1301005"
 - 
EMS Station
"1301007"
 - 
Other
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dLocation.EMSLocationType" minOccurs="0" name="dLocation.01" type="LocationType"/>

dLocation.02
Type:
StationName, simple content
dLocation.02 EMS Location Name No No The name of the EMS Location. D05_01 Optional
Simple Content
xs:string
maxLength:
100
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dLocation.EMSLocationName" minOccurs="0" name="dLocation.02" type="StationName"/>

dLocation.03
Type:
StationNumber, simple content
dLocation.03 EMS Location Number No No The ID number of the EMS Location. D05_02 Optional
Simple Content
xs:string
maxLength:
50
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dLocation.EMSLocationNumber" minOccurs="0" name="dLocation.03" type="StationNumber"/>

dLocation.04
Type:
GPSLocation, simple content
dLocation.04 EMS Location GPS No No The GPS coordinate of the EMS location. D05_04 Optional The pattern for GPS location is in the format "<span style="font-style:italic">latitude</span>,<span style="font-style:italic">longitude</span>" where: <br/>- <span style="font-style:italic">latitude</span> has a minimum of -90 and a maximum of 90 with up to 6 decimal places <br/>- <span style="font-style:italic">longitude</span> has a minimum of -180 and a maximum of 180 with up to 6 decimal places
Simple Content
xs:string
Pattern:
(\+|-)?(90(\.[0]{1,6})?|([1-8][0-9]|[0-9])(\.[0-9]{1,6})?),(\+|-)?(180(\.[0]{1,6})?|(1[0-7][0-9]|[1-9][0-9]|[0-9])(\.[0-9]{1,6})?)
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dLocation.EMSLocationGPS" minOccurs="0" name="dLocation.04" type="GPSLocation">
<!--<xs:complexType>
<xs:attributeGroup ref="GPSLocation"/>
</xs:complexType>
-->
</xs:element>

dLocation.05
Type:
USNG, simple content
dLocation.05 EMS Location US National Grid Coordinates No No The US National Grid Coordinates of the EMS location. Optional For more information go to www.fgdc.gov/usng.
Simple Content
xs:string
Pattern:
([1-9]|[1-5][0-9]|60)[C-HJ-NP-X][A-HJ-NP-Z][A-HJ-NP-V][0-9]{8}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dLocation.EMSLocationUSNationalGridCoordinates" minOccurs="0" name="dLocation.05" type="USNG"/>

dLocation.06
Type:
anonymous (extension of StreetAddress), simple content
dLocation.06 EMS Location Address No No The address of the EMS Location. D05_05 Optional
Simple Content
xs:string
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dLocation.EMSLocationAddress" minOccurs="0" name="dLocation.06">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetAddress">
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dLocation.07
Type:
CityGnisCode, simple content
dLocation.07 EMS Location City No No The city of the EMS location type (e.g., Fixed station, sub-station, staging area, etc.). D05_06 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="dLocation.EMSLocationCity" minOccurs="0" name="dLocation.07" type="CityGnisCode"/>

dLocation.08
Type:
ANSIStateCode, simple content
dLocation.08 EMS Location State No No The state of the EMS Location. D05_07 Optional Based on the ANSI State 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="dLocation.EMSLocationState" minOccurs="0" name="dLocation.08" type="ANSIStateCode"/>

dLocation.09
Type:
ZIP, simple content
dLocation.09 EMS Station or Location ZIP Code No No The ZIP code of the EMS Location. D05_08 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="dLocation.EMSStationorLocationZIPCode" minOccurs="0" name="dLocation.09" type="ZIP"/>

dLocation.10
Type:
ANSICountyCode, simple content
dLocation.10 EMS Location County No No The county of the EMS Location Optional Based on the ANSI Code Single Choice based on the County Name but stored as the ANSI code (combined 5 digit State and County codes). <br/> <br/>GNIS Codes Website: <a href="http://geonames.usgs.gov/domestic/download_data.htm">http://geonames.usgs.gov/domestic/download_data.htm</a>
Simple Content
xs:string
Pattern:
[0-9]{5}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dLocation.EMSLocationCounty" minOccurs="0" name="dLocation.10" type="ANSICountyCode"/>

dLocation.11
Type:
ANSICountryCodesCAMXUS, simple content
dLocation.11 EMS Location Country No No The country of the EMS location. Optional The International Organization for Standardization (ISO) ISO 3166-1-alpha-2 code element for the country. <br/><br/>ANSI Country Codes (ISO 3166) Website: <a>http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm</a> Added to improve international implementations.
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="dLocation.EMSLocationCountry" minOccurs="0" name="dLocation.11" type="ANSICountryCodesCAMXUS"/>

dLocation.12
Type:
anonymous (extension of PhoneNumber), simple content
dLocation.12 EMS Location Phone Number No No The phone number of the EMS Location. D05_09 Optional
Simple Content
xs:string
Pattern:
[2-9][0-9][0-9]-[2-9][0-9][0-9]-[0-9][0-9][0-9][0-9]
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dLocation.EMSLocationPhoneNumber" maxOccurs="unbounded" minOccurs="0" name="dLocation.12">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PhoneNumber">
<xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>