element <dLocation.LocationGroup>
Group Tag to hold info about Location defined information
Namespace:
Type:
anonymous complexType
Content:
complex, 3 attributes, 12 elements
Defined:
locally within dLocation complexType in dLocation_v3.xsd; see XML source
Includes:
definitions of 3 attributes, 12 elements
Content Model Diagram
XML Representation Summary
<dLocation.LocationGroup
    CurrentStatus
 = 
("A" | "I")
    CurrentStatusDate
 = 
xs:dateTime
    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="CurrentStatus" type="Status" use="required"/>
<xs:attribute name="CurrentStatusDate" type="DateTimeType" use="required"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 3/3)
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"/>

CurrentStatus
Type:
Use:
required
Attribute Value
enumeration of xs:string
Enumeration:
"A"
 - 
Active
"I"
 - 
Inactive
XML Source (see within schema source)
<xs:attribute name="CurrentStatus" type="Status" use="required"/>

CurrentStatusDate
Type:
Use:
required
Attribute Value
xs:dateTime
MaxInclusive:
2050-01-01T00:00:00-00:00
MinInclusive:
1950-01-01T00:00:00-00:00
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}
XML Source (see within schema source)
<xs:attribute name="CurrentStatusDate" type="DateTimeType" use="required"/>
Content Element Detail (all declarations; defined in this component only; 12/12)
dLocation.01
Type:
LocationType, simple content
Name: EMS Location Type
National: No
State: No
Definition: The type of EMS Location which could be a fixed station or a pre-determined staging area.
Usage: Optional
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
Name: EMS Location Name
National: No
State: No
Definition: The name of the EMS Location.
Usage: Optional
Simple Content
xs:string
maxLength:
50
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
Name: EMS Location Number
National: No
State: No
Definition: The ID number of the EMS Location.
Usage: 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
Name: EMS Location GPS
National: No
State: No
Definition: The GPS coordinate of the EMS location.
Usage: Optional
Simple Content
xs:string
Pattern:
(\+|-)?([9][0]|([1-8][0-9]|[0-9]|90)(\.[\d]{0,6})?),(\+|-)?([1][8][0]|([1][0-7][0-9]|[1-9][0-9]|[0-9]|90)(\.[\d]{0,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
Name: EMS Location US National Grid Coordinates
National: No
State: No
Definition: The US National Grid Coordinates of the EMS location.
Usage: Optional
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
Name: EMS Location Address
National: No
State: No
Definition: The address of the EMS Location.
Usage: Optional
Simple Content
xs:string
maxLength:
55
minLength:
2
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
Name: EMS Location City
National: No
State: No
Definition: The city of the EMS Location.
Usage: Optional
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
Name: EMS Location State
National: No
State: No
Definition: The state of the EMS Location.
Usage: Optional
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
Name: EMS Station or Location ZIP Code
National: No
State: No
Definition: The ZIP code of the EMS Location.
Usage: Optional
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
Name: EMS Location County
National: No
State: No
Definition: The county of the EMS Location
Usage: Optional
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
Name: EMS Location Country
National: No
State: No
Definition: The country of the EMS location.
Usage: Optional
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
Name: EMS Location Phone Number
National: No
State: No
Definition: The phone number of the EMS Location.
Usage: 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>