<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.synchronoss.com/lsr/ctl_order" targetNamespace="http://www.synchronoss.com/lsr/ctl_order" elementFormDefault="qualified">
	<xs:include schemaLocation="UOM-CTL-LSR14-Base.xsd"/>
	<!-- ================================================= -->
	<!-- Package: <<XSDschema>> RS-Form  -->
	<!-- ================================================= -->
	<xs:annotation>
		<xs:documentation>
	This RS-Form XSD Package contains Request and Response
	Changes on 4/6/2016
	Added complex type and simple types.
	1: Namespace changed from http://atis.org/obf/tML/UOM to http://www.synchronoss.com/lsr/ctl_order
	2: SOE, LTOS, NOTYP, SPLD, CCDD, BSPRAO Elements deleted from RS_SVC_DET Complex type.
	3: CALLING_CARD_GRP Complex type reference deleted from RS_SVC_DET  complex type.
    Changes on 6/2/2016
	LTOS field added to RS_SVC_DET in RS form. 
    This schema is developed to support LSOG 2Q14
		</xs:documentation>
	</xs:annotation>
	
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: RS  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="RS" type="RS"/>
	<xs:complexType name="RS">
		<xs:sequence>
			<xs:element ref="RS_ADMIN" minOccurs="0"/>
			<xs:element ref="RS_SVC_DET" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: RS_ADMIN  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="RS_ADMIN" type="RS_ADMIN"/>
	<xs:complexType name="RS_ADMIN">
		<xs:sequence>
			<xs:element name="RSQTY" type="RSQTY_Type" minOccurs="0"/>
			<xs:element name="ORD" type="ORD_Type" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: RS_SVC_DET  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="RS_SVC_DET" type="RS_SVC_DET"/>
	<xs:complexType name="RS_SVC_DET">
		<xs:sequence>
			<xs:element name="NPI" type="NPI_Type" minOccurs="0"/>
			<!-- Field Retained back for CTL start -->
			<xs:element name="LTOS" type="LTOS_Type" minOccurs="0"/>
			<!-- Field Retained back for CTL End -->
			<xs:element name="TNS" type="TNS_17_Type" minOccurs="0"/>
			<xs:element name="S" type="S_Type" minOccurs="0"/>
			<xs:element name="TERS" type="TERS_Type" minOccurs="0"/>
			<xs:element name="OTN" type="OTN_12_Type" minOccurs="0"/>
			<xs:element name="RL" type="RL_Type" minOccurs="0"/>
			<xs:element name="CFA" type="CFA_Type" minOccurs="0"/>
			<xs:element name="OECCKT" type="ECCKT_Type" minOccurs="0"/>
			<xs:element name="TSP" type="TSP_Type" minOccurs="0"/>
			<xs:element name="SAN" type="SAN_30_Type" minOccurs="0"/>
			<xs:element name="JR" type="JR_Type" minOccurs="0"/>
			<xs:element name="CNAM" type="CNAM_Type" minOccurs="0"/>
			<xs:element ref="SVC_DET_GRP" minOccurs="0"/>
			<xs:element ref="LINE_RESTRICT_2_GRP" minOccurs="0"/>
			<xs:element ref="TRANSFER_OF_CALLS_GRP" minOccurs="0"/>
			<xs:element ref="DEMARC_JACK_GRP" minOccurs="0"/>
			<xs:element ref="CONFIG_GRP" minOccurs="0"/>
			<xs:element ref="FEATURE_GRP" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element ref="BLOCK_GRP" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element ref="LEAN_GRP" minOccurs="0"/>
			<xs:element ref="TRANSFER_OF_CALLS_SEC_GRP" minOccurs="0" maxOccurs="unbounded"/>
			<!-- New section added for CTL start -->
			<xs:element ref="FACILITY_CONFIG_GRP" minOccurs="0" maxOccurs="unbounded"/>
			<!-- New section added for CTL End -->
		</xs:sequence>
	</xs:complexType>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Global Element Declarations  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
</xs:schema>
