<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://company.com/adsml-extensions" xmlns:adsml="http://www.adsml.org/typelibrary/2.0" xmlns:adsml-bo="http://www.adsml.org/adsmlbookings/2.0" targetNamespace="http://company.com/adsml-extensions" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://www.adsml.org/adsmlbookings/2.5" schemaLocation="../../Schemas/AdsMLBookings-2.5-Main-AS.xsd"/>
	<xs:import namespace="http://www.adsml.org/typelibrary/2.0" schemaLocation="../../Schemas/AdsMLTypeLibrary-2.0-AS.xsd"/>
	<xs:simpleType name="myContactRoles">
		<xs:restriction base="adsml:ContactRoleRootType">
			<xs:enumeration value="Technical"/>
			<xs:enumeration value="Sales"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="myPublicationCodeLists">
		<xs:restriction base="adsml:CodeRootType">
			<xs:enumeration value="tu.se:2005-04-01:TUCode"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TUPublicationCodes">
		<xs:restriction base="adsml:CodeRootType">
			<xs:enumeration value="PS1"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>

