biom:AssuranceLogEventCodeSimpleType

simpleType AssuranceLogEventCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for an information assurance log event code

Diagram

Enumerations

ValueDefinition
AddedAdded
CorruptedCorrupted
DeletedDeleted
ModifiedModified

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: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>