nlets:AgencyAuthorizationCodeSimpleType
simpleType AgencyAuthorizationCodeSimpleType in namespace http://release.niem.gov/niem/codes/nlets/4.0/
Definition
A data type for an agency's access category to data.
Diagram
Enumerations
Value | Definition |
A | administrative messages |
C | criminal history access |
D | DMV data access |
Z | other NLETS message types |
XML Schema
<xs:simpleType name="AgencyAuthorizationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an agency's access category to data.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
administrative messages</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
criminal history access</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
DMV data access</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Z">
<xs:annotation>
<xs:documentation>
other NLETS message types</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>