biom:AssuranceLogEntryType

complexType AssuranceLogEntryType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for an information assurance log entry

Diagram

XML Schema

<xs:complexType name="AssuranceLogEntryType">
<xs:annotation>
<xs:documentation>
A data type for an information assurance log entry
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:AssuranceLogEventCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:AssuranceLogEventReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:AssuranceLogEventLocationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:AssuranceLogAgentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:AssuranceLogEventOriginalValueText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:AssuranceLogEntryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>