Schema Name: fixml-allocation-base-4-4.xsd
Target Namespace: http://www.fixprotocol.org/FIXML-4-4
Collapse XSD Schema Code:

<!--
    Revision: FIXML 4.4 Schema Version - 20040109
    Copyright 2003,2004 FIX Protocol Limited.  All rights reserved.

    This Schema represents FIXML vocabulary based on version 4.4 of the FIX Protocol

    Comments should be posted on the FIX protocol web-site
    www.fixprotocol.org
-->
<xs:schema targetNamespace="http://www.fixprotocol.org/FIXML-4-4" xmlns="http://www.fixprotocol.org/FIXML-4-4" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="fixml-components-impl-4-4.xsd"/>


	<xs:group name="AllocationInstructionElements">
		<xs:sequence>		
		<xs:element name="OrdAlloc" type="OrdAllocGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="AllExc" type="ExecAllocGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="Instrmt" type="Instrument_Block_t" />
		<xs:element name="InstrmtExt" type="InstrumentExtension_Block_t" minOccurs="0" />
		<xs:element name="FinDetls" type="FinancingDetails_Block_t" minOccurs="0" />
		<xs:element name="Undly" type="UndInstrmtGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="Leg" type="InstrmtLegGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="SprdBnchmkCurve" type="SpreadOrBenchmarkCurveData_Block_t" minOccurs="0" />
		<xs:element name="Pty" type="Parties_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="Stip" type="Stipulations_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="Yield" type="YieldData_Block_t" minOccurs="0" />
		<xs:element name="Alloc" type="AllocGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:group>
	<xs:attributeGroup name="AllocationInstructionAttributes">
		<xs:attribute name="ID" type="AllocID_t" use="required"/>
		<xs:attribute name="TransTyp" type="AllocTransType_t" use="required"/>
		<xs:attribute name="Typ" type="AllocType_t" use="required"/>
		<xs:attribute name="ID2" type="SecondaryAllocID_t" use="optional"/>
		<xs:attribute name="RefID" type="RefAllocID_t" use="optional"/>
		<xs:attribute name="CxlRplcRsn" type="AllocCancReplaceReason_t" use="optional"/>
		<xs:attribute name="ImReqTyp" type="AllocIntermedReqType_t" use="optional"/>
		<xs:attribute name="LinkID" type="AllocLinkID_t" use="optional"/>
		<xs:attribute name="LinkTyp" type="AllocLinkType_t" use="optional"/>
		<xs:attribute name="BkngRefID" type="BookingRefID_t" use="optional"/>
		<xs:attribute name="NoOrdsTyp" type="AllocNoOrdersType_t" use="required"/>
		<xs:attribute name="PrevlyRpted" type="PreviouslyReported_t" use="optional"/>
		<xs:attribute name="ReversalInd" type="ReversalIndicator_t" use="optional"/>
		<xs:attribute name="MtchTyp" type="MatchType_t" use="optional"/>
		<xs:attribute name="Side" type="Side_t" use="required"/>
		<xs:attribute name="Qty" type="Quantity_t" use="required"/>
		<xs:attribute name="QtyTyp" type="QtyType_t" use="optional"/>
		<xs:attribute name="LastMkt" type="LastMkt_t" use="optional"/>
		<xs:attribute name="OrignDt" type="TradeOriginationDate_t" use="optional"/>
		<xs:attribute name="SesID" type="TradingSessionID_t" use="optional"/>
		<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional"/>
		<xs:attribute name="PxTyp" type="PriceType_t" use="optional"/>
		<xs:attribute name="AvgPx" type="AvgPx_t" use="required"/>
		<xs:attribute name="AvgParPx" type="AvgParPx_t" use="optional"/>
		<xs:attribute name="Ccy" type="Currency_t" use="optional"/>
		<xs:attribute name="AvgPxPrcsn" type="AvgPxPrecision_t" use="optional"/>
		<xs:attribute name="TrdDt" type="TradeDate_t" use="required"/>
		<xs:attribute name="TxnTm" type="TransactTime_t" use="optional"/>
		<xs:attribute name="SettlTyp" type="SettlType_t" use="optional"/>
		<xs:attribute name="SettlDt" type="SettlDate_t" use="optional"/>
		<xs:attribute name="BkngTyp" type="BookingType_t" use="optional"/>
		<xs:attribute name="GrossTrdAmt" type="GrossTradeAmt_t" use="optional"/>
		<xs:attribute name="Concession" type="Concession_t" use="optional"/>
		<xs:attribute name="TotTakedown" type="TotalTakedown_t" use="optional"/>
		<xs:attribute name="NetMny" type="NetMoney_t" use="optional"/>
		<xs:attribute name="PosEfct" type="PositionEffect_t" use="optional"/>
		<xs:attribute name="AutoAcceptInd" type="AutoAcceptIndicator_t" use="optional"/>
		<xs:attribute name="Txt" type="Text_t" use="optional"/>
		<xs:attribute name="EncTxtLen" type="EncodedTextLen_t" use="optional"/>
		<xs:attribute name="EncTxt" type="EncodedText_t" use="optional"/>
		<xs:attribute name="NumDaysInt" type="NumDaysInterest_t" use="optional"/>
		<xs:attribute name="AcrdIntRt" type="AccruedInterestRate_t" use="optional"/>
		<xs:attribute name="AcrdIntAmt" type="AccruedInterestAmt_t" use="optional"/>
		<xs:attribute name="TotAcrdIntAmt" type="TotalAccruedInterestAmt_t" use="optional"/>
		<xs:attribute name="IntAtMat" type="InterestAtMaturity_t" use="optional"/>
		<xs:attribute name="EndAcrdIntAmt" type="EndAccruedInterestAmt_t" use="optional"/>
		<xs:attribute name="StartCsh" type="StartCash_t" use="optional"/>
		<xs:attribute name="EndCsh" type="EndCash_t" use="optional"/>
		<xs:attribute name="LegalCnfm" type="LegalConfirm_t" use="optional"/>
		<xs:attribute name="TotNoAllocs" type="TotNoAllocs_t" use="optional"/>
		<xs:attribute name="LastFragment" type="LastFragment_t" use="optional"/>

