| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| <entity-engine-xml> |
| <Geo abbreviation="AB" geoCode="AB" geoId="AB" geoName="Alberta" geoTypeId="PROVINCE"/> |
| <Geo abbreviation="BC" geoCode="BC" geoId="BC" geoName="British Columbia" geoTypeId="PROVINCE"/> |
| <Geo abbreviation="MB" geoCode="MB" geoId="MB" geoName="Manitoba" geoTypeId="PROVINCE"/> |
| <Geo abbreviation="NB" geoCode="NB" geoId="NB" geoName="New Brunswick" geoTypeId="PROVINCE"/> |
| <Geo abbreviation="NL" geoCode="NL" geoId="NL" geoName="Newfoundland and Labrador" geoTypeId="PROVINCE"/> |
| <Geo abbreviation="NS" geoCode="NS" geoId="NS" geoName="Nova Scotia" geoTypeId="PROVINCE"/> |
| <Geo abbreviation="NT" geoCode="NT" geoId="NT" geoName="Northwest Territories" geoTypeId="PROVINCE"/> |
| <Geo abbreviation="NU" geoCode="NU" geoId="NU" geoName="Nunavut" geoTypeId="PROVINCE"/> |
| <Geo abbreviation="ON" geoCode="ON" geoId="ON" geoName="Ontario" geoTypeId="PROVINCE"/> |
| <Geo abbreviation="PE" geoCode="PE" geoId="PE" geoName="Prince Edward Island" geoTypeId="PROVINCE"/> |
| <Geo abbreviation="QC" geoCode="QC" geoId="QC" geoName="Quebec" geoTypeId="PROVINCE"/> |
| <Geo abbreviation="SK" geoCode="SK" geoId="SK" geoName="Saskatchewan" geoTypeId="PROVINCE"/> |
| <Geo abbreviation="YT" geoCode="YT" geoId="YT" geoName="Yukon" geoTypeId="PROVINCE"/> |
| |
| <GeoAssoc geoId="CAN" geoIdTo="AB" geoAssocTypeId="REGIONS"/> |
| <GeoAssoc geoId="CAN" geoIdTo="BC" geoAssocTypeId="REGIONS"/> |
| <GeoAssoc geoId="CAN" geoIdTo="MB" geoAssocTypeId="REGIONS"/> |
| <GeoAssoc geoId="CAN" geoIdTo="NB" geoAssocTypeId="REGIONS"/> |
| <GeoAssoc geoId="CAN" geoIdTo="NL" geoAssocTypeId="REGIONS"/> |
| <GeoAssoc geoId="CAN" geoIdTo="NS" geoAssocTypeId="REGIONS"/> |
| <GeoAssoc geoId="CAN" geoIdTo="NT" geoAssocTypeId="REGIONS"/> |
| <GeoAssoc geoId="CAN" geoIdTo="NU" geoAssocTypeId="REGIONS"/> |
| <GeoAssoc geoId="CAN" geoIdTo="ON" geoAssocTypeId="REGIONS"/> |
| <GeoAssoc geoId="CAN" geoIdTo="PE" geoAssocTypeId="REGIONS"/> |
| <GeoAssoc geoId="CAN" geoIdTo="QC" geoAssocTypeId="REGIONS"/> |
| <GeoAssoc geoId="CAN" geoIdTo="SK" geoAssocTypeId="REGIONS"/> |
| <GeoAssoc geoId="CAN" geoIdTo="YT" geoAssocTypeId="REGIONS"/> |
| |
| </entity-engine-xml> |
| |