<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Dan Wheeler (Qwest) -->
<xsd:schema targetNamespace="http://www.qwest.com/asr/tmlTransport" xmlns="http://www.qwest.com/asr/tmlTransport" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:t1m1="http://tml.t1m1.org/tML.Transport.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:uomasr="http://www.atis.org/OBF/ASR/UOM-ASR" xmlns:uomasrNotify="http://www.atis.org/OBF/ASR/UOM-ASRNotify">
	<xsd:import namespace="http://www.atis.org/OBF/ASR/UOM-ASR" schemaLocation="./UOM-ASR.xsd"/>
	<xsd:import namespace="http://www.atis.org/OBF/ASR/UOM-ASRNotify" schemaLocation="./ASOG37.QWEST-INTERNAL-UOM-ASRNotify.xsd"/>
	<xsd:element name="NotificationResult">
		<xsd:annotation>
			<xsd:documentation>Parent-level element to contain one of the three Notification elements. For now this is Qwest-specific.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="uomasr:ASR_SERVICE_RESPONSE"/>
				<xsd:element ref="uomasrNotify:CONFIRMATION"/>
				<xsd:element ref="uomasrNotify:ERROR_CLARIFICATION"/>
				<xsd:element ref="uomasrNotify:ORDER_INFO_NOTIFY"/>
				<xsd:element ref="uomasrNotify:JEOPARDY_NOTIFY"/>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GetResultReadyNotification">
		<xsd:annotation>
			<xsd:documentation>Request to obtain ResultReadyNotification content, optionally filtered by child elements.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="CCNAList" minOccurs="0"/>
				<xsd:element ref="MaxReturnQuantity" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="CCNAList">
		<xsd:annotation>
			<xsd:documentation>If present, limits the Result ID elements that are returned to those matching those in the CCNA list. If absent, all Result IDs will be sent for all CCNAs owned by the requestor.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="CCNA" type="uomasr:CNA_Type" maxOccurs="unbounded">
					<xsd:annotation>
						<xsd:documentation>CCNA list which limits the Result ID elements sent.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="MaxReturnQuantity" type="xsd:integer">
		<xsd:annotation>
			<xsd:documentation>Number of Result ID elements to return. If absent, all Result ID elements are returned. Provided as a load control.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
</xsd:schema>