</xs:attributeGroup>
	
	<xs:complexType name="AllocationInstruction_message_t" final="#all">
	<xs:annotation>
		<xs:documentation xml:lang="en">AllocationInstruction can be found in Volume5 of the specification
		</xs:documentation>
		<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
			<xs:Xref Protocol="FIX" name="AllocationInstruction" ComponentType="Message"/>
			<xs:Xref Protocol="ISO_15022_XML"/>
		</xs:appinfo>
	</xs:annotation>	
	<xs:complexContent>
			<xs:extension base="Abstract_message_t">
				<xs:sequence>
					<xs:group ref="AllocationInstructionElements"/>
				</xs:sequence>
				<xs:attributeGroup ref="AllocationInstructionAttributes"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	
<xs:element name="AllocInstrctn" type="AllocationInstruction_message_t" substitutionGroup="Message" final="#all"/>

	<xs:group name="AllocationInstructionAckElements">
		<xs:sequence>		
		<xs:element name="Pty" type="Parties_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="AllocAck" type="AllocAckGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:group>
	<xs:attributeGroup name="AllocationInstructionAckAttributes">
		<xs:attribute name="ID" type="AllocID_t" use="required"/>
		<xs:attribute name="ID2" type="SecondaryAllocID_t" use="optional"/>
		<xs:attribute name="TrdDt" type="TradeDate_t" use="optional"/>
		<xs:attribute name="TxnTm" type="TransactTime_t" use="required"/>
		<xs:attribute name="Stat" type="AllocStatus_t" use="required"/>
		<xs:attribute name="RejCode" type="AllocRejCode_t" use="optional"/>
		<xs:attribute name="Typ" type="AllocType_t" use="optional"/>
		<xs:attribute name="ImReqTyp" type="AllocIntermedReqType_t" use="optional"/>
		<xs:attribute name="MtchStat" type="MatchStatus_t" use="optional"/>
		<xs:attribute name="Prod" type="Product_t" use="optional"/>
		<xs:attribute name="SecTyp" type="SecurityType_t" use="optional"/>
		<xs:attribute name="Txt" type="Text_t" use="optional"/>
		<xs:attribute name="EncTxtLen" type="EncodedTextLen_t" use="optional"/>
		<xs:attribute name="EncTxt" type="EncodedText_t" use="optional"/>

