biom:BiometricCoordinateType

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

Definition

A data type for coordinates that are used to identify the person biometrics of the biometric captured with the encounter when the capture is a composite biometric.

Diagram

XML Schema

<xs:complexType name="BiometricCoordinateType">
<xs:annotation>
<xs:documentation>
A data type for coordinates that are used to identify the person biometrics of the biometric captured with the encounter when the capture is a composite biometric.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:CoordinateCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CoordinateCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:BiometricCoordinateIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:LeftIsQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TopIsQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RightIsQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:BottomIsQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:QualityValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:BiometricCoordinateAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>