biom:AssuranceLogEventCodeSimpleType
simpleType AssuranceLogEventCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
Definition
A data type for an information assurance log event code
Diagram
Enumerations
| Value | Definition |
| Added | Added |
| Corrupted | Corrupted |
| Deleted | Deleted |
| Modified | Modified |
XML Schema
<xs:simpleType name="AssuranceLogEventCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an information assurance log event code</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Added">
<xs:annotation>
<xs:documentation>
Added</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Corrupted">
<xs:annotation>
<xs:documentation>
Corrupted</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Deleted">
<xs:annotation>
<xs:documentation>
Deleted</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Modified">
<xs:annotation>
<xs:documentation>
Modified</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>