</xs:attributeGroup>
	
	<xs:complexType name="AllocationInstructionAck_message_t" final="#all">
	<xs:annotation>
		<xs:documentation xml:lang="en">AllocationInstructionAck can be found in Volume5 of the specification
		</xs:documentation>
		<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
			<xs:Xref Protocol="FIX" name="AllocationInstructionAck" ComponentType="Message"/>
			<xs:Xref Protocol="ISO_15022_XML"/>
		</xs:appinfo>
	</xs:annotation>	
	<xs:complexContent>
			<xs:extension base="Abstract_message_t">
				<xs:sequence>
					<xs:group ref="AllocationInstructionAckElements"/>
				</xs:sequence>
				<xs:attributeGroup ref="AllocationInstructionAckAttributes"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	
<xs:element name="AllocInstrctnAck" type="AllocationInstructionAck_message_t" substitutionGroup="Message" final="#all"/>

	<xs:group name="AllocationReportElements">
		<xs:sequence>		
		<xs:element name="OrdAlloc" type="OrdAllocGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="AllExc" type="ExecAllocGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="Instrmt" type="Instrument_Block_t" />
		<xs:element name="InstrmtExt" type="InstrumentExtension_Block_t" minOccurs="0" />
		<xs:element name="FinDetls" type="FinancingDetails_Block_t" minOccurs="0" />
		<xs:element name="Undly" type="UndInstrmtGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="Leg" type="InstrmtLegGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="SprdBnchmkCurve" type="SpreadOrBenchmarkCurveData_Block_t" minOccurs="0" />
		<xs:element name="Pty" type="Parties_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="Stip" type="Stipulations_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="Yield" type="YieldData_Block_t" minOccurs="0" />
		<xs:element name="Alloc" type="AllocGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:group>
	<xs:attributeGroup name="AllocationReportAttributes">
		<xs:attribute name="RptID" type="AllocReportID_t" use="required"/>
		<xs:attribute name="ID" type="AllocID_t" use="optional"/>
		<xs:attribute name="TransTyp" type="AllocTransType_t" use="required"/>
		<xs:attribute name="RptRefID" type="AllocReportRefID_t" use="optional"/>
		<xs:attribute name="CxlRplcRsn" type="AllocCancReplaceReason_t" use="optional"/>
		<xs:attribute name="ID2" type="SecondaryAllocID_t" use="optional"/>
		<xs:attribute name="RptTyp" type="AllocReportType_t" use="required"/>
		<xs:attribute name="Stat" type="AllocStatus_t" use="required"/>
		<xs:attribute name="RejCode" type="AllocRejCode_t" use="optional"/>
		<xs:attribute name="RefID" type="RefAllocID_t" use="optional"/>
		<xs:attribute name="ImReqTyp" type="AllocIntermedReqType_t" use="optional"/>
		<xs:attribute name="LinkID" type="AllocLinkID_t" use="optional"/>
		<xs:attribute name="LinkTyp" type="AllocLinkType_t" use="optional"/>
		<xs:attribute name="BkngRefID" type="BookingRefID_t" use="optional"/>
		<xs:attribute name="NoOrdsTyp" type="AllocNoOrdersType_t" use="required"/>
		<xs:attribute name="PrevlyRpted" type="PreviouslyReported_t" use="optional"/>
		<xs:attribute name="ReversalInd" type="ReversalIndicator_t" use="optional"/>
		<xs:attribute name="MtchTyp" type="MatchType_t" use="optional"/>
		<xs:attribute name="Side" type="Side_t" use="required"/>
		<xs:attribute name="Qty" type="Quantity_t" use="required"/>
		<xs:attribute name="QtyTyp" type="QtyType_t" use="optional"/>
		<xs:attribute name="LastMkt" type="LastMkt_t" use="optional"/>
		<xs:attribute name="OrignDt" type="TradeOriginationDate_t" use="optional"/>
		<xs:attribute name="SesID" type="TradingSessionID_t" use="optional"/>
		<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional"/>
		<xs:attribute name="PxTyp" type="PriceType_t" use="optional"/>
		<xs:attribute name="AvgPx" type="AvgPx_t" use="required"/>
		<xs:attribute name="AvgParPx" type="AvgParPx_t" use="optional"/>
		<xs:attribute name="Ccy" type="Currency_t" use="optional"/>
		<xs:attribute name="AvgPxPrcsn" type="AvgPxPrecision_t" use="optional"/>
		<xs:attribute name="TrdDt" type="TradeDate_t" use="required"/>
		<xs:attribute name="TxnTm" type="TransactTime_t" use="optional"/>
		<xs:attribute name="SettlTyp" type="SettlType_t" use="optional"/>
		<xs:attribute name="SettlDt" type="SettlDate_t" use="optional"/>
		<xs:attribute name="BkngTyp" type="BookingType_t" use="optional"/>
		<xs:attribute name="GrossTrdAmt" type="GrossTradeAmt_t" use="optional"/>
		<xs:attribute name="Concession" type="Concession_t" use="optional"/>
		<xs:attribute name="TotTakedown" type="TotalTakedown_t" use="optional"/>
		<xs:attribute name="NetMny" type="NetMoney_t" use="optional"/>
		<xs:attribute name="PosEfct" type="PositionEffect_t" use="optional"/>
		<xs:attribute name="AutoAcceptInd" type="AutoAcceptIndicator_t" use="optional"/>
		<xs:attribute name="Txt" type="Text_t" use="optional"/>
		<xs:attribute name="EncTxtLen" type="EncodedTextLen_t" use="optional"/>
		<xs:attribute name="EncTxt" type="EncodedText_t" use="optional"/>
		<xs:attribute name="NumDaysInt" type="NumDaysInterest_t" use="optional"/>
		<xs:attribute name="AcrdIntRt" type="AccruedInterestRate_t" use="optional"/>
		<xs:attribute name="AcrdIntAmt" type="AccruedInterestAmt_t" use="optional"/>
		<xs:attribute name="TotAcrdIntAmt" type="TotalAccruedInterestAmt_t" use="optional"/>
		<xs:attribute name="IntAtMat" type="InterestAtMaturity_t" use="optional"/>
		<xs:attribute name="EndAcrdIntAmt" type="EndAccruedInterestAmt_t" use="optional"/>
		<xs:attribute name="StartCsh" type="StartCash_t" use="optional"/>
		<xs:attribute name="EndCsh" type="EndCash_t" use="optional"/>
		<xs:attribute name="LegalCnfm" type="LegalConfirm_t" use="optional"/>
		<xs:attribute name="TotNoAllocs" type="TotNoAllocs_t" use="optional"/>
		<xs:attribute name="LastFragment" type="LastFragment_t" use="optional"/>

