<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xs:include schemaLocation="UOM-CTL-LSR14-Base.xsd"/>
	<!-- ================================================= -->
	<!-- Package: <<XSDschema>> PN-Form  -->
	<!-- ================================================= -->
	<xs:annotation>
		<xs:documentation>
	This PN-Form XSD Package contains Request and Response
	Changes on 4/6/2016
	1:Namespace changed from http://atis.org/obf/tML/UOM to  
      http://www.synchronoss.com/lsr/ctl_postorder
    This schema is developed to support LSOG 2Q14
        </xs:documentation>
	</xs:annotation>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: PN  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="PN" type="PN"/>
	<xs:complexType name="PN">
		<xs:complexContent>
			<xs:extension base="NOTIFICATION_Type">
				<xs:sequence>
					<xs:element ref="PN_DET" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: PN_DET  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="PN_DET" type="PN_DET"/>
	<xs:complexType name="PN_DET">
		<xs:sequence>
		    <!-- Elements added for CTL start  -->
			<xs:element name="PON" type="PON_Type" minOccurs="0"/>
			<xs:element name="ORD" type="ORD_14_Type" minOccurs="0"/>
			<xs:element name="TERS_DID" type="TERS_DID_Type" minOccurs="0"/>
			<xs:element name="VTN" type="VTN_Type" minOccurs="0"/>
			<xs:element name="NPDI" type="NPDI_Type" minOccurs="0"/>
			<!-- Elements added for CTL end  -->
			<xs:element name="NT" type="NT_Type" minOccurs="0"/>
			<xs:element name="NTA" type="NTA_Type" minOccurs="0"/>
			<xs:element name="WTN" type="WTN_Type" minOccurs="0"/>
			<xs:element name="RESID" type="RESID_20_Type" minOccurs="0"/>
			<xs:element name="CVD" type="CVD_Type" minOccurs="0"/>
			<xs:element name="RDT" type="RDT_Type" minOccurs="0"/>
			<xs:element name="RDY" type="RDY_Type" minOccurs="0"/>
			<xs:element name="ECCKT" type="ECCKT_Type" minOccurs="0"/>
			<xs:element name="LSPAN" type="LSPAN_Type" minOccurs="0"/>
			<xs:element name="NATN" type="NATN_Type" minOccurs="0"/>
			<xs:element name="NAN" type="NAN_Type" minOccurs="0"/>
			<xs:element name="TNC" type="TNC_Type" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
