<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.synchronoss.com/lsr/ctl_postorder" targetNamespace="http://www.synchronoss.com/lsr/ctl_postorder" elementFormDefault="qualified">
	<xs:include schemaLocation="UOM-CTL-LSR14-Base.xsd"/>
	<xs:include schemaLocation="SOIP-Form-CTL-LSR14.xsd"/>
	<xs:include schemaLocation="PN-Form-CTL-LSR14.xsd"/>
	<xs:include schemaLocation="LATI-Form-CTL-LSR14.xsd"/>
	<xs:include schemaLocation="LR-Form-CTL-LSR14.xsd"/>
	<!-- ================================================= -->
	<!-- Package: <<XSDschema>> UOM-LSR-Post-Order  -->
	<!-- ================================================= -->
	<xs:annotation>
		<xs:documentation>
This UOM-LSR-Post-Order XSD Package contains Inquiry, Response, 
and Notification elements for the LSOG Post-Order Processing Functions.

Post-Order process - includes the following functions:
  Service Order Inquiry Process 
  Provider Notification 
  Directory Listing Inquiry

The UOM-LSR was created by the UOM-LSR Committee Team from OBF.

This schema is developed to support LSOG 2Q14

</xs:documentation>
	</xs:annotation>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: LSR_PO_INQ  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="LSR_POST_REQ" type="LSR_POST_REQ"/>
	<xs:complexType name="LSR_POST_REQ">
		<xs:complexContent>
			<xs:extension base="LSR_INQUIRY_REQ_Type">
				<xs:sequence>
					<xs:element ref="LATI_REQ" minOccurs="0"/>
					<xs:element ref="SOIP_ACTIVITIES_REQ" minOccurs="0"/>
					<xs:element ref="SOIP_DET_REQ" minOccurs="0"/>
					<xs:element ref="SOIP_LIST_REQ" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: LSR_PO_INQ  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="LSR_POST_RESP" type="LSR_POST_RESP"/>
	<xs:complexType name="LSR_POST_RESP">
		<xs:complexContent>
			<xs:extension base="LSR_INQUIRY_RESP_Type">
				<xs:sequence>
					<xs:element ref="LR" minOccurs="0"/>
					<xs:element ref="PN" minOccurs="0"/>
					<xs:element ref="LATI_RESP" minOccurs="0"/>
					<xs:element ref="SOIP_ACTIVITIES_RESP" minOccurs="0"/>
					<xs:element ref="SOIP_DET_RESP" minOccurs="0"/>
					<xs:element ref="SOIP_LIST_RESP" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>