</xs:attributeGroup>
	
	<xs:complexType name="AllocationReport_message_t" final="#all">
	<xs:annotation>
		<xs:documentation xml:lang="en">AllocationReport can be found in Volume5 of the specification
		</xs:documentation>
		<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
			<xs:Xref Protocol="FIX" name="AllocationReport" ComponentType="Message"/>
			<xs:Xref Protocol="ISO_15022_XML"/>
		</xs:appinfo>
	</xs:annotation>	
	<xs:complexContent>
			<xs:extension base="Abstract_message_t">
				<xs:sequence>
					<xs:group ref="AllocationReportElements"/>
				</xs:sequence>
				<xs:attributeGroup ref="AllocationReportAttributes"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	
<xs:element name="AllocRpt" type="AllocationReport_message_t" substitutionGroup="Message" final="#all"/>

	<xs:group name="AllocationReportAckElements">
		<xs:sequence>		
		<xs:element name="Pty" type="Parties_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="AllocAck" type="AllocAckGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:group>
	<xs:attributeGroup name="AllocationReportAckAttributes">
		<xs:attribute name="RptID" type="AllocReportID_t" use="required"/>
		<xs:attribute name="ID" type="AllocID_t" use="required"/>
		<xs:attribute name="ID2" type="SecondaryAllocID_t" use="optional"/>
		<xs:attribute name="TrdDt" type="TradeDate_t" use="optional"/>
		<xs:attribute name="TxnTm" type="TransactTime_t" use="required"/>
		<xs:attribute name="Stat" type="AllocStatus_t" use="required"/>
		<xs:attribute name="RejCode" type="AllocRejCode_t" use="optional"/>
		<xs:attribute name="RptTyp" type="AllocReportType_t" use="optional"/>
		<xs:attribute name="ImReqTyp" type="AllocIntermedReqType_t" use="optional"/>
		<xs:attribute name="MtchStat" type="MatchStatus_t" use="optional"/>
		<xs:attribute name="Prod" type="Product_t" use="optional"/>
		<xs:attribute name="SecTyp" type="SecurityType_t" use="optional"/>
		<xs:attribute name="Txt" type="Text_t" use="optional"/>
		<xs:attribute name="EncTxtLen" type="EncodedTextLen_t" use="optional"/>
		<xs:attribute name="EncTxt" type="EncodedText_t" use="optional"/>

