<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 U (http://www.altova.com) by Brad (EMBRACE) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="NetworkStatus">
		<xs:annotation>
			<xs:documentation>Provides information about the completed Proton transaction</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="NetworkElement" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>List of network elements that were called during the request.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Name">
								<xs:annotation>
									<xs:documentation>Name of the network element For Example:
- HLR
- PPIN
- ViG
- Presence
- SMSD
- MNP_IN
- VM</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element ref="Status">
								<xs:annotation>
									<xs:documentation>Status of the transaction. If there were no errors then this is set to 'OK'. If there were errors then this is set to 'ERROR'</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element ref="Error" minOccurs="0"/>
							<xs:element ref="ErrorInfo" minOccurs="0"/>
							<xs:element name="SubElement" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>If the network element is made up of a number of individual components, this element contains the status of the network element component</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Name">
											<xs:annotation>
												<xs:documentation>Name of the network element sub-component. Examples of sub-elements for the HLR include:
- Subscriber
- CAMEL
- GPRS
- ODB
- Telephony
- DataGBS
- Data300
- Data1200
- Data1275
- Data2400
- Data9600
- SMSMO
- SMSMT
- Fax</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element ref="Status">
											<xs:annotation>
												<xs:documentation>Status of the transaction. If there were no errors then this is set to 'OK'. If there were errors then this is set to 'ERROR'</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element ref="Error" minOccurs="0"/>
										<xs:element ref="ErrorInfo" minOccurs="0"/>
										<xs:element name="Service" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Services that are provisioned  on the network element</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Name">
														<xs:annotation>
															<xs:documentation>Name of the Service. Examples of services include: 
- BarInAll
- BarInWhenRoaming
- BarOutAll
- BarOutAllInternational
- BarOutInternationalExceptToHomeCountry
- BarOutWhenRoaming
- ForwardBusy
- ForwardNoReply
- ForwardUnconditional
- ForwardUnreachable
- CallWait</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element ref="Status">
														<xs:annotation>
															<xs:documentation>Status of the transaction. If there were no errors then this is set to 'OK'. If there were errors then this is set to 'ERROR'</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element ref="Error"/>
													<xs:element ref="ErrorInfo"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="Status">
		<xs:annotation>
			<xs:documentation>Status of the transaction. If there were no errors then this is set to 'OK'. If there were errors then this is set to 'FAILED'</xs:documentation>
		</xs:annotation>
		<xs:simpleType>
			<xs:restriction base="xs:token">
				<xs:enumeration value="OK"/>
				<xs:enumeration value="ERROR"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="Error">
		<xs:annotation>
			<xs:documentation>The complete error message returned from the network element</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ErrorInfo">
		<xs:annotation>
			<xs:documentation>This field is populated if a common error has occurred. This provides additional human readable information about the error. Note that not all errors that are returned have a value populated in this field.</xs:documentation>
		</xs:annotation>
	</xs:element>
</xs:schema>
