<?xml version = "1.0" encoding = "UTF-8"?>
<!--Generated by Turbo XML 2.3.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
<xsd:schema xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
	 elementFormDefault = "qualified">
	<xsd:element name = "GTP">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref = "TransmissionSource"/>
				<xsd:element ref = "Study" maxOccurs = "unbounded"/>
			</xsd:sequence>
			<xsd:attribute name = "ModelVersion" use = "required">
				<xsd:annotation>
					<xsd:documentation>Expected format is ##-#-##, where # represents a digit</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:length value = "7"/>
						<xsd:pattern value = "\d\d\-\d\-\d\d"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "CreationDateTime" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:dateTime"/>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "TransmissionSource">
		<xsd:complexType>
			<xsd:attribute name = "ID" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "20"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "Name">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "40"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "Study">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref = "BaseBattery" maxOccurs = "unbounded"/>
			</xsd:sequence>
			<xsd:attribute name = "ID" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "20"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "Name">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "200"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "TransmissionType" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:enumeration value = "C"/>
						<xsd:enumeration value = "I"/>
						<xsd:maxLength value = "1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "BaseBattery">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref = "BaseTest" maxOccurs = "unbounded"/>
			</xsd:sequence>
			<xsd:attribute name = "ID" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "20"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "Name">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "40"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "BaseTest">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref = "LabTest"/>
				<xsd:element ref = "ReceiverTest" minOccurs = "0"/>
				<xsd:element ref = "LOINCTestCode" minOccurs = "0"/>
				<xsd:element ref = "PerformingLab" minOccurs = "0"/>
				<xsd:element ref = "SubjectCharacteristics" maxOccurs = "unbounded"/>
			</xsd:sequence>
			<xsd:attribute name = "DefiningEntity" use = "required">
				<xsd:simpleType>
					<xsd:annotation>
						<xsd:documentation>C indicates Central Lab</xsd:documentation>
						<xsd:documentation>R indicates Referral Lab</xsd:documentation>
						<xsd:documentation>U indicates Sponsor</xsd:documentation>
					</xsd:annotation>
					<xsd:restriction base = "xsd:string">
						<xsd:enumeration value = "C"/>
						<xsd:enumeration value = "R"/>
						<xsd:enumeration value = "S"/>
						<xsd:maxLength value = "1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "LabTest">
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base = "xsd:string">
					<xsd:attribute name = "ID" use = "required">
						<xsd:simpleType>
							<xsd:restriction base = "xsd:string">
								<xsd:maxLength value = "20"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:attribute>
					<xsd:attribute name = "Name">
						<xsd:simpleType>
							<xsd:restriction base = "xsd:string">
								<xsd:maxLength value = "40"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:attribute>
					<xsd:attribute name = "AdditionalDescription">
						<xsd:simpleType>
							<xsd:restriction base = "xsd:string">
								<xsd:maxLength value = "100"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:attribute>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "ReceiverTest">
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base = "xsd:string">
					<xsd:attribute name = "ID">
						<xsd:simpleType>
							<xsd:restriction base = "xsd:string">
								<xsd:maxLength value = "20"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:attribute>
					<xsd:attribute name = "Name">
						<xsd:simpleType>
							<xsd:restriction base = "xsd:string">
								<xsd:maxLength value = "40"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:attribute>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "LOINCTestCode">
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base = "xsd:string">
					<xsd:attribute name = "Value">
						<xsd:simpleType>
							<xsd:restriction base = "xsd:string">
								<xsd:maxLength value = "10"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:attribute>
					<xsd:attribute name = "CodeListID">
						<xsd:simpleType>
							<xsd:restriction base = "xsd:string">
								<xsd:maxLength value = "40"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:attribute>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "PerformingLab">
		<xsd:complexType>
			<xsd:attribute name = "ID" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "20"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "Name">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "40"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "SubjectCharacteristics">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref = "Sex" minOccurs = "0"/>
				<xsd:element ref = "Race" minOccurs = "0"/>
				<xsd:element ref = "Age"/>
				<xsd:element ref = "MedicalCondition" minOccurs = "0"/>
				<xsd:element ref = "FlagUOM" maxOccurs = "unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "Sex">
		<xsd:complexType>
			<xsd:attribute name = "Value">
				<xsd:annotation>
					<xsd:documentation>HL7 Gender Vocabulary Domain</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "CodeListID">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "40"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "Race">
		<xsd:complexType>
			<xsd:attribute name = "Value">
				<xsd:annotation>
					<xsd:documentation>HL7 Race vocabulary domain</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "20"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "CodeListID">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "40"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "Age">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref = "LowerLimit"/>
				<xsd:element ref = "UpperLimit"/>
			</xsd:sequence>
			<xsd:attribute name = "BoundaryType" use = "required">
				<xsd:annotation>
					<xsd:documentation>N indicates Neither Limit Inclusive</xsd:documentation>
					<xsd:documentation>L indicates Lower Limit Inclusive</xsd:documentation>
					<xsd:documentation>U indicates Upper Limit Inclusive</xsd:documentation>
					<xsd:documentation>B indicates Both Limits Inclusive</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "1"/>
						<xsd:enumeration value = "B"/>
						<xsd:enumeration value = "L"/>
						<xsd:enumeration value = "N"/>
						<xsd:enumeration value = "U"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "LowerLimit">
		<xsd:complexType>
			<xsd:attribute name = "Value" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:integer"/>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "UOM" use = "required">
				<xsd:annotation>
					<xsd:documentation>D indicates Days</xsd:documentation>
					<xsd:documentation>M indicates Months</xsd:documentation>
					<xsd:documentation>Y indicates Years</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:enumeration value = "D"/>
						<xsd:enumeration value = "M"/>
						<xsd:enumeration value = "Y"/>
						<xsd:maxLength value = "1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "UpperLimit">
		<xsd:complexType>
			<xsd:attribute name = "Value" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:integer"/>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "UOM" use = "required">
				<xsd:annotation>
					<xsd:documentation>D indicates Days</xsd:documentation>
					<xsd:documentation>M indicates Months</xsd:documentation>
					<xsd:documentation>Y indicates Years</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:enumeration value = "D"/>
						<xsd:enumeration value = "M"/>
						<xsd:enumeration value = "Y"/>
						<xsd:maxLength value = "1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "MedicalCondition">
		<xsd:complexType>
			<xsd:attribute name = "Value">
				<xsd:annotation>
					<xsd:documentation>Code from standard dictionary e.g. SNOMED or ICD</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "20"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "CodeListID">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "40"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "FlagUOM">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref = "ResultUnits"/>
				<xsd:element ref = "Normal" minOccurs = "0"/>
				<xsd:element ref = "Deltas" minOccurs = "0"/>
				<xsd:element ref = "Alerts" minOccurs = "0"/>
				<xsd:element ref = "Exclusions" minOccurs = "0"/>
			</xsd:sequence>
			<xsd:attribute name = "ResultClass" use = "required">
				<xsd:annotation>
					<xsd:documentation>R indicates Reported</xsd:documentation>
					<xsd:documentation>C indicates Conventional</xsd:documentation>
					<xsd:documentation>S indicates SI</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:enumeration value = "R"/>
						<xsd:enumeration value = "C"/>
						<xsd:enumeration value = "S"/>
						<xsd:maxLength value = "1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "ResultUnits">
		<xsd:complexType>
			<xsd:attribute name = "Value" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "20"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "CodeListID">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "40"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "Normal">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref = "NormalDefinition" maxOccurs = "unbounded"/>
				<xsd:element ref = "TransactionType"/>
			</xsd:sequence>
			<xsd:attribute name = "StartDateTime" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:dateTime"/>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "EndDateTime">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:dateTime"/>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "NormalComment">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "100"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "NormalDefinition">
		<xsd:complexType>
			<xsd:attribute name = "NormalLevel" use = "required">
				<xsd:annotation>
					<xsd:documentation>L indicates Low Normal</xsd:documentation>
					<xsd:documentation>H indicates High Normal</xsd:documentation>
					<xsd:documentation>N indicates Normal</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:enumeration value = "L"/>
						<xsd:enumeration value = "N"/>
						<xsd:enumeration value = "H"/>
						<xsd:maxLength value = "1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "Value" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "20"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "Deltas">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref = "DeltaDefinition" maxOccurs = "unbounded"/>
				<xsd:element ref = "TransactionType"/>
			</xsd:sequence>
			<xsd:attribute name = "StartDateTime" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:dateTime"/>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "DeltaComment">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "100"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "DeltaDefinition">
		<xsd:complexType>
			<xsd:attribute name = "BaseValue" use = "required">
				<xsd:annotation>
					<xsd:documentation>B indicates Baseline</xsd:documentation>
					<xsd:documentation>C indicates Custom</xsd:documentation>
					<xsd:documentation>P indicates Prior</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:enumeration value = "B"/>
						<xsd:enumeration value = "C"/>
						<xsd:enumeration value = "P"/>
						<xsd:maxLength value = "1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "DeltaLevel" use = "required">
				<xsd:annotation>
					<xsd:documentation>D++ indicates Extraordinary Positive Change</xsd:documentation>
					<xsd:documentation>D+ indicates Positive Change</xsd:documentation>
					<xsd:documentation>D- indicates Negative Change</xsd:documentation>
					<xsd:documentation>D-- indicates Extraordinary Negative Change</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:enumeration value = "D++"/>
						<xsd:enumeration value = "D+"/>
						<xsd:enumeration value = "D-"/>
						<xsd:enumeration value = "D--"/>
						<xsd:maxLength value = "3"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "ValueType" use = "required">
				<xsd:annotation>
					<xsd:documentation>A indicates Absolute</xsd:documentation>
					<xsd:documentation>R indicates Relative</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:enumeration value = "A"/>
						<xsd:enumeration value = "R"/>
						<xsd:maxLength value = "1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "Direction" use = "required">
				<xsd:annotation>
					<xsd:documentation>+ indicates Positive Change</xsd:documentation>
					<xsd:documentation>- indicates Negative Change</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:enumeration value = "+"/>
						<xsd:enumeration value = "-"/>
						<xsd:maxLength value = "1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "Value" use = "required" type = "xsd:double"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "Alerts">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref = "AlertDefinition" maxOccurs = "unbounded"/>
				<xsd:element ref = "TransactionType"/>
			</xsd:sequence>
			<xsd:attribute name = "StartDateTime" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:dateTime"/>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "AlertComment">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "100"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "AlertDefinition">
		<xsd:complexType>
			<xsd:attribute name = "AlertLevel" use = "required">
				<xsd:annotation>
					<xsd:documentation>LP indicates Low Panic</xsd:documentation>
					<xsd:documentation>LT indicates Low Telephone</xsd:documentation>
					<xsd:documentation>LN indicates Low Normal</xsd:documentation>
					<xsd:documentation>N indicates Normal</xsd:documentation>
					<xsd:documentation>HN indicates High Normal</xsd:documentation>
					<xsd:documentation>HT indicates High Telephone</xsd:documentation>
					<xsd:documentation>HP indicates High Panic</xsd:documentation>
					<xsd:documentation>AB indicates Abnormal</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:enumeration value = "LP"/>
						<xsd:enumeration value = "LT"/>
						<xsd:enumeration value = "LN"/>
						<xsd:enumeration value = "N"/>
						<xsd:enumeration value = "HN"/>
						<xsd:enumeration value = "HT"/>
						<xsd:enumeration value = "HP"/>
						<xsd:enumeration value = "AB"/>
						<xsd:maxLength value = "2"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "Value" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "20"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "Exclusions">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref = "ExclusionDefinition" maxOccurs = "unbounded"/>
				<xsd:element ref = "TransactionType"/>
			</xsd:sequence>
			<xsd:attribute name = "StartDateTime" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:dateTime"/>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "ExclusionComment">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "100"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "ExclusionDefinition">
		<xsd:complexType>
			<xsd:attribute name = "ExclusionLevel" use = "required">
				<xsd:annotation>
					<xsd:documentation>EX indicates Exclusion</xsd:documentation>
					<xsd:documentation>HX indicates High Exclusion</xsd:documentation>
					<xsd:documentation>LX indicates Low Exclusion</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:enumeration value = "EX"/>
						<xsd:enumeration value = "HX"/>
						<xsd:enumeration value = "LX"/>
						<xsd:maxLength value = "2"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name = "Value" use = "required">
				<xsd:simpleType>
					<xsd:restriction base = "xsd:string">
						<xsd:maxLength value = "20"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "TransactionType">
		<xsd:annotation>
			<xsd:documentation>M indicates Remove</xsd:documentation>
			<xsd:documentation>I indicates Insert</xsd:documentation>
			<xsd:documentation>R indicates Retransmit</xsd:documentation>
			<xsd:documentation>U indicates Update</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleType>
			<xsd:restriction base = "xsd:string">
				<xsd:enumeration value = "M"/>
				<xsd:enumeration value = "I"/>
				<xsd:enumeration value = "R"/>
				<xsd:enumeration value = "U"/>
				<xsd:maxLength value = "1"/>
			</xsd:restriction>
		</xsd:simpleType>
	</xsd:element>
</xsd:schema>