</xs:attributeGroup>
	
	<xs:complexType name="AllocationReportAck_message_t" final="#all">
	<xs:annotation>
		<xs:documentation xml:lang="en">AllocationReportAck can be found in Volume5 of the specification
		</xs:documentation>
		<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
			<xs:Xref Protocol="FIX" name="AllocationReportAck" ComponentType="Message"/>
			<xs:Xref Protocol="ISO_15022_XML"/>
		</xs:appinfo>
	</xs:annotation>	
	<xs:complexContent>
			<xs:extension base="Abstract_message_t">
				<xs:sequence>
					<xs:group ref="AllocationReportAckElements"/>
				</xs:sequence>
				<xs:attributeGroup ref="AllocationReportAckAttributes"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	
<xs:element name="AllocRptAck" type="AllocationReportAck_message_t" substitutionGroup="Message" final="#all"/>

	<xs:group name="AllocAckGrpElements">
		<xs:sequence/>
	</xs:group>
	<xs:attributeGroup name="AllocAckGrpAttributes">
		<xs:attribute name="Acct" type="AllocAccount_t" use="optional"/>
		<xs:attribute name="ActIDSrc" type="AllocAcctIDSource_t" use="optional"/>
		<xs:attribute name="Px" type="AllocPrice_t" use="optional"/>
		<xs:attribute name="IndAllocID" type="IndividualAllocID_t" use="optional"/>
		<xs:attribute name="IndAllocRejCode" type="IndividualAllocRejCode_t" use="optional"/>
		<xs:attribute name="Txt" type="AllocText_t" use="optional"/>
		<xs:attribute name="EncAllocTextLen" type="EncodedAllocTextLen_t" use="optional"/>
		<xs:attribute name="EncAllocText" type="EncodedAllocText_t" use="optional"/>

