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

ValueDefinition
Aadministrative messages
Ccriminal history access
DDMV data access
Zother 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: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>