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" type="StreetAddress"/>
<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
<nemsisTacDoc> <number>dLocation.01</number> <name>EMS Location Type</name> <national>No</national> <state>No</state> <definition>The type of EMS Location which could be a fixed station or a pre-determined staging area.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>This is associated with the EMS Agency associated with the EMS Agency Number (dAgency.02).</comment> <v3Changes>Added to allow multiple locations to be documented for an EMS Agency.</v3Changes> </nemsisTacDoc>
Simple Content
enumeration of xs:string
Enumeration:
"1301001"
 - 
EMS Agency Headquarters
"1301003"
 - 
EMS Staging Area
"1301005"
 - 
EMS Station
"1301007"
 - 
Other (Not Listed)
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
<nemsisTacDoc> <number>dLocation.02</number> <name>EMS Location Name</name> <national>No</national> <state>No</state> <definition>The name of the EMS Location.</definition> <v2Number>D05_01</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
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
<nemsisTacDoc> <number>dLocation.03</number> <name>EMS Location Number</name> <national>No</national> <state>No</state> <definition>The ID number of the EMS Location. </definition> <v2Number>D05_02</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
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
<nemsisTacDoc> <number>dLocation.04</number> <name>EMS Location GPS</name> <national>No</national> <state>No</state> <definition>The GPS coordinate of the EMS location.</definition> <v2Number>D05_04</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment>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 </comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
Pattern:
(\+|-)?([9][0]|([1-8][0-9]|[0-9]|90)(\.[0-9]{1,6})?),(\+|-)?([1][8][0]|([1][0-7][0-9]|[1-9][0-9]|[0-9]|90)(\.[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
<nemsisTacDoc> <number>dLocation.05</number> <name>EMS Location US National Grid Coordinates</name> <national>No</national> <state>No</state> <definition>The US National Grid Coordinates of the EMS location.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>For more information go to www.fgdc.gov/usng.</comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
Pattern:
[1][0-9][R,S,T,U][ABCDEFGHJKLMNPQRSTUVWXYZ][ABCDEFGHJKLMNPQRSTUV][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:
StreetAddress, simple content
<nemsisTacDoc> <number>dLocation.06</number> <name>EMS Location Address</name> <national>No</national> <state>No</state> <definition>The address of the EMS Location.</definition> <v2Number>D05_05</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
maxLength:
55
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dLocation.EMSLocationAddress" minOccurs="0" name="dLocation.06" type="StreetAddress"/>

dLocation.07
Type:
CityGnisCode, simple content
<nemsisTacDoc> <number>dLocation.07</number> <name>EMS Location City</name> <national>No</national> <state>No</state> <definition>The city of the EMS Location.</definition> <v2Number>D05_06</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment>Based on GNIS Civil Code or Populated Place code.<br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment> <v3Changes/> </nemsisTacDoc>
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
<nemsisTacDoc> <number>dLocation.08</number> <name>EMS Location State</name> <national>No</national> <state>No</state> <definition>The state of the EMS Location.</definition> <v2Number>D05_07</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment>Based on the ANSI Code. <br/><br/>ANSI Country Codes (ISO 3166) Website:<a>http://geonames.usgs.gov/domestic/download_data.htm </a></comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
Length:
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
<nemsisTacDoc> <number>dLocation.09</number> <name>EMS Station or Location ZIP Code</name> <national>No</national> <state>No</state> <definition>The ZIP code of the EMS Location.</definition> <v2Number>D05_08</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment>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</comment> <v3Changes/> </nemsisTacDoc>
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
<nemsisTacDoc> <number>dLocation.10</number> <name>EMS Location County</name> <national>No</national> <state>No</state> <definition>The county of the EMS Location</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>County codes are based on ISO/ANSI codes. A 5-digit code based on state (2-digits) and county (5-digit). <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
Length:
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
<nemsisTacDoc> <number>dLocation.11</number> <name>EMS Location Country</name> <national>No</national> <state>No</state> <definition>The country of the EMS location.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>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></comment> <v3Changes>Added to improve international implementations.</v3Changes> </nemsisTacDoc>
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
<nemsisTacDoc> <number>dLocation.12</number> <name>EMS Location Phone Number</name> <national>No</national> <state>No</state> <definition>The phone number of the EMS Location.</definition> <v2Number>D05_09</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
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>