<?xml version="1.0" encoding="UTF-8"?>

<xs:schema
  targetNamespace="http://www.atis.org/OBF/ASR/UOM-ASRNotify"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns="http://www.atis.org/OBF/ASR/UOM-ASRNotify"
  elementFormDefault="qualified"
  attributeFormDefault="unqualified"
  version="1.0"
  xml:lang="en">

	<xs:annotation>
		<xs:documentation>
			This schema was developed under the charter of the
			Alliance for Telecommunications Industry Solutions (ATIS),
			Ordering and Billing Forum (OBF),
			Unified Ordering Model - Access Service Request (UOM-ASR) Committee.

			This schema is based on the Access Service Ordering Guidelines (ASOG) Version 37.
		</xs:documentation>
	</xs:annotation>


	<!-- ************************************************ -->
	<!-- ************************************************ -->
	<!--             START OF UOM-BASE COPY               -->
	<!-- ************************************************ -->
	<!-- ************************************************ -->
	<!-- Replacing xs:include below with copied           -->
	<!-- contents below                                   -->
	<!-- UOM Base contains UOM Top level structures and Field Type Declarations -->
	<!--	<xs:include schemaLocation="UOM-Base.xsd"/>     -->
	<!-- ************************************************ -->

	<!-- =========================================== -->
	<!--  UOM Top Level UOM Top Level UOM Top Level  -->
	<!-- =========================================== -->
	<!-- UOM Top -->

	<xs:complexType name="UOM_Type" abstract="true" mixed="false">
		<xs:annotation>
			<xs:appinfo>
				<description>Top level for UOM</description>
			</xs:appinfo>
		</xs:annotation>
	</xs:complexType>
	<!-- UOM_HDR -->
	<xs:complexType name="UOM_HDR_Type" mixed="false">
		<xs:annotation>
			<xs:appinfo>
				<description>Header of the message</description>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="MESSAGE_ID" type="MESSAGE_ID_Type"/>
			<xs:element name="CCNA" type="CNA_Type"/>
			<xs:element name="MSG_TIMESTAMP" type="xs:dateTime"/>
		</xs:sequence>
	</xs:complexType>
	<!-- REQUESTs -->
	<xs:complexType name="REQUEST_Type" abstract="true" mixed="false">
		<xs:complexContent mixed="false">
			<xs:extension base="UOM_Type"/>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="INQUIRY_REQUEST_Type" abstract="true" mixed="false">
		<xs:complexContent mixed="false">
			<xs:extension base="REQUEST_Type"/>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="SERVICE_REQUEST_Type" abstract="true" mixed="false">
		<xs:complexContent mixed="false">
			<xs:extension base="REQUEST_Type"/>
		</xs:complexContent>
	</xs:complexType>
	<!-- RESPONSEs -->
	<xs:complexType name="RESPONSE_Type" abstract="true" mixed="false">
		<xs:complexContent mixed="false">
			<xs:extension base="UOM_Type"/>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="INQUIRY_RESPONSE_Type" abstract="true" mixed="false">
		<xs:complexContent mixed="false">
			<xs:extension base="RESPONSE_Type"/>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="SERVICE_RESPONSE_Type" abstract="true" mixed="false">
		<xs:complexContent mixed="false">
			<xs:extension base="RESPONSE_Type"/>
		</xs:complexContent>
	</xs:complexType>
	<!-- NOTIFICATIONs -->
	<xs:complexType name="NOTIFICATION_Type" abstract="true" mixed="false">
		<xs:complexContent mixed="false">
			<xs:extension base="UOM_Type"/>
		</xs:complexContent>
	</xs:complexType>
	<!-- =========================================== -->
	<!--   END UOM Top Level END UOM Top Level END   -->
	<!-- =========================================== -->
	<!-- =========================================== -->
	<!--  Field Types    Field Types    Field Types  -->
	<!-- =========================================== -->
	<xs:simpleType name="AAI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>SALI-015</asogPractice>
					<fieldName>AAI</fieldName>
					<fieldDescription>Additional Address Information</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="60"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ABC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>ABC</fieldName>
					<fieldDescription>Access Billing Choices (10x2byte occ.)</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="20"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ACC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>SALI-015</asogPractice>
					<fieldName>ACC</fieldName>
					<fieldDescription>Access Information</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="45"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ACPPN_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>SALI-015</asogPractice>
					<fieldName>ACPPN</fieldName>
					<fieldDescription>Access Pager Pin Number</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="8"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ACT_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>ACT</fieldName>
					<fieldDescription>Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>ACTI</fieldName>
					<fieldDescription>Activity Indicator</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>PCACT</fieldName>
					<fieldDescription>Point Code Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>RING-021</asogPractice>
					<fieldName>SEGACT</fieldName>
					<fieldDescription>Segment Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>CKTACT</fieldName>
					<fieldDescription>Circuit Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EOD-014</asogPractice>
					<fieldName>EO_ACT</fieldName>
					<fieldDescription>End Office Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MSL-006</asogPractice>
					<fieldName>LEGACT</fieldName>
					<fieldDescription>Multipoint Leg Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ARI-022</asogPractice>
					<fieldName>SEGACT</fieldName>
					<fieldDescription>Segment Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>TGACT</fieldName>
					<fieldDescription>Trunk Group Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>VCACT</fieldName>
					<fieldDescription>VC Activity Indicator</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>TSACT</fieldName>
					<fieldDescription>Transit Signaling Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MULTIEC-018</asogPractice>
					<fieldName>OEC_ACT</fieldName>
					<fieldDescription>Other Exchange Company Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>TACT</fieldName>
					<fieldDescription>Testing Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>PIA</fieldName>
					<fieldDescription>Provider Initiated Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>ECIA</fieldName>
					<fieldDescription>EC (Provider) Initiated Activity</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>LOSACT</fieldName>
					<fieldDescription>Level of Service Activity Indicator</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>UACT</fieldName>
					<fieldDescription>User Network Interface (UNI) Activity Indiciator</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AECN_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>AECN</fieldName>
					<fieldDescription>Alternate Exchange Carrier Name</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="32"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AENG_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>AENG</fieldName>
					<fieldDescription>Additional Engineering</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AFG_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>AFG</fieldName>
					<fieldDescription>Agency of the Federal Government</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AFO_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>AFO</fieldName>
					<fieldDescription>Additional Forms</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="5"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AFT_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>SALI-015</asogPractice>
					<fieldName>AFT</fieldName>
					<fieldDescription>Address Format Type</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AGAUTH_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>AGAUTH</fieldName>
					<fieldDescription>Agency Authorization Status</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ALBR_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>ALBR</fieldName>
					<fieldDescription>Additional Labor</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ALTREF_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>ALTREF</fieldName>
					<fieldDescription>Alternate Routing Trunk Group Reference</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="8"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ANI_II_EX_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>ANI_II</fieldName>
					<fieldDescription>ANI II Digits - First Column in TQ Routing Exception Matrix</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ANI_II_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>ANI_II</fieldName>
					<fieldDescription>ANI II Digits - First Column in TQ Routing Matrix</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
			<xs:enumeration value="ALL"/>
			<xs:enumeration value="00"/>
			<xs:enumeration value="01"/>
			<xs:enumeration value="06"/>
			<xs:enumeration value="07"/>
			<xs:enumeration value="20"/>
			<xs:enumeration value="27"/>
			<xs:enumeration value="29"/>
			<xs:enumeration value="52"/>
			<xs:enumeration value="61"/>
			<xs:enumeration value="70"/>
			<xs:enumeration value="93"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ANI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EOD-014</asogPractice>
					<fieldName>ANI</fieldName>
					<fieldDescription>Automated Number ID</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>ANI</fieldName>
					<fieldDescription>Automated Number ID</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ANNC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>ANNC</fieldName>
					<fieldDescription>Announcement</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="40"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="APC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>APC</fieldName>
					<fieldDescription>Alias Point Code</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="9"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AppTimeCode_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>APPTIME</fieldName>
					<fieldDescription>Appointment Time for Installation of Service</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ASC_EC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>ASC_EC</fieldName>
					<fieldDescription>Access Service Coordination - Exchange Co</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ASG_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>ASG</fieldName>
					<fieldDescription>Access Service Group</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>ASG</fieldName>
					<fieldDescription>Access Service Group</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MULTIEC-018</asogPractice>
					<fieldName>ASG</fieldName>
					<fieldDescription>Access Service Group (ASC-EC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MULTIEC-018</asogPractice>
					<fieldName>ASG</fieldName>
					<fieldDescription>Access Service Group (OEC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>ASG</fieldName>
					<fieldDescription>Access Service Group</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="6"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ASRNO_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>ASRNO</fieldName>
					<fieldDescription>Access Service Request Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MULTIEC-018</asogPractice>
					<fieldName>ASRNO</fieldName>
					<fieldDescription>Access Service Request Number (ASC-EC)</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="18"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ASR_REMARKS_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>ASR_REMARKS</fieldName>
					<fieldDescription>Remarks</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>REMARKS</fieldName>
					<fieldDescription>Remarks</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="186"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ASOG_VER_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogFieldNumber/>
					<fieldName>ASOG_VER</fieldName>
					<fieldDescription>ASOG Version of Access Service Request</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
			<xs:enumeration value="37"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ASU_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>ASU</fieldName>
					<fieldDescription>Answer Supervision</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ATN_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>ATN</fieldName>
					<fieldDescription>Associated Telephone Number/TSC</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ATP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>ATP</fieldName>
					<fieldDescription>Access Transport Parameter</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BAAD_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>BAAD</fieldName>
					<fieldDescription>Band Advance</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="19"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BAND_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>BAND</fieldName>
					<fieldDescription>Band Identification</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BAN_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>BAN</fieldName>
					<fieldDescription>Billing Account Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>HBAN</fieldName>
					<fieldDescription>High Capacity Channel Billing Account Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>LOCBAN</fieldName>
					<fieldDescription>Local Billing Account Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>HBAN</fieldName>
					<fieldDescription>High Capacity Channel Billing Account Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>HBAN</fieldName>
					<fieldDescription>High Capacity Channel Billing Account Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>HBAN</fieldName>
					<fieldDescription>High Capacity Channel Billing Account Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>FBAN</fieldName>
					<fieldDescription>Facility Billing Account Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MULTIEC-018</asogPractice>
					<fieldName>BAN</fieldName>
					<fieldDescription>Billing Account Number (ASC-EC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MULTIEC-018</asogPractice>
					<fieldName>HBAN</fieldName>
					<fieldDescription>High Capacity Channel Billing Account Number (ASC-EC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MULTIEC-018</asogPractice>
					<fieldName>BAN</fieldName>
					<fieldDescription>Billing Account Number (OEC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MULTIEC-018</asogPractice>
					<fieldName>HBAN</fieldName>
					<fieldDescription>High Capacity Channel Billing Account Number (OEC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>LOCBAN</fieldName>
					<fieldDescription>Local Billing Account Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>MAN</fieldName>
					<fieldDescription>Miscellaneous Account Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>TBAN</fieldName>
					<fieldDescription>Test Billing Account Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>BAN</fieldName>
					<fieldDescription>Billing Account Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>HBAN</fieldName>
					<fieldDescription>High Capacity Channel Billing Account Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>MAN</fieldName>
					<fieldDescription>Miscellaneous Account Number</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BHC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>BHC</fieldName>
					<fieldDescription>Batch Hot Cut</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="5"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BIC_ID_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>BIC_ID</fieldName>
					<fieldDescription>BIC Identifier</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BIC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>BIC</fieldName>
					<fieldDescription>Exchange Company Initiated Change</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BLOCK_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>BLOCK</fieldName>
					<fieldDescription>Blocking Options</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BRAND_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>BRAND</fieldName>
					<fieldDescription>Branding</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BSA_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>BSA</fieldName>
					<fieldDescription>Basic Serving Arrangement</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BSC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>BSC</fieldName>
					<fieldDescription>Broadband Service Category</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>BSC</fieldName>
					<fieldDescription>Broadband Service Category</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CAD_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>CAD</fieldName>
					<fieldDescription>Call Denial</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CBAN_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>CBAN</fieldName>
					<fieldDescription/>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="13"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CBD_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>CBD</fieldName>
					<fieldDescription>Call Before Dispatch</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CBO_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>CBO</fieldName>
					<fieldDescription>Cellular Billing Option</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CCEA_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>CCEA</fieldName>
					<fieldDescription>Cross Connect Equipment Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>SCCEA</fieldName>
					<fieldDescription>Secondary Cross Connect Equipment Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>CCEA</fieldName>
					<fieldDescription>Cross Connect Equipment Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>CCEA</fieldName>
					<fieldDescription>Cross Connect Equipment Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>SCCEA</fieldName>
					<fieldDescription>Secondary Cross Connect Equipment Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>CCEA</fieldName>
					<fieldDescription>Cross Connect Equipment Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>SCCEA</fieldName>
					<fieldDescription>Secondary Cross Connect Equipment Assignment</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="60"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CCNFG_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>CCNFG</fieldName>
					<fieldDescription>Cross Connect Configuration</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CCVN_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>CCVN</fieldName>
					<fieldDescription>Coordinated Conversion</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="6"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CCW_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>CCW</fieldName>
					<fieldDescription>Carrier Connect Wink Validation</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>CC</fieldName>
					<fieldDescription>Company Code</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CDND_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>CDND</fieldName>
					<fieldDescription>Called Directory Number Delivery</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CDOM_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>CDOM</fieldName>
					<fieldDescription>Customer Domain Name</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="20"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CDVT_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>CDVT</fieldName>
					<fieldDescription>Cell Delay Variation Tolerance</fieldDescription>
				</reference>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>RCDVT</fieldName>
					<fieldDescription>Related Cell Delay Variation Tolerance</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CDV_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>CDV</fieldName>
					<fieldDescription>Cell Delay Variation</fieldDescription>
				</reference>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>RCDV</fieldName>
					<fieldDescription>Related Cell Delay Variation</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="10"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CFAU_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>CFAU</fieldName>
					<fieldDescription>Connecting Facility Assignment Use</fieldDescription>
				</reference>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>CFAU</fieldName>
					<fieldDescription>Connecting Facility Assignment Use</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>CFAU</fieldName>
					<fieldDescription>Connecting Facility Assignment Use</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>CFAU</fieldName>
					<fieldDescription>Connecting Facility Assignment Use</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>CFAU</fieldName>
					<fieldDescription>Connecting Facility Assignment Use - PRILOC</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>CFAU</fieldName>
					<fieldDescription>Connecting Facility Assignment Use - SECLOC</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>CFAU</fieldName>
					<fieldDescription>Connecting Facility Assignment Use</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>ICFAU1</fieldName>
					<fieldDescription>Intermediate Connecting Facility Assignment One (1) Use</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>ICFAU2</fieldName>
					<fieldDescription>Intermediate Connecting Facility Assignment Two (2) Use</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>ICFAU3</fieldName>
					<fieldDescription>Intermediate Connecting Facility Assignment Three (3) Use</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>ICFAU4</fieldName>
					<fieldDescription>Intermediate Connecting Facility Assignment Four (4) Use</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CFA_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>CFA</fieldName>
					<fieldDescription>Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>SCFA</fieldName>
					<fieldDescription>Secondary Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>CFA</fieldName>
					<fieldDescription>Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>SCFA</fieldName>
					<fieldDescription>Secondary Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>CFA</fieldName>
					<fieldDescription>Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>SCFA</fieldName>
					<fieldDescription>Secondary Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>CFA</fieldName>
					<fieldDescription>Connecting Facility Assignment (PRILOC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>CFA</fieldName>
					<fieldDescription>Connecting Facility Assignment (SECLOC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>CFA</fieldName>
					<fieldDescription>Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>SCFA</fieldName>
					<fieldDescription>Secondary Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MSL-006</asogPractice>
					<fieldName>SCFA</fieldName>
					<fieldDescription>Secondary Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>RING-021</asogPractice>
					<fieldName>CFA</fieldName>
					<fieldDescription>Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ARI-022</asogPractice>
					<fieldName>CFA</fieldName>
					<fieldDescription>Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>CFA2</fieldName>
					<fieldDescription>Interim Connecting Facility Assignment Two</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>CFA3</fieldName>
					<fieldDescription>Interim Connecting Facility Assignment Three</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>CFA4</fieldName>
					<fieldDescription>Interim Connecting Facility Assignment Four</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>CFA</fieldName>
					<fieldDescription>Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>ACFA</fieldName>
					<fieldDescription>Alternate Connecting Facility Assignment</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>ICFA1</fieldName>
					<fieldDescription>Intermediate Connecting Facility Assignment One (1)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>ICFA2</fieldName>
					<fieldDescription>Intermediate Connecting Facility Assignment Two (2)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>ICFA3</fieldName>
					<fieldDescription>Intermediate Connecting Facility Assignment Three (3)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>ICFA4</fieldName>
					<fieldDescription>Intermediate Connecting Facility Assignment Four (4)</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="42"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CFNI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>CFNI</fieldName>
					<fieldDescription>Customer Fiber Network ID</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="20"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CFW_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>CFW</fieldName>
					<fieldDescription>Call Forwarding</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CGAP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>CGAP</fieldName>
					<fieldDescription>Call Gapping Interval</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CHANNEL_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>CHAN_START</fieldName>
					<fieldDescription>Starting Channel</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>CHAN_END</fieldName>
					<fieldDescription>Ending Channel</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>CHANNEL</fieldName>
					<fieldDescription>Channel</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="5"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CHOK_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>CHOK</fieldName>
					<fieldDescription>Choke Network</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CHPD_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>CHPD</fieldName>
					<fieldDescription>Call History Package Delivery</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CIC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>CIC</fieldName>
					<fieldDescription>Carrier Identification Code</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>CIC</fieldName>
					<fieldDescription>Carrier Identification Code - FGD</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>ACIC</fieldName>
					<fieldDescription>Additional Carrier Identification Code</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>CIC</fieldName>
					<fieldDescription>Carrier Identification Code - SACNXX</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CIP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>CIP</fieldName>
					<fieldDescription>Carrier Identification Parameter</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
  <xs:simpleType name="CITY25_Type">
    <xs:annotation>
      <xs:appinfo>
        <reference>
          <asogPractice>ASR-001</asogPractice>
          <fieldName>BILL_CITY</fieldName>
          <fieldDescription>Billing Address City</fieldDescription>
        </reference>
        <reference>
          <asogPractice>ASR-001</asogPractice>
          <fieldName>DSGCON_CITY</fieldName>
          <fieldDescription>Design/Engineering Address City</fieldDescription>
        </reference>
        <reference>
          <asogPractice>WATS-003</asogPractice>
          <fieldName>EUCON_CITY</fieldName>
          <fieldDescription>City (EUCON)</fieldDescription>
        </reference>
        <reference>
          <asogPractice>TSR-008</asogPractice>
          <fieldName>TESTCON_CITY</fieldName>
          <fieldDescription>City</fieldDescription>
        </reference>
        <reference>
          <asogPractice>DLR</asogPractice>
          <fieldName>PEU_CITY</fieldName>
          <fieldDescription>City</fieldDescription>
        </reference>
        <reference>
          <asogPractice>DLR</asogPractice>
          <fieldName>SEU_CITY</fieldName>
          <fieldDescription>City</fieldDescription>
        </reference>
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:maxLength value="25"/>
    </xs:restriction>
  </xs:simpleType>
	<xs:simpleType name="CITY32_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>SALI-015</asogPractice>
					<fieldName>CITY</fieldName>
					<fieldDescription>City</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="32"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CKR1_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>CKR1</fieldName>
					<fieldDescription>Customer Circuit Reference (T1)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>CKR1</fieldName>
					<fieldDescription>Customer Circuit Reference (T1)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>CKR1</fieldName>
					<fieldDescription>Customer Circuit Reference (T1)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>CKR1</fieldName>
					<fieldDescription>Customer Circuit Reference (T1)</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="40"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CKR_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>CKR</fieldName>
					<fieldDescription>Customer Circuit Reference</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>CKR</fieldName>
					<fieldDescription>Customer Circuit Reference</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ARI-022</asogPractice>
					<fieldName>CKR</fieldName>
					<fieldDescription>Customer Circuit Reference</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>CKR</fieldName>
					<fieldDescription>Customer Circuit Reference</fieldDescription>
				</reference>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>CKR</fieldName>
					<fieldDescription>Customer Circuit Reference</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>CKR</fieldName>
					<fieldDescription>Customer Circuit Reference</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>CKR</fieldName>
					<fieldDescription>Customer Circuit Reference</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="53"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CCLASS_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>CCLASS</fieldName>
					<fieldDescription>Carrier Classification</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CLLI_or_EU_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>RING-021</asogPractice>
					<fieldName>SECLOC</fieldName>
					<fieldDescription>Secondary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ARI-022</asogPractice>
					<fieldName>SECLOC</fieldName>
					<fieldDescription>Secondary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>PRILOC</fieldName>
					<fieldDescription>Primary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>SECLOC</fieldName>
					<fieldDescription>Secondary Location</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="25"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CLLI_or_Narrative_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>APOT</fieldName>
					<fieldDescription>Additional Point of Termination</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>CSL</fieldName>
					<fieldDescription>Access Customer Switch Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EOD-014</asogPractice>
					<fieldName>END_OFF</fieldName>
					<fieldDescription>End Office</fieldDescription>
				</reference>
				<reference>
					<asogPractice>SALI-015</asogPractice>
					<fieldName>SPOT</fieldName>
					<fieldDescription>Secondary Location Point of Termination</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>AAPOT</fieldName>
					<fieldDescription>Alternate Additional Point of Termination</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="11"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CLLI_or_SALI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>SECLOC</fieldName>
					<fieldDescription>Secondary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>PRILOC</fieldName>
					<fieldDescription>Primary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>SECLOC</fieldName>
					<fieldDescription>Secondary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>RING-021</asogPractice>
					<fieldName>PRILOC</fieldName>
					<fieldDescription>Primary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ARI-022</asogPractice>
					<fieldName>PRILOC</fieldName>
					<fieldDescription>Primary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MSL-006</asogPractice>
					<fieldName>SECLOC</fieldName>
					<fieldDescription>Secondary Location</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CLLI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>PSL</fieldName>
					<fieldDescription>Primary Service Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>ACTL</fieldName>
					<fieldDescription>Access Customer Terminal Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>MUXLOC</fieldName>
					<fieldDescription>Multiplexing Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>SECLOC</fieldName>
					<fieldDescription>Secondary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>PRI_ADM</fieldName>
					<fieldDescription>Primary Add Drop Multiplexer</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>SEC_ADM</fieldName>
					<fieldDescription>Secondary Add Drop Multiplexer</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>MUXLOC</fieldName>
					<fieldDescription>Multiplexing Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>SECLOC</fieldName>
					<fieldDescription>Secondary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>FACTL</fieldName>
					<fieldDescription>Facility Access Customer Terminal Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>SSPC_LOC</fieldName>
					<fieldDescription>Service Signaling Point Code Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>TSPC_LOC</fieldName>
					<fieldDescription>Transient Signaling Point Code Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>CKLT</fieldName>
					<fieldDescription>Bridging Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>MUXLOC</fieldName>
					<fieldDescription>Multiplexing Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>PRI_ADM</fieldName>
					<fieldDescription>Primary Add Drop Multiplexer</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>SEC_ADM</fieldName>
					<fieldDescription>Secondary Add Drop Multiplexer</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>CKLT</fieldName>
					<fieldDescription>Bridging Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>MUXLOC</fieldName>
					<fieldDescription>Multiplexing Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>PRI_ADM</fieldName>
					<fieldDescription>Primary Add Drop Multiplexer</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>SEC_ADM</fieldName>
					<fieldDescription>Secondary Add Drop Multiplexer</fieldDescription>
				</reference>
				<reference>
					<asogPractice>RING-021</asogPractice>
					<fieldName>PRILOC_SPOT</fieldName>
					<fieldDescription>Secondary Point of Termination (PRILOC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>RING-021</asogPractice>
					<fieldName>SECLOC_SPOT</fieldName>
					<fieldDescription>Secondary Location Point of Termination (SECLOC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ARI-022</asogPractice>
					<fieldName>PRILOC_SPOT</fieldName>
					<fieldDescription>Secondary Point of Termination (PRILOC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ARI-022</asogPractice>
					<fieldName>SECLOC_SPOT</fieldName>
					<fieldDescription>Secondary Location Point of Termination (SECLOC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MSL-006</asogPractice>
					<fieldName>LEGCKLT</fieldName>
					<fieldDescription>Bridging Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EOD-014</asogPractice>
					<fieldName>ACC_TANDEM</fieldName>
					<fieldDescription>Access Tandem</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>DTO</fieldName>
					<fieldDescription>Dial Tone Office</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>AACTL</fieldName>
					<fieldDescription>Alternate Access Customer Terminal Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>AFACTL</fieldName>
					<fieldDescription>Alternate Facility Access Customer Terminal Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>AC_MCO</fieldName>
					<fieldDescription>Customer Maintenance Control Office</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>ACTL</fieldName>
					<fieldDescription>Access Customer Terminal Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>SWC</fieldName>
					<fieldDescription>Serving Wire Center</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>SECLOC</fieldName>
					<fieldDescription>Secondary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>FACTL</fieldName>
					<fieldDescription>Facility Access Customer Terminal Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>SSWC</fieldName>
					<fieldDescription>SECLOC Serving Wire Center</fieldDescription>
				</reference>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>SSWC</fieldName>
					<fieldDescription>SECLOC Serving Wire Center</fieldDescription>
				</reference>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>DTO</fieldName>
					<fieldDescription>Dial Tone Office</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>ACTL</fieldName>
					<fieldDescription>Access Customer Terminal Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>SPOT_PRE</fieldName>
					<fieldDescription>Secondary Location Point of Termination - Primary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>APOT</fieldName>
					<fieldDescription>Additional Point of Termination</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>SPOT_SEC</fieldName>
					<fieldDescription>Secondary Location Point of Termination - Secondary Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>CKLT</fieldName>
					<fieldDescription>Bridging Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>LOCN</fieldName>
					<fieldDescription>Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>EVCSP</fieldName>
					<fieldDescription>Ethernet Virtual Connection Switch Point</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>SMUXLOC</fieldName>
					<fieldDescription>Secondary Multiplexing Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>SMUXLOC</fieldName>
					<fieldDescription>Secondary Multiplexing Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>SMUXLOC</fieldName>
					<fieldDescription>Secondary Multiplexing Location</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="11"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CLN_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>CLN1</fieldName>
					<fieldDescription>Clock Register Number 1</fieldDescription>
				</reference>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>OFN</fieldName>
					<fieldDescription>Overflow Register Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>CLN2</fieldName>
					<fieldDescription>Clock Register Number 2</fieldDescription>
				</reference>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>CLN3</fieldName>
					<fieldDescription>Clock Register Number 3</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="5"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CMLG_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>CMLG</fieldName>
					<fieldDescription>Commingling</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="5"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CNA_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>CCNA</fieldName>
					<fieldDescription>Customer Carrier Name Abbreviation</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>ACNA</fieldName>
					<fieldDescription>Access Customer Name Abbreviation</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>PCNA</fieldName>
					<fieldDescription>Point Code Name Abbreviation</fieldDescription>
				</reference>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>RACNA</fieldName>
					<fieldDescription>Related Access Customer Name Abbreviation</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>TPNA</fieldName>
					<fieldDescription>Third Party Name Abbreviation</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CND_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>CND</fieldName>
					<fieldDescription>Calling Directory Number Delivery</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CNO_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>CNO</fieldName>
					<fieldDescription>Case Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>CNO</fieldName>
					<fieldDescription>Case Number</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CNR_REMARKS_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>CNR-010</asogPractice>
					<fieldName>REMARKS</fieldName>
					<fieldDescription>Clarification/Notification Remarks</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="225"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CNR_VER_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>CNR-010</asogPractice>
					<fieldName>CNR_VER</fieldName>
					<fieldDescription>Clarification/Notification Version</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CNT_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>CNR-010</asogPractice>
					<fieldName>CNT</fieldName>
					<fieldDescription>Clarification/Notification Type</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="COIN_EA_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>COIN_EA</fieldName>
					<fieldDescription>Coin Equal Access</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="COND_SPEC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>COND_SPEC</fieldName>
					<fieldDescription>Conditioning Spec</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="27"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Contact_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>LANM</fieldName>
					<fieldDescription>Lease Authorization Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>BILLCON</fieldName>
					<fieldDescription>Billing Contact</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>INIT</fieldName>
					<fieldDescription>Request Initiator</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>DSGCON</fieldName>
					<fieldDescription>Design/Engineering Contact</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>IMPCON</fieldName>
					<fieldDescription>Implementation Contact</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>TECHCON</fieldName>
					<fieldDescription>Customer Technical Contact (Translation)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>TECHCON</fieldName>
					<fieldDescription>Customer Technical Contact (SAC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>TECHCON</fieldName>
					<fieldDescription>Customer Technical Contact (NPANXX/X)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>SALI-015</asogPractice>
					<fieldName>LCON</fieldName>
					<fieldDescription>Local Contact</fieldDescription>
				</reference>
				<reference>
					<asogPractice>SALI-015</asogPractice>
					<fieldName>ALCON</fieldName>
					<fieldDescription>Alternate Local Contact</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>TESTCON</fieldName>
					<fieldDescription>Test Contact</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>INIT</fieldName>
					<fieldDescription>Request Initiator</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>AP_REP</fieldName>
					<fieldDescription>Provider Contact</fieldDescription>
				</reference>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>ECREP</fieldName>
					<fieldDescription>Provider Contact</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CNR-010</asogPractice>
					<fieldName>INIT</fieldName>
					<fieldDescription>Initiator</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CNR-010</asogPractice>
					<fieldName>AP_REP</fieldName>
					<fieldDescription>Provider Contact</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>DSGCON</fieldName>
					<fieldDescription>Design/Engineering Contact</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>EC_DSGCON</fieldName>
					<fieldDescription>Provider Design/Engineering Contact</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="15"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CO_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>CO</fieldName>
					<fieldDescription>Central Office Announcement</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CPER_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>CPER</fieldName>
					<fieldDescription>L2TP Peer Name</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="20"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CPN_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>CPN</fieldName>
					<fieldDescription>Calling Party Number</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CPT_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>CPT</fieldName>
					<fieldDescription>Channel Pair/Timeslot</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>CPT</fieldName>
					<fieldDescription>Channel Pair/Timeslot</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>CPT</fieldName>
					<fieldDescription>Channel Pair/Timeslot</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>CPT</fieldName>
					<fieldDescription>Channel Pair/Timeslot</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>CPT</fieldName>
					<fieldDescription>Channel Pair/Timeslot</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="10"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CSP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>CSP</fieldName>
					<fieldDescription>Carrier Selection Parameter</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CST_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>CST</fieldName>
					<fieldDescription>Access Customer Switch Type</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CTO_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>CTO</fieldName>
					<fieldDescription>Cut Through</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CTS_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>VCAT-017</asogPractice>
					<fieldName>CTS</fieldName>
					<fieldDescription>Channel Time Slot</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="5"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CTYP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>CTYP</fieldName>
					<fieldDescription>Connection Type</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CustomerName_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>CUST</fieldName>
					<fieldDescription>Customer Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>BILLNM</fieldName>
					<fieldDescription>Billing Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>SBILLNM</fieldName>
					<fieldDescription>Secondary Billing Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>GCON</fieldName>
					<fieldDescription>General Exchange Tariff Options Contact Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>CTX_NAME</fieldName>
					<fieldDescription>CENTREX Listed Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>CTX_NAME</fieldName>
					<fieldDescription>CENTREX Listed Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>GCON</fieldName>
					<fieldDescription>General Exchange Tariff Options Contact Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>GCON</fieldName>
					<fieldDescription>General Exchange Tariff Options Contact Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>EUCON</fieldName>
					<fieldDescription>End User Contact</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MSL-006</asogPractice>
					<fieldName>GCON</fieldName>
					<fieldDescription>General Exchange Tariff Options Contact Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>SALI-015</asogPractice>
					<fieldName>EUNAME</fieldName>
					<fieldDescription>End User Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>GCON</fieldName>
					<fieldDescription>General Exchange Tariff Options Contact Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>CTX_NAME</fieldName>
					<fieldDescription>CENTREX Listed Name</fieldDescription>
				</reference>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>EUCON</fieldName>
					<fieldDescription>End User Contact</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>IC</fieldName>
					<fieldDescription>Interexchange Carrier/Access Customer Name</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="25"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CWG_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>CWG</fieldName>
					<fieldDescription>Call Waiting</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DAACC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>DAACC</fieldName>
					<fieldDescription>Directory Assistance Access</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Date6_Type">
		<xs:annotation>
			<xs:documentation>Date in "YYMMDD" format</xs:documentation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>CPO_EBD</fieldName>
					<fieldDescription>Combined Platform Offering - Effective Billing Date</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="6"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Date_Type">
		<xs:annotation>
			<xs:documentation>Date in "CCYYMMDD" format</xs:documentation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>D_SENT</fieldName>
					<fieldDescription>Date Sent</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>DDD</fieldName>
					<fieldDescription>Desired Due Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>PPTD</fieldName>
					<fieldDescription>Project Plant Test Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>DATED</fieldName>
					<fieldDescription>Date of Agency Authorization</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>LADATED</fieldName>
					<fieldDescription>Lease Arrangement Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>DTSD</fieldName>
					<fieldDescription>Desired Testing Services Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>CD_SENT</fieldName>
					<fieldDescription>Confirmation Date Sent</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>APP</fieldName>
					<fieldDescription>Application Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>DLRD</fieldName>
					<fieldDescription>Design Layout Report Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>CDLRD</fieldName>
					<fieldDescription>-Confirming Design Layout Report Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>PTD</fieldName>
					<fieldDescription>Plant Test Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>DD</fieldName>
					<fieldDescription>Due Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>EBD</fieldName>
					<fieldDescription>Effective Bill Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>FDLRD</fieldName>
					<fieldDescription>Facility Design Layout Report Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>FCDLRD</fieldName>
					<fieldDescription>Facility Confirming Design Layout Report Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>FPTD</fieldName>
					<fieldDescription>Facility Plant Test Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>FDD</fieldName>
					<fieldDescription>Facility Due Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>D_SENT</fieldName>
					<fieldDescription>Date Sent</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CNR-010</asogPractice>
					<fieldName>CRDD</fieldName>
					<fieldDescription>Customer Response Due Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CNR-010</asogPractice>
					<fieldName>CD</fieldName>
					<fieldDescription>Completion Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>RID</fieldName>
					<fieldDescription>Record Issue Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>ISS</fieldName>
					<fieldDescription>DLR Issue Date</fieldDescription>
				</reference>
				<reference>
					<dlrFieldNumber/>
					<fieldName>DLRD</fieldName>
					<fieldDescription>Design Layout Report in MIS only</fieldDescription>
				</reference>
				<reference>
					<dlrFieldNumber/>
					<fieldName>CDLRD</fieldName>
					<fieldDescription>Confirming Design Layout Report in MIS only</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>DD</fieldName>
					<fieldDescription>Due Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>PTD</fieldName>
					<fieldDescription>Due Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>PSD</fieldName>
					<fieldDescription>Promotion Subscription Date</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MULTIEC-018</asogPractice>
					<fieldName>OEC_PSD</fieldName>
					<fieldDescription>Other Exchange Company Promotion Subscription Date</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="8"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DCIR_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>DCIR</fieldName>
					<fieldDescription/>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="7"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DDTEST_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>DDTEST</fieldName>
					<fieldDescription>Due Date Test</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="5"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DIDQ_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>DIDQ</fieldName>
					<fieldDescription>DID Trunk Queuing</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DIDR_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>DIDR2</fieldName>
					<fieldDescription>Direct Inward Dial Number Range Two</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>DIDR3</fieldName>
					<fieldDescription>Direct Inward Dial Number Range Three</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>DIDR4</fieldName>
					<fieldDescription>Direct Inward Dial Number Range Four</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>DIDR5</fieldName>
					<fieldDescription>Direct Inward Dial Number Range Five</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="25"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DID_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>DID</fieldName>
					<fieldDescription>Direct Inward Dial</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DIR_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>DIR</fieldName>
					<fieldDescription>Directionality</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>SDIR</fieldName>
					<fieldDescription>Secondary Directionality</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>DIR</fieldName>
					<fieldDescription>Directionality (PRILOC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>SDIR</fieldName>
					<fieldDescription>Secondary Directionality (SECLOC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>DIR</fieldName>
					<fieldDescription>Directionality</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>SDIR</fieldName>
					<fieldDescription>Secondary Directionality</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>DIR1</fieldName>
					<fieldDescription>Directionality One (1)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>DIR2</fieldName>
					<fieldDescription>Directionality Two (2)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>DIR3</fieldName>
					<fieldDescription>Directionality Three (3)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>DIR4</fieldName>
					<fieldDescription>Directionality Four (4)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>VCAT-017</asogPractice>
					<fieldName>DIR</fieldName>
					<fieldDescription>Directionality</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DISPREQ_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>DISPREQ</fieldName>
					<fieldDescription>Dispatch Required</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DIST_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>DIST</fieldName>
					<fieldDescription>Distributor Name</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="32"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DLCI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>DLCI</fieldName>
					<fieldDescription>Data Link Connection Identifier</fieldDescription>
				</reference>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>RDLCI</fieldName>
					<fieldDescription>Related Data Link Connection Identifier</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>DLCI</fieldName>
					<fieldDescription>Data Link Connection Identifier</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>RDLCI</fieldName>
					<fieldDescription>Related Data Link Connection Identifier</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DPEA_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>DPEAA</fieldName>
					<fieldDescription>Drop Port Equipment Assignment A Location</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>DPEAZ</fieldName>
					<fieldDescription>Drop Port Equipment Assignment Z Location</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="50"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DRC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>DRC</fieldName>
					<fieldDescription>Design Routing Code</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DRL_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>DRL</fieldName>
					<fieldDescription>Directory Listing Requirement</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>DRL</fieldName>
					<fieldDescription>Directory Listing Requirement</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="E911ID_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>E911ID</fieldName>
					<fieldDescription/>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="8"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="EBP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>EBP</fieldName>
					<fieldDescription>Extended Billing Plan</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="6"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ECAN_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>ECAN</fieldName>
					<fieldDescription>Echo Canceller</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ECCKT28_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>RUID</fieldName>
					<fieldDescription>Related UNI Identifier</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>EVCID</fieldName>
					<fieldDescription>Ethernet Virtual Connection Identifier</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>LAG_ID</fieldName>
					<fieldDescription>Link Aggregation Group ID</fieldDescription>
					<additionalNote>Common Language Special Service Circuit Code - Serial Number Format (28 A/N) even though ASOG defined as (24 A/N)</additionalNote>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>LAG_ID</fieldName>
					<fieldDescription>Link Aggregation Group ID</fieldDescription>
					<additionalNote>Common Language Special Service Circuit Code - Serial Number Format (28 A/N) even though ASOG defined as (24 A/N)</additionalNote>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="28"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ECCKT36_Type">
		<xs:annotation>
			<xs:appinfo>
 				<reference>
					<asogPractice>ARI-022</asogPractice>
					<fieldName>ECCKT</fieldName>
					<fieldDescription>Exchange Company Circuit ID</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="36"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ECCKT42_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>RECCKT</fieldName>
					<fieldDescription>Related Exchange Company Circuit ID</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>RECCKT</fieldName>
					<fieldDescription>Related Exchange Company Circuit ID</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="42"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ECCKT53_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>ECCKT</fieldName>
					<fieldDescription>Exchange Company Circuit ID</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>RECCKT</fieldName>
					<fieldDescription>Related Exchange Company Circuit ID</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>RECCKT2</fieldName>
					<fieldDescription>Related Exchange Company Circuit ID 2</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>ECCKT</fieldName>
					<fieldDescription>Exchange Company Circuit ID</fieldDescription>
				</reference>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>RECCKT</fieldName>
					<fieldDescription>Related Exchange Company Circuit ID</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>ECCKT</fieldName>
					<fieldDescription>Exchange Company Circuit ID</fieldDescription>
				</reference>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>ECCKT</fieldName>
					<fieldDescription>Exchange Company Circuit ID</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>ECCKT</fieldName>
					<fieldDescription>Exchange Company Circuit ID</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
 					<fieldName>FCKT</fieldName>
					<fieldDescription>Facility Circuit Identification</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>RECCKT</fieldName>
					<fieldDescription>Related Exchange Company Circuit Identification</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>ECCKT</fieldName>
					<fieldDescription>Exchange Company Circuit ID</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>OLDECCKT</fieldName>
					<fieldDescription>Exchange Company Circuit ID</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="53"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="EchoReturnLoss_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>BTL_ERLA</fieldName>
					<fieldDescription>Balance Trunk Test Limit Echo Return Loss Office A</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>BML_ERLA</fieldName>
					<fieldDescription>Balance Trunk Maintenance Limit Echo return Loss Office A</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>BAL_ERLA</fieldName>
					<fieldDescription>Balance Trunk Action Limit Echo Return Loss Office A</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>BTL_ERLZ</fieldName>
					<fieldDescription>Balance Trunk Test Limit Echo Return Loss Office Z</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>BML_ERLZ</fieldName>
					<fieldDescription>Balance Trunk Maintenance Limit Echo return Loss Office Z</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>BAL_ERLZ</fieldName>
					<fieldDescription>Balance Trunk Action Limit Echo Return Loss Office Z</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ECI_NAME_Type">
		<xs:annotation>
			<xs:documentation>Company Specific Field Name</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="ECI_VALUE_Type">
		<xs:annotation>
			<xs:documentation>Company Specific Field Value</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="ECI_RTI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>RTI</fieldName>
					<fieldDescription>Route Index Number</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ELTN_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>ELTN</fieldName>
					<fieldDescription/>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="10"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="EMAIL_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>INIT_EMAIL</fieldName>
					<fieldDescription>Initiator Electronic Mail Address</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>DSG_EMAIL</fieldName>
					<fieldDescription>Design Electronic Mail Address</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>BILLCON_EMAIL</fieldName>
					<fieldDescription>Billing Contact Electronic Mail Address</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>EMAIL</fieldName>
					<fieldDescription>Provider Rep Electronic Mail Address</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CNR-010</asogPractice>
					<fieldName>AP_REP_EMAIL</fieldName>
					<fieldDescription>Provider Contact Electronic Mail Address</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="60"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="EOD_USE_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EOD-014</asogPractice>
					<fieldName>EOD_USE</fieldName>
					<fieldDescription>End Office Detail Form Use</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="EOI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>EOI</fieldName>
					<fieldDescription>End Office Integration</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="EO_Traffic_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EOD-014</asogPractice>
					<fieldName>ORIG</fieldName>
					<fieldDescription>Traffic Estimate Originating (EO)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EOD-014</asogPractice>
					<fieldName>TERM</fieldName>
					<fieldDescription>Traffic Estimate Terminating (EO)</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="6"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="EP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>EP</fieldName>
					<fieldDescription>End Point</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="EQPDESG_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>EQPDESG</fieldName>
					<fieldDescription>Equipment Designation</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>EQTYPE</fieldName>
					<fieldDescription>Equipment Type</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="10"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ER_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>ER</fieldName>
					<fieldDescription>S25 Exemption Reason</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>ER</fieldName>
					<fieldDescription>S25 Exempt Reason (PRILOC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>ER</fieldName>
					<fieldDescription>S25 Exempt Reason (SECLOC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>ER</fieldName>
					<fieldDescription>S25C Exemption Reason</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MSL-006</asogPractice>
					<fieldName>ER</fieldName>
					<fieldDescription>S25 Exemption Reason</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>ER</fieldName>
					<fieldDescription>S25 Exemption Reason</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESN_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>ESN</fieldName>
					<fieldDescription>Emergency Service Number</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="5"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ETET_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>ETET</fieldName>
					<fieldDescription>End to End Test</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>ETET</fieldName>
					<fieldDescription>End to End Test</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="EXP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>EXP</fieldName>
					<fieldDescription>Expedite</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="E_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>SECLOC</fieldName>
					<fieldDescription>Secondary Location - always E</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="EQP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-012</asogPractice>
					<fieldName>EQP</fieldName>
					<fieldDescription>Ports Configuration - Equipped</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="EVCI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>EVCI</fieldName>
					<fieldDescription>Ethernet Virtual Connection Indicator</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="IndexNumber1_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>LREF</fieldName>
					<fieldDescription>Level of Service Reference Number</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="IndexNumber2_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-012</asogPractice>
					<fieldName>PREF</fieldName>
					<fieldDescription>Ports Configuration - Ports Reference Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>UREF</fieldName>
					<fieldDescription>User Network Interface (UNI) Reference Number</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="IndexNumber3_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>CNR-010</asogPractice>
					<fieldName>OCC</fieldName>
					<fieldDescription>Occurrence</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="IndexNumber4_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>EVCNUM</fieldName>
					<fieldDescription>EVC Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ACI-007</asogPractice>
					<fieldName>REFNUM</fieldName>
					<fieldDescription>Reference Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MSL-006</asogPractice>
					<fieldName>REFNUM</fieldName>
					<fieldDescription>Reference Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ARI-022</asogPractice>
					<fieldName>REFNUM</fieldName>
					<fieldDescription>Reference Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>REFNUM</fieldName>
					<fieldDescription>Reference Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>SALI-015</asogPractice>
					<fieldName>REFNUM</fieldName>
					<fieldDescription>Reference Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>REFNUM</fieldName>
					<fieldDescription>Reference Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>VCNUM</fieldName>
					<fieldDescription>Virtual Connection Number</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>VCNUM</fieldName>
					<fieldDescription>Virtual Connection Number</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="L2CP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>L2CP</fieldName>
					<fieldDescription>Layer Two Control Protocol</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="7"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="S_VLAN_IND_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>S_VLAN_IND</fieldName>
					<fieldDescription>Stacked Virtual Local Area Network Indicator</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="LOS_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>LOS</fieldName>
					<fieldDescription>Level of Service Name</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="20"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="P_BIT_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>P_BIT</fieldName>
					<fieldDescription>Priority Bit</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="8"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DSCP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>DSCP</fieldName>
					<fieldDescription>Differentiated Services Code Point</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="6"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TOS_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EVC-016</asogPractice>
					<fieldName>TOS</fieldName>
					<fieldDescription>Type of Service</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="8"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FACDESG_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>FACDESG</fieldName>
					<fieldDescription>Facility/Cable Designation</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>FACDESG</fieldName>
					<fieldDescription>Facility/Cable Designation</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="5"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FACTYPE_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>FACTYPE</fieldName>
					<fieldDescription>Facility Type</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>FACTYPE</fieldName>
					<fieldDescription>Facility/Cable Designation</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="6"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FACT_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>FACT</fieldName>
					<fieldDescription>Feature Activity (Alt Ref)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>FACT_950</fieldName>
					<fieldDescription>Feature Activity (950-XXXX)</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FBA_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>FBA</fieldName>
					<fieldDescription>Facility Billing Arrangement</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FCHANNEL_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>FCHAN_START</fieldName>
					<fieldDescription>Starting Facility Channel</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>FCHAN_END</fieldName>
					<fieldDescription>Ending Facility Channel</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FCUS_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>FCUS</fieldName>
					<fieldDescription>Facility Customer Code</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FDRC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>FDRC</fieldName>
					<fieldDescription>Facility Design Routing Code</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FGD_950_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>FGD_950</fieldName>
					<fieldDescription>FGD With 950 Access</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FID_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>CNR-010</asogPractice>
					<fieldName>FID</fieldName>
					<fieldDescription>Error Tag</fieldDescription>
				</reference>
				<reference>
					<asogFieldNumber/>
					<fieldName>FID</fieldName>
					<fieldDescription>Field IDentifier</fieldDescription>
					<fullDefinition>Field IDentifier</fullDefinition>
					<source>ATIS/OBF-ASR-041 Access Service Request (ASR), Mechanized Interface Specifications, Section 3</source>
					<BorA>B</BorA>
					<BusinessTerm/>
					<Status/>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="20"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FLOOR_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>BILL_FL</fieldName>
					<fieldDescription>Billing Address Floor</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>DSGCON_FL</fieldName>
					<fieldDescription>Design/Engineering Address Floor</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>EUCON_FL</fieldName>
					<fieldDescription>Floor (EUCON)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TSR-008</asogPractice>
					<fieldName>TESTCON_FL</fieldName>
					<fieldDescription>Floor</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FNI_NAI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>FNIA</fieldName>
					<fieldDescription>Fiber Network Identification A</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>FNIZ</fieldName>
					<fieldDescription>Fiber Network Identification Z</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="6"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FNI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>FNI</fieldName>
					<fieldDescription>Fiber Network Identification</fieldDescription>
				</reference>
				<reference>
					<asogPractice>CN-011</asogPractice>
					<fieldName>FNI</fieldName>
					<fieldDescription>Fiber Network Identification</fieldDescription>
				</reference>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>RFNI</fieldName>
					<fieldDescription>Related Fiber Network Identification</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>SFNI</fieldName>
					<fieldDescription>Secondary Fiber Network Identification</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>SFNI</fieldName>
					<fieldDescription>Secondary Fiber Network Identification</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>SFNI</fieldName>
					<fieldDescription>Secondary Fiber Network Identification</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>IFNI1</fieldName>
					<fieldDescription>Intermediate Fiber Network Identification</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>IFNI2</fieldName>
					<fieldDescription>Intermediate Fiber Network Identification</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>IFNI3</fieldName>
					<fieldDescription>Intermediate Fiber Network Identification</fieldDescription>
				</reference>
				<reference>
					<asogPractice>NAI-024</asogPractice>
					<fieldName>IFNI4</fieldName>
					<fieldDescription>Intermediate Fiber Network Identification</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="13"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FNT_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>FNT</fieldName>
					<fieldDescription>Fiber Network Type</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FPI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>FPI</fieldName>
					<fieldDescription>Freeze PIC Indicator</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FSO_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>FSO</fieldName>
					<fieldDescription>Foreign Switching Office</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="6"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="GETO_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>GETO</fieldName>
					<fieldDescription>General Exchange Tariff Options Code</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRUNK-004</asogPractice>
					<fieldName>GETO</fieldName>
					<fieldDescription>General Exchange Tariff Options Code</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>GETO</fieldName>
					<fieldDescription>General Exchange Tariff Options Code</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>GETO</fieldName>
					<fieldDescription>General Exchange Tariff Options Code (PRILOC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>GETO</fieldName>
					<fieldDescription>General Exchange Tariff Options Code (SECLOC)</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MSL-006</asogPractice>
					<fieldName>GETO</fieldName>
					<fieldDescription>General Exchange Tariff Options Code</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>GETO</fieldName>
					<fieldDescription>General Exchange Tariff Options Code</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="GLARE_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>TQ-019</asogPractice>
					<fieldName>GLARE</fieldName>
					<fieldDescription>Glare Master</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="GSZ_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>GSZ</fieldName>
					<fieldDescription>Group Size</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="HML_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>HML</fieldName>
					<fieldDescription>Hunting Multi-line Group Number</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="HNTYP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>HNTYP</fieldName>
					<fieldDescription>Hunting Type Code</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>HNTYP</fieldName>
					<fieldDescription>Hunting Type Code</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="HPF_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>HPF</fieldName>
					<fieldDescription>Hunting Preferential List</fieldDescription>
				</reference>
				<reference>
					<asogPractice>WATS-003</asogPractice>
					<fieldName>HPF</fieldName>
					<fieldDescription>Hunting Preferential List</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="75"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="HTG_IND_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>OB-009</asogPractice>
					<fieldName>HTG_IND</fieldName>
					<fieldDescription>Hunting Indicator</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="HVP_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>EUSA-013</asogPractice>
					<fieldName>HVP</fieldName>
					<fieldDescription>High Voltage Protection</fieldDescription>
				</reference>
				<reference>
					<asogPractice>TRANSPORTSA-005</asogPractice>
					<fieldName>HVP</fieldName>
					<fieldDescription>High Voltage Protection</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="HWL_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice>
					<fieldName>HWL</fieldName>
					<fieldDescription>Hot/Warm Line</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="IBS_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>VC-023</asogPractice>
					<fieldName>IBS</fieldName>
					<fieldDescription>Incremental Base Speed</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="6"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ICNI_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ECI-025</asogPractice>
					<fieldName>ICNI</fieldName>
					<fieldDescription>IntelliMux Customer Network Identification</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ICOL_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>SALI-015</asogPractice>
					<fieldName>ICOL</fieldName>
					<fieldDescription>Independent Company Location</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="8"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ICSC_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>ASR-001</asogPractice>
					<fieldName>ICSC</fieldName>
					<fieldDescription>Interexchange Customer Service Center</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MULTIEC-018</asogPractice>
					<fieldName>ICSC</fieldName>
					<fieldDescription>Interexchange Customer Service Center - ASC</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MULTIEC-018</asogPractice>
					<fieldName>ICSC</fieldName>
					<fieldDescription>Interexchange Customer Service Center - OEC</fieldDescription>
				</reference>
				<reference>
					<asogPractice>MULTIEC-018</asogPractice>
					<fieldName>ICSC</fieldName>
					<fieldDescription>Interexchange Customer Service Center - Promotional Contract</fieldDescription>
				</reference>
				<reference>
					<asogPractice>DLR</asogPractice>
					<fieldName>CO</fieldName>
					<fieldDescription>Provider Company</fieldDescription>
				</reference>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="IEX_Type">
		<xs:annotation>
			<xs:appinfo>
				<reference>
					<asogPractice>FGA-002</asogPractice