ndex:ApprovalStatusCodeSimpleType
simpleType ApprovalStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/
Definition
A data type for a code that identifies the status of the request for addition to the approved visitor list.
Diagram
Enumerations
Value | Definition |
APPROVED | Approved |
DENIED | Denied |
PENDING | Pending |
REVOKED | Revoked |
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:restriction base="xs:token">
<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>