ncic:CanadianCodeSimpleType

simpleType CanadianCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/

Definition

A data type for 2.1: Canadian Provinces

Diagram

Enumerations

ValueDefinition
ABALBERTA
BCBRITISH COLUMBIA
MBMANITOBA
NFNEWFOUNDLAND (INCLUDES LABRADOR)
NKNEW BRUNSWICK
NSNOVA SCOTIA
NTNORTHWEST TERRITORIES
ONONTARIO
PEPRINCE EDWARD ISLAND
PQQUEBEC
SNSASKATCHEWAN
XNNUNAVUT TERRITORY (NUVAVUT)
YTYUKON (TERRITORY)

XML Schema

<xs:simpleType name="CanadianCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 2.1: Canadian Provinces
</xs:documentation>
</xs:annotation>
<xs:enumeration value="AB">
<xs:annotation>
<xs:documentation>
ALBERTA
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BC">
<xs:annotation>
<xs:documentation>
BRITISH COLUMBIA
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MB">
<xs:annotation>
<xs:documentation>
MANITOBA
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NF">
<xs:annotation>
<xs:documentation>
NEWFOUNDLAND (INCLUDES LABRADOR)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NK">
<xs:annotation>
<xs:documentation>
NEW BRUNSWICK
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NS">
<xs:annotation>
<xs:documentation>
NOVA SCOTIA
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NT">
<xs:annotation>
<xs:documentation>
NORTHWEST TERRITORIES
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ON">
<xs:annotation>
<xs:documentation>
ONTARIO
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PE">
<xs:annotation>
<xs:documentation>
PRINCE EDWARD ISLAND
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PQ">
<xs:annotation>
<xs:documentation>
QUEBEC
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SN">
<xs:annotation>
<xs:documentation>
SASKATCHEWAN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XN">
<xs:annotation>
<xs:documentation>
NUNAVUT TERRITORY (NUVAVUT)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="YT">
<xs:annotation>
<xs:documentation>
YUKON (TERRITORY)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>