</xs:attributeGroup>

	<xs:complexType name="AllocAckGrp_Block_t" final="#all">
	<xs:annotation>
		<xs:documentation xml:lang="en">AllocAckGrp is a component
		</xs:documentation>
		<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
			<xs:Xref Protocol="FIX" name="AllocAckGrp" ComponentType="ImplicitBlockRepeating"/>
			<xs:Xref Protocol="ISO_15022_XML"/>
		</xs:appinfo>
	</xs:annotation>
		<xs:sequence>
			<xs:group ref="AllocAckGrpElements"/>
		</xs:sequence>
		<xs:attributeGroup ref="AllocAckGrpAttributes"/>
	</xs:complexType>
	<xs:group name="AllocGrpElements">
		<xs:sequence>		
		<xs:element name="Pty" type="NestedParties_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="Comm" type="CommissionData_Block_t" minOccurs="0" />
		<xs:element name="MiscFees" type="MiscFeesGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="ClrInst" type="ClrInstGrp_Block_t" minOccurs="0" maxOccurs="unbounded"/>
		<xs:element name="SetInstr" type="SettlInstructionsData_Block_t" minOccurs="0" />
		</xs:sequence>
	</xs:group>
	<xs:attributeGroup name="AllocGrpAttributes">
		<xs:attribute name="Acct" type="AllocAccount_t" use="optional"/>
		<xs:attribute name="ActIDSrc" type="AllocAcctIDSource_t" use="optional"/>
		<xs:attribute name="MtchStat" type="MatchStatus_t" use="optional"/>
		<xs:attribute name="Px" type="AllocPrice_t" use="optional"/>
		<xs:attribute name="Qty" type="AllocQty_t" use="optional"/>
		<xs:attribute name="IndAllocID" type="IndividualAllocID_t" use="optional"/>
		<xs:attribute name="ProcCode" type="ProcessCode_t" use="optional"/>
		<xs:attribute name="NotifyBrkrOfCredit" type="NotifyBrokerOfCredit_t" use="optional"/>
		<xs:attribute name="HandlInst" type="AllocHandlInst_t" use="optional"/>
		<xs:attribute name="Txt" type="AllocText_t" use="optional"/>
		<xs:attribute name="EncAllocTextLen" type="EncodedAllocTextLen_t" use="optional"/>
		<xs:attribute name="EncAllocText" type="EncodedAllocText_t" use="optional"/>
		<xs:attribute name="AvgPx" type="AllocAvgPx_t" use="optional"/>
		<xs:attribute name="NetMny" type="AllocNetMoney_t" use="optional"/>
		<xs:attribute name="SettlCurrAmt" type="SettlCurrAmt_t" use="optional"/>
		<xs:attribute name="SettlCcyAmt" type="AllocSettlCurrAmt_t" use="optional"/>
		<xs:attribute name="SettlCcy" type="SettlCurrency_t" use="optional"/>
		<xs:attribute name="AllocSettlCcy" type="AllocSettlCurrency_t" use="optional"/>
		<xs:attribute name="SettlCurrFxRt" type="SettlCurrFxRate_t" use="optional"/>
		<xs:attribute name="SettlCurrFxRtCalc" type="SettlCurrFxRateCalc_t" use="optional"/>
		<xs:attribute name="AcrdIntAmt" type="AllocAccruedInterestAmt_t" use="optional"/>
		<xs:attribute name="IntAtMat" type="AllocInterestAtMaturity_t" use="optional"/>
		<xs:attribute name="ClrFeeInd" type="ClearingFeeIndicator_t" use="optional"/>
		<xs:attribute name="SettlInstTyp" type="AllocSettlInstType_t" use="optional"/>

</xs:attributeGroup>

	<xs:complexType name="AllocGrp_Block_t" final="#all">
	<xs:annotation>
		<xs:documentation xml:lang="en">AllocGrp is a component
		</xs:documentation>
		<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
			<xs:Xref Protocol="FIX" name="AllocGrp" ComponentType="ImplicitBlockRepeating"/>
			<xs:Xref Protocol="ISO_15022_XML"/>
		</xs:appinfo>
	</xs:annotation>
		<xs:sequence>
			<xs:group ref="AllocGrpElements"/>
		</xs:sequence>
		<xs:attributeGroup ref="AllocGrpAttributes"/>
	</xs:complexType>
	<xs:group name="ExecAllocGrpElements">
		<xs:sequence/>
	</xs:group>
	<xs:attributeGroup name="ExecAllocGrpAttributes">
		<xs:attribute name="LastQty" type="LastQty_t" use="optional"/>
		<xs:attribute name="ExecID" type="ExecID_t" use="optional"/>
		<xs:attribute name="ExecID2" type="SecondaryExecID_t" use="optional"/>
		<xs:attribute name="LastPx" type="LastPx_t" use="optional"/>
		<xs:attribute name="LastParPx" type="LastParPx_t" use="optional"/>
		<xs:attribute name="LastCpcty" type="LastCapacity_t" use="optional"/>

</xs:attributeGroup>

	<xs:complexType name="ExecAllocGrp_Block_t" final="#all">
	<xs:annotation>
		<xs:documentation xml:lang="en">ExecAllocGrp is a component
		</xs:documentation>
		<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
			<xs:Xref Protocol="FIX" name="ExecAllocGrp" ComponentType="ImplicitBlockRepeating"/>
			<xs:Xref Protocol="ISO_15022_XML"/>
		</xs:appinfo>
	</xs:annotation>
		<xs:sequence>
			<xs:group ref="ExecAllocGrpElements"/>
		</xs:sequence>
		<xs:attributeGroup ref="ExecAllocGrpAttributes"/>
	</xs:complexType>

</xs:schema>

Collapse AttributeGroups:
Collapse ComplexTypes:
Collapse Elements:
Collapse Groups: