<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://www.mycompany.com/customerrelations" xmlns="http://www.mycompany.com/customerrelations"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema">

	<xsd:simpleType name="Gender">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="FEMALE" />
			<xsd:enumeration value="MALE" />
		</xsd:restriction>
	</xsd:simpleType>

</xsd:schema>
