<?xml version="1.0" encoding="utf-8"?>
<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by BKA (BKA) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://standards.iso.org/iso-iec/19794/-1/ed-2/amd/2" xmlns:cmn="http://standards.iso.org/iso-iec/19794/-1/ed-2/amd/2" targetNamespace="http://standards.iso.org/iso-iec/19794/-1/ed-2/amd/2" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:annotation>
		<xs:documentation>Permission is hereby granted, free of charge in perpetuity, to any person obtaining a copy of the Schema, to use, copy, modify, merge and distribute free of charge, copies of the Schema for the purposes of developing, implementing, installing and using software based on the Schema, and to permit persons to whom the Schema is furnished to do so, subject to the following conditions:
THE SCHEMA IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SCHEMA OR THE USE OR OTHER DEALINGS IN THE SCHEMA.</xs:documentation>
	</xs:annotation>
	<xs:complexType name="VersionType">
		<xs:sequence>
			<xs:element name="Major" type="xs:unsignedInt"/>
			<xs:element name="Minor" type="xs:unsignedInt"/>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="Version" type="VersionType"/>
	<xs:annotation>
		<xs:documentation>Call for NB contributions</xs:documentation>
	</xs:annotation>
	<xs:complexType name="RegistryIDType">
		<xs:sequence>
			<xs:element name="Organization" type="xs:string"/>
			<xs:element name="ID" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="BiometricCaptureDeviceType">
		<xs:annotation>
			<xs:documentation>The definition of the complex type "BiometricCaptureDeviceType" is served as en example; The further development of this type definition will be within the scope of SD16</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="DeviceID" type="RegistryIDType"/>
			<xs:element name="CertificationIDList" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="CertificationID" type="cmn:RegistryIDType" maxOccurs="unbounded"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="QualityType">
		<xs:sequence>
			<xs:element name="Algorithm" type="RegistryIDType" minOccurs="0"/>
			<xs:choice>
				<xs:element name="Score" type="QualityScoreType" minOccurs="0"/>
				<xs:element name="QualityCalculationFailed" type="xs:string" minOccurs="0"/>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="QualityScoreType">
		<xs:restriction base="xs:unsignedByte">
			<xs:maxInclusive value="100"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="BiometricRepresentationType">
		<xs:annotation>
			<xs:documentation>The definition of the complex type "BiometricRepresentationType" is served as en example; The further development of this type definition will be within the scope of SD16</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:annotation>
				<xs:documentation>The element "CaptureDateTime" belongs to Representation Header</xs:documentation>
			</xs:annotation>
			<xs:element name="CaptureDateTime" type="xs:dateTime"/>
			<xs:element name="CaptureDevice" type="BiometricCaptureDeviceType"/>
			<xs:element name="Quality" type="QualityType" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="FrictionRidgePositionType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Unknown"/>
			<xs:enumeration value="RightThumb"/>
			<xs:enumeration value="RightIndex"/>
			<xs:enumeration value="RightMiddle"/>
			<xs:enumeration value="RightRing"/>
			<xs:enumeration value="RightLittle"/>
			<xs:enumeration value="LeftThumb"/>
			<xs:enumeration value="LeftIndex"/>
			<xs:enumeration value="LeftMiddle"/>
			<xs:enumeration value="LeftRing"/>
			<xs:enumeration value="LeftLittle"/>
			<xs:enumeration value="RightSlap"/>
			<xs:enumeration value="LeftSlap"/>
			<xs:enumeration value="BothThumbs"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="fingerCaptureDeviceTechnologyType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Unknown"/>
			<xs:enumeration value="LiveScanOptical"/>
			<xs:enumeration value="LiveScanCMOS"/>
			<xs:enumeration value="InkedPrintScan"/>
			<xs:enumeration value="Contactless"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FrictionRidgeImpressionType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="LiveScanPlain"/>
			<xs:enumeration value="LiveScanRolled"/>
			<xs:enumeration value="NonLiveScanPlain"/>
			<xs:enumeration value="NonLiveScanRolled"/>
			<xs:enumeration value="LatentImpression"/>
			<xs:enumeration value="LatentTracing"/>
			<xs:enumeration value="LatentPhoto"/>
			<xs:enumeration value="LatentLift"/>
			<xs:enumeration value="LiveScanVerticalSwipe"/>
			<xs:enumeration value="LiveScanPalm"/>
			<xs:enumeration value="NonLiveScanPalm"/>
			<xs:enumeration value="LatentPalmImpression"/>
			<xs:enumeration value="LatentPalmTracing"/>
			<xs:enumeration value="LatentPalmPhoto"/>
			<xs:enumeration value="LatentPalmLift"/>
			<xs:enumeration value="LiveScanOpticalContactPlain"/>
			<xs:enumeration value="LiveScanOpticalContactRolled"/>
			<xs:enumeration value="LiveScanNonOpticalContactPlain"/>
			<xs:enumeration value="LiveScanNonOpticalContactRolled"/>
			<xs:enumeration value="LiveScanOpticalContactlessPlain"/>
			<xs:enumeration value="LiveScanOpticalContactlessRolled"/>
			<xs:enumeration value="LiveScanNonOpticalContactlessPlain"/>
			<xs:enumeration value="LiveScanNonOpticalContactlessRolled"/>
			<xs:enumeration value="Other"/>
			<xs:enumeration value="Unknown"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FingerPositionType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="UnknownFinger"/>
			<xs:enumeration value="RightThumb"/>
			<xs:enumeration value="RightIndexFinger"/>
			<xs:enumeration value="RightMiddleFinger"/>
			<xs:enumeration value="RightRingFinger"/>
			<xs:enumeration value="RightLittleFinger"/>
			<xs:enumeration value="LeftThumb"/>
			<xs:enumeration value="LeftIndexFinger"/>
			<xs:enumeration value="LeftMiddleFinger"/>
			<xs:enumeration value="LeftRingFinger"/>
			<xs:enumeration value="LeftLittleFinger"/>
			<xs:enumeration value="PlainRightFourFingers"/>
			<xs:enumeration value="PlainLeftFourFingers"/>
			<xs:enumeration value="LeftThumbAndRightThumb"/>
			<xs:enumeration value="RightIndexAndMiddle"/>
			<xs:enumeration value="RightMiddleAndRing"/>
			<xs:enumeration value="RightRingAndLittle"/>
			<xs:enumeration value="LeftIndexAndMiddle"/>
			<xs:enumeration value="LeftMiddleAndRing"/>
			<xs:enumeration value="LeftRingAndLittle"/>
			<xs:enumeration value="RightIndexAndLeftIndex"/>
			<xs:enumeration value="RightIndexAndMiddleAndRing"/>
			<xs:enumeration value="RightMiddleAndRingAndLittle"/>
			<xs:enumeration value="LeftIndexAndMiddleAndRing"/>
			<xs:enumeration value="LeftMiddleAndRingAndLittle"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="Coordinate2DType">
		<xs:sequence>
			<xs:element name="x" type="xs:integer"/>
			<xs:element name="y" type="xs:integer"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Coordinate3DType">
		<xs:sequence>
			<xs:element name="x" type="xs:integer"/>
			<xs:element name="y" type="xs:integer"/>
			<xs:element name="z" type="xs:integer"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PolarCoordinateType">
		<xs:sequence>
			<xs:element name="radius" type="xs:integer"/>
			<xs:element name="azimuth" type="xs:integer"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SphericalCoordinateType">
		<xs:sequence>
			<xs:element name="radius" type="xs:integer"/>
			<xs:element name="inclination" type="xs:integer"/>
			<xs:element name="azimuth" type="xs:integer"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="CylindricalCoordinateType">
		<xs:sequence>
			<xs:element name="radius" type="xs:integer"/>
			<xs:element name="azimuth" type="xs:integer"/>
			<xs:element name="height" type="xs:integer"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="VendorSpecificDataType">
		<xs:sequence>
			<xs:element name="TypeCode" type="xs:unsignedShort"/>
			<xs:element name="Data" type="xs:base64Binary"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="BiometricDataFormatType">
		<xs:sequence>
			<xs:annotation>
				<xs:documentation>The element "Representation" belongs to General Header</xs:documentation>
			</xs:annotation>
			<xs:element name="Representation" type="BiometricRepresentationType" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:annotation>
		<xs:documentation>Call for NB contributions to define a proper type for handling binary data by taking account of overhead of the use of "base64" to encode binary data</xs:documentation>
	</xs:annotation>
</xs:schema>
