<?xml version="1.0" encoding="utf-8"?><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/NBA.BloodNet.LaboratoryService.DTO.WCF.Fate" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/NBA.BloodNet.LaboratoryService.DTO.WCF.Fate"><xs:import schemaLocation="https://uat.blood.gov.au/BloodNet5/LisService/LISService.svc?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/NBA.BloodNet.LaboratoryService.DTO.WCF"/><xs:import schemaLocation="https://uat.blood.gov.au/BloodNet5/LisService/LISService.svc?xsd=xsd4" namespace="http://schemas.datacontract.org/2004/07/NBA.BloodNet.LaboratoryService.DTO.WCF.Shared"/><xs:complexType name="FateOfUnitRequest"><xs:sequence><xs:element minOccurs="0" name="AssumedTransfuseUnits" nillable="true" type="tns:ArrayOfAssumedTransfuseUnit"/><xs:element minOccurs="0" name="ConvertUnits" nillable="true" type="tns:ArrayOfConvertUnit"/><xs:element minOccurs="0" name="CrossmatchUnits" nillable="true" type="tns:ArrayOfCrossmatchUnit"/><xs:element minOccurs="0" name="DiscardUnits" nillable="true" type="tns:ArrayOfDiscardUnit"/><xs:element minOccurs="0" name="DispenseUnits" nillable="true" type="tns:ArrayOfDispenseUnit"/><xs:element minOccurs="0" name="ReserveUnits" nillable="true" type="tns:ArrayOfReserveUnit"/><xs:element minOccurs="0" name="ReturnToStockUnits" nillable="true" type="tns:ArrayOfReturnToStockUnit"/><xs:element minOccurs="0" name="SentToUnits" nillable="true" type="tns:ArrayOfSentToUnit"/><xs:element minOccurs="0" name="TransferUnits" nillable="true" type="tns:ArrayOfTransferUnit"/><xs:element minOccurs="0" name="TransfuseUnits" nillable="true" type="tns:ArrayOfTransfuseUnit"/></xs:sequence></xs:complexType><xs:element name="FateOfUnitRequest" nillable="true" type="tns:FateOfUnitRequest"/><xs:complexType name="ArrayOfAssumedTransfuseUnit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AssumedTransfuseUnit" nillable="true" type="tns:AssumedTransfuseUnit"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAssumedTransfuseUnit" nillable="true" type="tns:ArrayOfAssumedTransfuseUnit"/><xs:complexType name="AssumedTransfuseUnit"><xs:complexContent mixed="false"><xs:extension base="tns:FateUnit"><xs:sequence><xs:element name="AssumedTransfuseDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="CustomTransfuseLocation" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomTransfuseLocationID" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="MedicalOfficerFirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MedicalOfficerHPI-I" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MedicalOfficerLastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MedicalOfficerSpeciality" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransfuseLocationID" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="AssumedTransfuseUnit" nillable="true" type="tns:AssumedTransfuseUnit"/><xs:complexType name="FateUnit"><xs:sequence><xs:element minOccurs="0" name="AllocatedPatient" nillable="true" type="tns:Patient"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element name="DonationLotNumber" nillable="true" type="xs:string"/><xs:element name="ExpiryDate" nillable="true" type="xs:dateTime"/><xs:element name="FacilityID" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="FacilityUnitUniqueIdentifier" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FatedBy" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PreviousStatus" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProductID" nillable="true" type="xs:int"/><xs:element name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="SupplierComponentID" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="FateUnit" nillable="true" type="tns:FateUnit"/><xs:complexType name="Patient"><xs:complexContent mixed="false"><xs:extension base="q1:BasePatient" xmlns:q1="http://schemas.datacontract.org/2004/07/NBA.BloodNet.LaboratoryService.DTO.WCF"><xs:sequence><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Patient" nillable="true" type="tns:Patient"/><xs:complexType name="ArrayOfConvertUnit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ConvertUnit" nillable="true" type="tns:ConvertUnit"/></xs:sequence></xs:complexType><xs:element name="ArrayOfConvertUnit" nillable="true" type="tns:ArrayOfConvertUnit"/><xs:complexType name="ConvertUnit"><xs:complexContent mixed="false"><xs:extension base="tns:FateUnit"><xs:sequence><xs:element name="ConvertDateTime" type="xs:dateTime"/><xs:element name="ConvertTypeID" nillable="true" type="q2:ConvertType" xmlns:q2="http://schemas.datacontract.org/2004/07/NBA.BloodNet.LaboratoryService.DTO.WCF"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ConvertUnit" nillable="true" type="tns:ConvertUnit"/><xs:complexType name="ArrayOfCrossmatchUnit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CrossmatchUnit" nillable="true" type="tns:CrossmatchUnit"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCrossmatchUnit" nillable="true" type="tns:ArrayOfCrossmatchUnit"/><xs:complexType name="CrossmatchUnit"><xs:complexContent mixed="false"><xs:extension base="tns:FateUnit"><xs:sequence><xs:element name="CrossmatchDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="MedicalOfficerFirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MedicalOfficerHPI-I" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MedicalOfficerLastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MedicalOfficerSpeciality" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CrossmatchUnit" nillable="true" type="tns:CrossmatchUnit"/><xs:complexType name="ArrayOfDiscardUnit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="DiscardUnit" nillable="true" type="tns:DiscardUnit"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDiscardUnit" nillable="true" type="tns:ArrayOfDiscardUnit"/><xs:complexType name="DiscardUnit"><xs:complexContent mixed="false"><xs:extension base="tns:FateUnit"><xs:sequence><xs:element minOccurs="0" name="CustomDiscardLocation" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomDiscardLocationID" nillable="true" type="xs:int"/><xs:element name="DiscardDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="DiscardLocationID" nillable="true" type="xs:int"/><xs:element name="DiscardReasonID" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="DiscardUnit" nillable="true" type="tns:DiscardUnit"/><xs:complexType name="ArrayOfDispenseUnit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="DispenseUnit" nillable="true" type="tns:DispenseUnit"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDispenseUnit" nillable="true" type="tns:ArrayOfDispenseUnit"/><xs:complexType name="DispenseUnit"><xs:complexContent mixed="false"><xs:extension base="tns:FateUnit"><xs:sequence><xs:element minOccurs="0" name="CustomDispenseLocation" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomDispenseLocationID" nillable="true" type="xs:int"/><xs:element name="DispenseDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="DispenseLocationID" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="DispenseUnit" nillable="true" type="tns:DispenseUnit"/><xs:complexType name="ArrayOfReserveUnit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ReserveUnit" nillable="true" type="tns:ReserveUnit"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReserveUnit" nillable="true" type="tns:ArrayOfReserveUnit"/><xs:complexType name="ReserveUnit"><xs:complexContent mixed="false"><xs:extension base="tns:FateUnit"><xs:sequence><xs:element name="ReserveDateTime" type="xs:dateTime"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ReserveUnit" nillable="true" type="tns:ReserveUnit"/><xs:complexType name="ArrayOfReturnToStockUnit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ReturnToStockUnit" nillable="true" type="tns:ReturnToStockUnit"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReturnToStockUnit" nillable="true" type="tns:ArrayOfReturnToStockUnit"/><xs:complexType name="ReturnToStockUnit"><xs:complexContent mixed="false"><xs:extension base="tns:FateUnit"><xs:sequence><xs:element name="ReturnToStockDateTime" type="xs:dateTime"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ReturnToStockUnit" nillable="true" type="tns:ReturnToStockUnit"/><xs:complexType name="ArrayOfSentToUnit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SentToUnit" nillable="true" type="tns:SentToUnit"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSentToUnit" nillable="true" type="tns:ArrayOfSentToUnit"/><xs:complexType name="SentToUnit"><xs:complexContent mixed="false"><xs:extension base="tns:FateUnit"><xs:sequence><xs:element minOccurs="0" name="SentToCustomLocation" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SentToCustomLocationID" nillable="true" type="xs:int"/><xs:element name="SentToDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="SentToLocationID" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SentToUnit" nillable="true" type="tns:SentToUnit"/><xs:complexType name="ArrayOfTransferUnit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TransferUnit" nillable="true" type="tns:TransferUnit"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTransferUnit" nillable="true" type="tns:ArrayOfTransferUnit"/><xs:complexType name="TransferUnit"><xs:complexContent mixed="false"><xs:extension base="tns:FateUnit"><xs:sequence><xs:element name="TransferDateTime" type="xs:dateTime"/><xs:element name="TransferReasonID" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TransferToCustomLocation" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransferToCustomLocationID" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TransferToDistributionSiteID" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TransferToFacilityID" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TransferUnit" nillable="true" type="tns:TransferUnit"/><xs:complexType name="ArrayOfTransfuseUnit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TransfuseUnit" nillable="true" type="tns:TransfuseUnit"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTransfuseUnit" nillable="true" type="tns:ArrayOfTransfuseUnit"/><xs:complexType name="TransfuseUnit"><xs:complexContent mixed="false"><xs:extension base="tns:FateUnit"><xs:sequence><xs:element minOccurs="0" name="CustomTransfuseLocation" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomTransfuseLocationID" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="MedicalOfficerFirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MedicalOfficerHPI-I" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MedicalOfficerLastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MedicalOfficerSpeciality" nillable="true" type="xs:string"/><xs:element name="TransfuseDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="TransfuseLocationID" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TransfuseUnit" nillable="true" type="tns:TransfuseUnit"/><xs:complexType name="FateOfUnitResponse"><xs:complexContent mixed="false"><xs:extension base="q3:AlwaysOnlineResponse" xmlns:q3="http://schemas.datacontract.org/2004/07/NBA.BloodNet.LaboratoryService.DTO.WCF.Shared"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="FateOfUnitResponse" nillable="true" type="tns:FateOfUnitResponse"/></xs:schema>