m:CANUSLexiconAPR07ThreatCodeSimpleType
simpleType CANUSLexiconAPR07ThreatCodeSimpleType in namespace http://release.niem.gov/niem/domains/maritime/4.2/
Definition
A data type for a threat code as defined by the April 2007 Canada/USA Bi-National Vessel of Interest (VOI) Lexicon threat codes.
Diagram
Enumerations
Value | Definition |
High | See CANADA / USA Bi-National VOI Lexicon dated APRIL 2007, value High |
Low | See CANADA / USA Bi-National VOI Lexicon dated APRIL 2009, value Low |
Medium | See CANADA / USA Bi-National VOI Lexicon dated APRIL 2008, value Medium |
Negligible | See CANADA / USA Bi-National VOI Lexicon dated APRIL 2010, value Negligable |
XML Schema
<xs:simpleType name="CANUSLexiconAPR07ThreatCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a threat code as defined by the April 2007 Canada/USA Bi-National Vessel of Interest (VOI) Lexicon threat codes.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="High">
<xs:annotation>
<xs:documentation>
See CANADA / USA Bi-National VOI Lexicon dated APRIL 2007, value High</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Low">
<xs:annotation>
<xs:documentation>
See CANADA / USA Bi-National VOI Lexicon dated APRIL 2009, value Low</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Medium">
<xs:annotation>
<xs:documentation>
See CANADA / USA Bi-National VOI Lexicon dated APRIL 2008, value Medium</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Negligible">
<xs:annotation>
<xs:documentation>
See CANADA / USA Bi-National VOI Lexicon dated APRIL 2010, value Negligable</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>