<?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>> LS-Form  -->
	<!-- ================================================= -->
	<xs:annotation>
		<xs:documentation>
	This LS-Form XSD Package contains Request and Response
	Changes on 4/6/2016
	Added some elements and some complex type sequence got changed
	1: Namespace changed from http://atis.org/obf/tML/UOM to http://www.synchronoss.com/lsr/ctl_order
	2: TERS Element under LS_SVC_DET complex type deleted maxOccurs="unbounded".
	3: FACILITY_CONFIG_GRP complex type sequence got changed which is added after VIRTUAL_CIRCUIT_GRP Complex type with maxOccurs="unbounded".
	4: SVC_DET_GRP complex type sequence got changed which is added after UNIT Element with maxOccurs="unbounded".
	5: TIE_DOWN_GRP complex type  deleted from LS_SVC_DET Complex type.

    This schema is developed to support LSOG 2Q14
		</xs:documentation>
	</xs:annotation>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: LS  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="LS" type="LS"/>
	<xs:complexType name="LS">
		<xs:sequence>
			<xs:element ref="LS_ADMIN" minOccurs="0"/>
			<xs:element ref="LS_SVC_DET" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element ref="REMARKS_INFO" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: LS_ADMIN  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="LS_ADMIN" type="LS_ADMIN"/>
	<xs:complexType name="LS_ADMIN">
		<xs:sequence>
			<xs:element name="LQTY" type="LQTY_5_Type" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: LS_SVC_DET  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="LS_SVC_DET" type="LS_SVC_DET"/>
	<xs:complexType name="LS_SVC_DET">
		<xs:sequence>
			<xs:element name="CFA" type="CFA_Type" minOccurs="0"/>
			<xs:element name="SLTN" type="SLTN_12_Type" minOccurs="0"/>
			<xs:element name="LMT" type="LMT_Type" minOccurs="0"/>
			<xs:element name="TNT" type="TNT_Type" minOccurs="0"/>
			<xs:element name="RL" type="RL_Type" minOccurs="0"/>
			<xs:element name="OECCKT" type="ECCKT_Type" minOccurs="0"/>
			<xs:element name="RESID" type="RESID_20_Type" minOccurs="0"/>
			<xs:element name="RECCKT" type="ECCKT_Type" minOccurs="0"/>
			<xs:element name="UDSPEED" type="UDSPEED_Type" minOccurs="0"/>
			<xs:element name="ISR" type="ISR_Type" minOccurs="0"/>
			<xs:element name="DRT" type="DRT_Type" minOccurs="0"/>
			<xs:element name="CCEA" type="CCEA_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="DISC_NBR" type="DISC_NBR_Type" minOccurs="0"/>
			<xs:element name="TERS" type="TERS_Type" minOccurs="0"/>
			<xs:element name="JR" type="JR_Type" minOccurs="0"/>
			<xs:element name="BTRL" type="BTRL_Type" minOccurs="0"/>
            <xs:element name="SYSTEM_ID" type="SYSTEM_ID_Type" minOccurs="0"/> 
            <xs:element name="SHELF" type="SHELF_Type" minOccurs="0"/>
			<xs:element name="SLOT" type="SLOT_Type" minOccurs="0"/>
			<xs:element name="SPORT" type="SPORT_Type" minOccurs="0"/>
			<xs:element name="RELAY_RACK" type="RELAY_RACK_Type" minOccurs="0"/>
			 <xs:element name="UNIT" type="EquipmentUnit_Type" minOccurs="0"/>
			<xs:element ref="SVC_DET_GRP" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element ref="VIRTUAL_CIRCUIT_GRP" minOccurs="0"/>
			<!-- New Elements added under FACILITY_CONFIG_GRP for CTL start  -->
			<xs:element ref="FACILITY_CONFIG_GRP" minOccurs="0" maxOccurs="unbounded"/>
			<!-- New Elements added under FACILITY_CONFIG_GRP for CTL end  -->
			<xs:element ref="TRANSFER_OF_CALLS_GRP" minOccurs="0"/>
			<xs:element ref="DEMARC_JACK_GRP" minOccurs="0"/>
			<xs:element ref="TRANSFER_OF_CALLS_SEC_GRP" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element ref="LEAN_GRP" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
			
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Global Element Declarations  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
</xs:schema>
