<?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>> HGI-Form  -->
	<!-- ================================================= -->
	<xs:annotation>
		<xs:documentation>
	This HGI-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_order
	2: HUNT_GROUP_ID Complex Type reference under HGI Complex Type  added maxOccurs="unbounded".

    This schema is developed to support LSOG 2Q14
		</xs:documentation>
	</xs:annotation>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: HGI  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="HGI" type="HGI"/>
	<xs:complexType name="HGI">
		<xs:sequence>
		   <!-- Added maxoccurs to complpex type for CTL  -->
			<xs:element ref="HUNT_GROUP_ID" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: <<XSDcomplexType>> HUNT_DET  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="HUNT_DET" type="HUNT_DET"/>
	<xs:complexType name="HUNT_DET">
		<xs:sequence>
			<xs:element name="HLA" type="HLA_Type" minOccurs="0"/>
			<xs:element name="HTSEQ" type="HTSEQ_Type" minOccurs="0"/>
			<xs:element name="NO_TYP" type="NOTYP_Type" minOccurs="0"/>
			<xs:element name="HTN" type="HTN_Type" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Class: HUNT_GROUP_ID  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<xs:element name="HUNT_GROUP_ID" type="HUNT_GROUP_ID"/>
	<xs:complexType name="HUNT_GROUP_ID">
		<xs:sequence>
			<xs:element name="LOCNUM" type="LOCNUM_Type" minOccurs="0"/>
			<xs:element name="HNUM" type="HNUM_Type" minOccurs="0"/>
			<xs:element name="CB" type="CB_Type" minOccurs="0"/>
			<xs:element name="HA" type="HA_Type" minOccurs="0"/>
			<xs:element name="HID" type="HID_Type" minOccurs="0"/>
			<xs:element name="TIP" type="TIP_Type" minOccurs="0"/>
			<xs:element name="TLI" type="TLI_Type" minOccurs="0"/>
			<xs:element name="HNTYP" type="HNTYP_Type" minOccurs="0"/>
			<xs:element ref="HUNT_DET" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		</xs:complexType>
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- Global Element Declarations  -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
</xs:schema>
