<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
	<xs:documentation>Schema for territory codes created on May 15, 2007 6:26:15 PM</xs:documentation>
</xs:annotation>
<xs:simpleType name="TerritoryCode">
	<xs:restriction base="xs:string">
		<xs:enumeration value="AU"/>
		<xs:enumeration value="BE"/>
		<xs:enumeration value="BR"/>
		<xs:enumeration value="CA"/>
		<xs:enumeration value="CN"/>
		<xs:enumeration value="DE"/>
		<xs:enumeration value="ES"/>
		<xs:enumeration value="FI"/>
		<xs:enumeration value="FR"/>
		<xs:enumeration value="GB"/>
		<xs:enumeration value="IE"/>
		<xs:enumeration value="IN"/>
		<xs:enumeration value="JP"/>
		<xs:enumeration value="KR"/>
		<xs:enumeration value="MX"/>
		<xs:enumeration value="MY"/>
		<xs:enumeration value="SE"/>
		<xs:enumeration value="SG"/>
		<xs:enumeration value="US"/>
		<xs:enumeration value="WW-MN"/>
	</xs:restriction>
</xs:simpleType>
</xs:schema>