<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://www.it.ojp.gov/jxdd/prerelease/nonauthoratative-code/1.0.0.0" xmlns="http://www.it.ojp.gov/jxdd/prerelease/nonauthoratative-code/1.0.0.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xsd:element name="ImagePoseCodeTypeElement" type="ImagePoseCodeType"/>
	<xsd:simpleType name="ImagePoseCodeType">
		<xsd:restriction base="xsd:token">
			<xsd:enumeration value="Frontal">
				<xsd:annotation>
					<xsd:documentation>The object in the image is facing the front.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Oblique">
				<xsd:annotation>
					<xsd:documentation>The object in the image is facing a quarter view.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Side">
				<xsd:annotation>
					<xsd:documentation>The object in the image is facing the side.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>

