<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://company.org/adsml-extensions" xmlns:adsml="http://www.adsml.org/typelibrary/2.0" xmlns:adsml-en="http://www.adsml.org/adsmlenvelope/1.1" targetNamespace="http://company.org/adsml-extensions" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://www.adsml.org/adsmlenvelope/1.1" schemaLocation="../../Schemas/AdsMLEnvelope-1.1-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:complexType name="myFormats">
		<xs:simpleContent>
			<xs:restriction base="adsml:FormatRootType">
				<xs:enumeration value="IfraAdConnexion"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
</xs:schema>

