ndex:ApprovalStatusCodeSimpleType

simpleType ApprovalStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

Definition

A data type for a code that identifies the status of the request for addition to the approved visitor list.

Diagram

Enumerations

ValueDefinition
APPROVEDApproved
DENIEDDenied
PENDINGPending
REVOKEDRevoked

XML Schema

<xs:simpleType name="ApprovalStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the status of the request for addition to the approved visitor list.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="APPROVED">
<xs:annotation>
<xs:documentation>
Approved
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DENIED">
<xs:annotation>
<xs:documentation>
Denied
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PENDING">
<xs:annotation>
<xs:documentation>
Pending
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REVOKED">
<xs:annotation>
<xs:documentation>
Revoked
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>