<xsd:complexType name="BiometricCoordinateType">
<xsd:annotation>
<xsd: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.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="s:ComplexObjectType">
<xsd:sequence>
<xsd:element ref="scr:CoordinateCategoryCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CoordinateCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:BiometricCoordinateIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:LeftIsQuantity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:TopIsQuantity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:RightIsQuantity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:BottomIsQuantity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:QualityScore" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|