biom:ProcessAnnotationType

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

Definition

A data type for a set of elements describing, or logging, a biometric processing algorithm or workstation

Diagram

XML Schema

<xs:complexType name="ProcessAnnotationType">
<xs:annotation>
<xs:documentation>
A data type for a set of elements describing, or logging, a biometric processing algorithm or workstation
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:ProcessUTCDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ProcessName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ProcessOwnerText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ProcessDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ProcessAnnotationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>