biom:BiometricClassificationType
complexType BiometricClassificationType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/
Definition
A data type for the classification of the kind of the Biometric information in the message.
Diagram
XML Schema
<xs:complexType name="BiometricClassificationType">
<xs:annotation>
<xs:documentation>
A data type for the classification of the kind of the Biometric information in the message.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:BiometricClassificationCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:BiometricClassificationCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:BiometricClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>