<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Standards Editor on 2025 Feb 18 14:29:09, ISO 20022 version : 2013-->
<xs:schema xmlns="urn:iso:std:iso:20022:tech:xsd:setr.027.001.05" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="urn:iso:std:iso:20022:tech:xsd:setr.027.001.05">
    <xs:element name="Document" type="Document"/>
    <xs:complexType name="AccountIdentification55Choice">
        <xs:choice>
            <xs:element name="IBAN" type="IBAN2007Identifier"/>
            <xs:element name="BBAN" type="BBANIdentifier"/>
            <xs:element name="UPIC" type="UPICIdentifier"/>
            <xs:element name="PrtryAcct" type="SimpleIdentificationInformation2"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="ActiveCurrencyAndAmount_SimpleType">
        <xs:restriction base="xs:decimal">
            <xs:fractionDigits value="5"/>
            <xs:totalDigits value="18"/>
            <xs:minInclusive value="0"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="ActiveCurrencyAndAmount">
        <xs:simpleContent>
            <xs:extension base="ActiveCurrencyAndAmount_SimpleType">
                <xs:attribute name="Ccy" type="ActiveCurrencyCode" use="required"/>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
    <xs:simpleType name="ActiveCurrencyCode">
        <xs:restriction base="xs:string">
            <xs:pattern value="[A-Z]{3,3}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="ActiveOrHistoricCurrencyAnd13DecimalAmount_SimpleType">
        <xs:restriction base="xs:decimal">
            <xs:fractionDigits value="13"/>
            <xs:totalDigits value="18"/>
            <xs:minInclusive value="0"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="ActiveOrHistoricCurrencyAnd13DecimalAmount">
        <xs:simpleContent>
            <xs:extension base="ActiveOrHistoricCurrencyAnd13DecimalAmount_SimpleType">
                <xs:attribute name="Ccy" type="ActiveOrHistoricCurrencyCode" use="required"/>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
    <xs:simpleType name="ActiveOrHistoricCurrencyAndAmount_SimpleType">
        <xs:restriction base="xs:decimal">
            <xs:fractionDigits value="5"/>
            <xs:totalDigits value="18"/>
            <xs:minInclusive value="0"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="ActiveOrHistoricCurrencyAndAmount">
        <xs:simpleContent>
            <xs:extension base="ActiveOrHistoricCurrencyAndAmount_SimpleType">
                <xs:attribute name="Ccy" type="ActiveOrHistoricCurrencyCode" use="required"/>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
    <xs:simpleType name="ActiveOrHistoricCurrencyCode">
        <xs:restriction base="xs:string">
            <xs:pattern value="[A-Z]{3,3}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="AddressType2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="ADDR"/>
            <xs:enumeration value="PBOX"/>
            <xs:enumeration value="HOME"/>
            <xs:enumeration value="BIZZ"/>
            <xs:enumeration value="MLTO"/>
            <xs:enumeration value="DLVY"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="Agreement5">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="Desc" type="Max350Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Dt" type="ISODateTime"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Ccy" type="ActiveCurrencyCode"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClsgTp" type="ClosingType1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StartDt" type="ISODateTime"/>
            <xs:element maxOccurs="1" minOccurs="0" name="DlvryTp" type="DeliveryType2Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MrgnRatio" type="PercentageRate"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AlternatePartyIdentification10">
        <xs:sequence>
            <xs:element name="TpOfId" type="IdentificationType42Choice"/>
            <xs:element name="Ctry" type="CountryCode"/>
            <xs:element name="AltrnId" type="Max35Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AlternatePartyIdentification8">
        <xs:sequence>
            <xs:element name="IdTp" type="IdentificationType43Choice"/>
            <xs:element name="Ctry" type="CountryCode"/>
            <xs:element name="AltrnId" type="Max35Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AmountAndDirection28">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="AcrdIntrstInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StmpDtyInd" type="YesNoIndicator"/>
            <xs:element name="Amt" type="ActiveCurrencyAndAmount"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CdtDbtInd" type="CreditDebitCode"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OrgnlCcyAndOrdrdAmt" type="ActiveOrHistoricCurrencyAndAmount"/>
            <xs:element maxOccurs="1" minOccurs="0" name="FXDtls" type="ForeignExchangeTerms18"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ValDt" type="DateAndDateTime1Choice"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AmountAndDirection29">
        <xs:sequence>
            <xs:element name="Amt" type="ActiveOrHistoricCurrencyAndAmount"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CdtDbtInd" type="CreditDebitCode"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OrgnlCcyAndOrdrdAmt" type="ActiveOrHistoricCurrencyAndAmount"/>
            <xs:element maxOccurs="1" minOccurs="0" name="FXDtls" type="ForeignExchangeTerms18"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AmountAndDirection5">
        <xs:sequence>
            <xs:element name="Amt" type="ActiveCurrencyAndAmount"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CdtDbt" type="CreditDebitCode"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AmountOrPercentageRange1">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="Opr" type="Operation1Code"/>
            <xs:element maxOccurs="10" minOccurs="0" name="Term" type="Term1"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AmountOrRate1Choice">
        <xs:choice>
            <xs:element name="Amt" type="ActiveCurrencyAndAmount"/>
            <xs:element name="Rate" type="PercentageRate"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="AmountOrRate2Choice">
        <xs:choice>
            <xs:element name="Amt" type="ActiveCurrencyAndAmount"/>
            <xs:element name="Rate" type="PercentageRate"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="AnyBICDec2014Identifier">
        <xs:restriction base="xs:string">
            <xs:pattern value="[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Appearance1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="DELI"/>
            <xs:enumeration value="NDEL"/>
            <xs:enumeration value="LIMI"/>
            <xs:enumeration value="BENT"/>
            <xs:enumeration value="DFBE"/>
            <xs:enumeration value="DLBE"/>
            <xs:enumeration value="TMPG"/>
            <xs:enumeration value="GLOB"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="AutoBorrowing1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="LAMI"/>
            <xs:enumeration value="NBOR"/>
            <xs:enumeration value="YBOR"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="AutomaticBorrowing6Choice">
        <xs:choice>
            <xs:element name="Cd" type="AutoBorrowing1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="BBANIdentifier">
        <xs:restriction base="xs:string">
            <xs:pattern value="[a-zA-Z0-9]{1,30}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="BICNonFIDec2014Identifier">
        <xs:restriction base="xs:string">
            <xs:pattern value="[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="BaseOneRate">
        <xs:restriction base="xs:decimal">
            <xs:fractionDigits value="10"/>
            <xs:totalDigits value="11"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="BeneficialOwnership4Choice">
        <xs:choice>
            <xs:element name="Ind" type="YesNoIndicator"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="BlockTrade1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="BLPA"/>
            <xs:enumeration value="BLCH"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="BlockTrade4Choice">
        <xs:choice>
            <xs:element name="Cd" type="BlockTrade1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="BorrowingReason1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="SFCT"/>
            <xs:enumeration value="TTTP"/>
            <xs:enumeration value="MMPP"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="BorrowingReason2Choice">
        <xs:choice>
            <xs:element name="Cd" type="BorrowingReason1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="BusinessProcessType1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="ISUP"/>
            <xs:enumeration value="NISP"/>
            <xs:enumeration value="PRAC"/>
            <xs:enumeration value="RSAL"/>
            <xs:enumeration value="PROP"/>
            <xs:enumeration value="THRU"/>
            <xs:enumeration value="IDEL"/>
            <xs:enumeration value="DPLX"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="BusinessProcessType2Choice">
        <xs:choice>
            <xs:element name="Cd" type="BusinessProcessType1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="CFIOct2015Identifier">
        <xs:restriction base="xs:string">
            <xs:pattern value="[A-Z]{6,6}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="CalculationType1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="AFTX"/>
            <xs:enumeration value="ANNU"/>
            <xs:enumeration value="ISSU"/>
            <xs:enumeration value="AVMA"/>
            <xs:enumeration value="BOOK"/>
            <xs:enumeration value="YTNC"/>
            <xs:enumeration value="CHCL"/>
            <xs:enumeration value="CLOS"/>
            <xs:enumeration value="CMPD"/>
            <xs:enumeration value="CUYI"/>
            <xs:enumeration value="TRGR"/>
            <xs:enumeration value="GVEQ"/>
            <xs:enumeration value="FLAS"/>
            <xs:enumeration value="NVFL"/>
            <xs:enumeration value="LSCL"/>
            <xs:enumeration value="LSMT"/>
            <xs:enumeration value="LSQR"/>
            <xs:enumeration value="LSYR"/>
            <xs:enumeration value="LGAL"/>
            <xs:enumeration value="MARK"/>
            <xs:enumeration value="YTMA"/>
            <xs:enumeration value="NXRF"/>
            <xs:enumeration value="PNAV"/>
            <xs:enumeration value="NXPT"/>
            <xs:enumeration value="PRCL"/>
            <xs:enumeration value="PRYL"/>
            <xs:enumeration value="SEMI"/>
            <xs:enumeration value="SHLF"/>
            <xs:enumeration value="SPLL"/>
            <xs:enumeration value="TXQV"/>
            <xs:enumeration value="TTDT"/>
            <xs:enumeration value="TRYL"/>
            <xs:enumeration value="WRST"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="CallIn1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="CFAV"/>
            <xs:enumeration value="CFST"/>
            <xs:enumeration value="CFCC"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="CashAccountIdentification5Choice">
        <xs:choice>
            <xs:element name="IBAN" type="IBAN2007Identifier"/>
            <xs:element name="Prtry" type="Max34Text"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="CashMarginOrder1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="CASH"/>
            <xs:enumeration value="MRGO"/>
            <xs:enumeration value="MRGC"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="CashParties33">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="Dbtr" type="PartyIdentificationAndAccount148"/>
            <xs:element maxOccurs="1" minOccurs="0" name="DbtrAgt" type="PartyIdentificationAndAccount148"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Cdtr" type="PartyIdentificationAndAccount148"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CdtrAgt" type="PartyIdentificationAndAccount148"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Intrmy" type="PartyIdentificationAndAccount148"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="CashSettlementSystem2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="GROS"/>
            <xs:enumeration value="NETS"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="CashSettlementSystem4Choice">
        <xs:choice>
            <xs:element name="Cd" type="CashSettlementSystem2Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="CentralCounterPartyEligibility4Choice">
        <xs:choice>
            <xs:element name="Ind" type="YesNoIndicator"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="ChargeTaxBasis1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="FLAT"/>
            <xs:enumeration value="PERU"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="ChargeTaxBasisType2Choice">
        <xs:choice>
            <xs:element name="Cd" type="ChargeTaxBasis1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="ClassificationType32Choice">
        <xs:choice>
            <xs:element name="ClssfctnFinInstrm" type="CFIOct2015Identifier"/>
            <xs:element name="AltrnClssfctn" type="GenericIdentification36"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Clearing5">
        <xs:sequence>
            <xs:element maxOccurs="unbounded" minOccurs="1" name="ClrMmb" type="PartyIdentificationAndAccount149"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClrSgmt" type="PartyIdentification127Choice"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="ClearingAccountType1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="HOUS"/>
            <xs:enumeration value="CLIE"/>
            <xs:enumeration value="LIPR"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="ClearingSide1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="BUYI"/>
            <xs:enumeration value="SELL"/>
            <xs:enumeration value="LEND"/>
            <xs:enumeration value="BORW"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="ClosingDate4Choice">
        <xs:choice>
            <xs:element name="Dt" type="DateAndDateTime2Choice"/>
            <xs:element name="Cd" type="Date3Choice"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="ClosingType1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="OVER"/>
            <xs:enumeration value="TERM"/>
            <xs:enumeration value="FLEX"/>
            <xs:enumeration value="OPEN"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="CollateralType3Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="CASH"/>
            <xs:enumeration value="SECU"/>
            <xs:enumeration value="PHYS"/>
            <xs:enumeration value="INSU"/>
            <xs:enumeration value="STCF"/>
            <xs:enumeration value="BOND"/>
            <xs:enumeration value="GBBK"/>
            <xs:enumeration value="OTHR"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="CollateralType4Choice">
        <xs:choice>
            <xs:element name="Cd" type="CollateralType3Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Commission24">
        <xs:sequence>
            <xs:element name="Tp" type="CommissionType6Choice"/>
            <xs:element name="Comssn" type="AmountOrRate2Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RcptId" type="PartyIdentification117"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClctnDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TtlComssn" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TtlVATAmt" type="ActiveCurrencyAndAmount"/>
            <xs:element maxOccurs="1" minOccurs="0" name="VATRate" type="BaseOneRate"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CommissionType6Choice">
        <xs:choice>
            <xs:element name="Cd" type="CommissionType9Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="CommissionType9Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="CLDI"/>
            <xs:enumeration value="STEP"/>
            <xs:enumeration value="SOFT"/>
            <xs:enumeration value="PERN"/>
            <xs:enumeration value="FLAT"/>
            <xs:enumeration value="PERU"/>
            <xs:enumeration value="PWCD"/>
            <xs:enumeration value="PWEU"/>
            <xs:enumeration value="BRKR"/>
            <xs:enumeration value="DFDP"/>
            <xs:enumeration value="PBOC"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="ConfirmationParties6">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="Buyr" type="ConfirmationPartyDetails7"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Brrwr" type="ConfirmationPartyDetails7"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Sellr" type="ConfirmationPartyDetails7"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Lndr" type="ConfirmationPartyDetails7"/>
            <xs:element maxOccurs="1" minOccurs="0" name="BrkrOfCdt" type="ConfirmationPartyDetails8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IntrdcgFirm" type="ConfirmationPartyDetails8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StepInFirm" type="ConfirmationPartyDetails8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StepOutFirm" type="ConfirmationPartyDetails8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClrFirm" type="ConfirmationPartyDetails9"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ExctgBrkr" type="ConfirmationPartyDetails9"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CMUPty" type="ConfirmationPartyDetails8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CMUCtrPty" type="ConfirmationPartyDetails8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AffrmgPty" type="ConfirmationPartyDetails8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TradBnfcryPty" type="ConfirmationPartyDetails10"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ConfirmationPartyDetails10">
        <xs:sequence>
            <xs:element name="Id" type="PartyIdentification117Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SfkpgAcct" type="SecuritiesAccount35"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CshDtls" type="AccountIdentification55Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrnId" type="AlternatePartyIdentification8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrcgId" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlInf" type="PartyTextInformation5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PtyCpcty" type="TradingPartyCapacity3Choice"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ConfirmationPartyDetails7">
        <xs:sequence>
            <xs:element name="Id" type="PartyIdentification117Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrnId" type="AlternatePartyIdentification8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrcgId" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlInf" type="PartyTextInformation5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="InvstrCpcty" type="InvestorCapacity4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TradgPtyCpcty" type="TradingPartyCapacity4Choice"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ConfirmationPartyDetails8">
        <xs:sequence>
            <xs:element name="Id" type="PartyIdentification117Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrnId" type="AlternatePartyIdentification8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrcgId" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlInf" type="PartyTextInformation5"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ConfirmationPartyDetails9">
        <xs:sequence>
            <xs:element name="Id" type="PartyIdentification117Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrnId" type="AlternatePartyIdentification8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrcgId" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlInf" type="PartyTextInformation5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="InvstrPrtcnAssoctnMmbsh" type="YesNoIndicator"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="CountryCode">
        <xs:restriction base="xs:string">
            <xs:pattern value="[A-Z]{2,2}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="CreditDebitCode">
        <xs:restriction base="xs:string">
            <xs:enumeration value="CRDT"/>
            <xs:enumeration value="DBIT"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="CurrencyToBuyOrSell1Choice">
        <xs:choice>
            <xs:element name="CcyToBuy" type="ActiveCurrencyCode"/>
            <xs:element name="CcyToSell" type="ActiveCurrencyCode"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Date3Choice">
        <xs:choice>
            <xs:element name="Cd" type="DateType2Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="DateAndDateTime1Choice">
        <xs:choice>
            <xs:element name="Dt" type="ISODate"/>
            <xs:element name="DtTm" type="ISODateTime"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="DateAndDateTime2Choice">
        <xs:choice>
            <xs:element name="Dt" type="ISODate"/>
            <xs:element name="DtTm" type="ISODateTime"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="DateTimePeriod1">
        <xs:sequence>
            <xs:element name="FrDtTm" type="ISODateTime"/>
            <xs:element name="ToDtTm" type="ISODateTime"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="DateTimePeriod1Choice">
        <xs:choice>
            <xs:element name="FrDtTm" type="ISODateTime"/>
            <xs:element name="ToDtTm" type="ISODateTime"/>
            <xs:element name="DtTmRg" type="DateTimePeriod1"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="DateTimePeriod2">
        <xs:sequence>
            <xs:element name="FrDtTm" type="ISODateTime"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ToDtTm" type="ISODateTime"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="DateType2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="OPEN"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="DateType3Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="VARI"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="DecimalNumber">
        <xs:restriction base="xs:decimal">
            <xs:fractionDigits value="17"/>
            <xs:totalDigits value="18"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="DeliveryReceiptType2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="FREE"/>
            <xs:enumeration value="APMT"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="DeliveryType2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="APMT"/>
            <xs:enumeration value="FREE"/>
            <xs:enumeration value="TRIP"/>
            <xs:enumeration value="HOIC"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="Document">
        <xs:sequence>
            <xs:element name="SctiesTradConf" type="SecuritiesTradeConfirmationV05"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="DocumentNumber17Choice">
        <xs:choice>
            <xs:element name="ShrtNb" type="Exact3NumericText"/>
            <xs:element name="LngNb" type="ISO20022MessageIdentificationText"/>
            <xs:element name="PrtryNb" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="EUCapitalGain2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="EUSI"/>
            <xs:enumeration value="EUSO"/>
            <xs:enumeration value="UKWN"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="EUCapitalGainType3Choice">
        <xs:choice>
            <xs:element name="EUCptlGn" type="EUCapitalGain2Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="Eligibility1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="ELIG"/>
            <xs:enumeration value="RETL"/>
            <xs:enumeration value="PROF"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="EventFrequency3Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="YEAR"/>
            <xs:enumeration value="MNTH"/>
            <xs:enumeration value="QUTR"/>
            <xs:enumeration value="SEMI"/>
            <xs:enumeration value="WEEK"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Exact3NumericText">
        <xs:restriction base="xs:string">
            <xs:pattern value="[0-9]{3}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Exact4AlphaNumericText">
        <xs:restriction base="xs:string">
            <xs:pattern value="[a-zA-Z0-9]{4}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Exact4NumericText">
        <xs:restriction base="xs:string">
            <xs:pattern value="[0-9]{4}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="ExposureType18Choice">
        <xs:choice>
            <xs:element name="Cd" type="ExposureType3Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="ExposureType3Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="CCIR"/>
            <xs:enumeration value="COMM"/>
            <xs:enumeration value="CRDS"/>
            <xs:enumeration value="CRPR"/>
            <xs:enumeration value="CRSP"/>
            <xs:enumeration value="CRTL"/>
            <xs:enumeration value="EQPT"/>
            <xs:enumeration value="EQUS"/>
            <xs:enumeration value="EXPT"/>
            <xs:enumeration value="EXTD"/>
            <xs:enumeration value="FIXI"/>
            <xs:enumeration value="FORW"/>
            <xs:enumeration value="FORX"/>
            <xs:enumeration value="FUTR"/>
            <xs:enumeration value="LIQU"/>
            <xs:enumeration value="OPTN"/>
            <xs:enumeration value="OTCD"/>
            <xs:enumeration value="PAYM"/>
            <xs:enumeration value="REPO"/>
            <xs:enumeration value="SBSC"/>
            <xs:enumeration value="SCIE"/>
            <xs:enumeration value="SCIR"/>
            <xs:enumeration value="SCRP"/>
            <xs:enumeration value="SLEB"/>
            <xs:enumeration value="SLOA"/>
            <xs:enumeration value="SWPT"/>
            <xs:enumeration value="TRCP"/>
            <xs:enumeration value="BFWD"/>
            <xs:enumeration value="RVPO"/>
            <xs:enumeration value="TBAS"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="ExternalFinancialInstrumentIdentificationType1Code">
        <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
            <xs:maxLength value="4"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="ExternalTradeTransactionCondition1Code">
        <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
            <xs:maxLength value="4"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="FXStandingInstruction4Choice">
        <xs:choice>
            <xs:element name="Ind" type="YesNoIndicator"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="FinancialInstrumentAttributes124">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="PlcOfListg" type="MarketIdentification3Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Ratg" type="Rating1"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CertNb" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="DayCntBsis" type="InterestComputationMethodFormat4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RegnForm" type="FormOfSecurity6Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PmtFrqcy" type="Frequency23Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="VarblRateChngFrqcy" type="Frequency23Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClssfctnTp" type="ClassificationType32Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OptnStyle" type="OptionStyle10Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OptnTp" type="OptionType6Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="DnmtnCcy" type="ActiveOrHistoricCurrencyCode"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CpnDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="XpryDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="FltgRateFxgDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MtrtyDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IsseDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NxtCllblDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ConvsDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PutblDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="DtdDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="FrstPmtDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NxtFctrDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrvsFctr" type="BaseOneRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CurFctr" type="BaseOneRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NxtFctr" type="BaseOneRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="EndFctr" type="BaseOneRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IntrstRate" type="PercentageRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NxtIntrstRate" type="PercentageRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IndxRateBsis" type="PercentageRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PctgOfDebtClms" type="PercentageRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CpnAttchdNb" type="Number1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PoolNb" type="GenericIdentification37"/>
            <xs:element maxOccurs="1" minOccurs="0" name="VrsnNb" type="Number1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ConvtblInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="VarblRateInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CvrdInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CllblInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PutblInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="WarrtAttchdOnDlvry" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OddCpnInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RedYldImpct" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="YldVar" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ExrcPric" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SbcptPric" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ConvsPric" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TaxblIncmPerShr" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MinNmnlQty" type="FinancialInstrumentQuantity1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MinExrcblQty" type="FinancialInstrumentQuantity1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MinExrcblMltplQty" type="FinancialInstrumentQuantity1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="FaceAmt" type="ImpliedCurrencyAndAmount"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CtrctSz" type="FinancialInstrumentQuantity18Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="FinInstrmAttrAddtlDtls" type="Max350Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="FinancialInstrumentQuantity18Choice">
        <xs:choice>
            <xs:element name="Unit" type="DecimalNumber"/>
            <xs:element name="FaceAmt" type="ImpliedCurrencyAndAmount"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="FinancialInstrumentQuantity1Choice">
        <xs:choice>
            <xs:element name="Unit" type="DecimalNumber"/>
            <xs:element name="FaceAmt" type="ImpliedCurrencyAndAmount"/>
            <xs:element name="AmtsdVal" type="ImpliedCurrencyAndAmount"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="FinancialInstrumentStipulations4">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="Geogcs" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="YldRg" type="AmountOrPercentageRange1"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Ratg" type="Rating1"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CpnRg" type="AmountOrPercentageRange1"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AmtsblInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Purp" type="Max256Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrntvMinTaxInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AutoRinvstmt" type="PercentageRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TxConds" type="TradeTransactionCondition2Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Ccy" type="ActiveCurrencyCode"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CstmDt" type="DateTimePeriod2"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Hrcut" type="PercentageRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="InsrdInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LookBck" type="Number"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MtrtyDt" type="ISOYearMonth"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IsseDt" type="ISOYearMonth"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IssrId" type="BICNonFIDec2014Identifier"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IsseSz" type="Number"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MinDnmtn" type="FinancialInstrumentQuantity1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MaxSbstitn" type="Number"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MinIncrmt" type="FinancialInstrumentQuantity1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PmtFrqcy" type="Frequency1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MinQty" type="FinancialInstrumentQuantity1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Pdctn" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RstrctdInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PricFrqcy" type="Frequency1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Sctr" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SbstitnFrqcy" type="Frequency1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SbstitnLft" type="Number"/>
            <xs:element maxOccurs="1" minOccurs="0" name="WhlPoolInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PricSrc" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="XprtnDt" type="ISODateTime"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OverAlltmtAmt" type="ActiveCurrencyAndAmount"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OverAlltmtRate" type="PercentageRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PricRg" type="AmountOrPercentageRange1"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CllblInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ConvtblInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PutblInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PreFnddInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="EscrwdInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PerptlInd" type="YesNoIndicator"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ForeignExchangeTerms18">
        <xs:sequence>
            <xs:element name="UnitCcy" type="ActiveCurrencyCode"/>
            <xs:element name="QtdCcy" type="ActiveCurrencyCode"/>
            <xs:element name="XchgRate" type="BaseOneRate"/>
            <xs:element name="ConvtdAmt" type="ActiveCurrencyAndAmount"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="FormOfSecurity1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="BEAR"/>
            <xs:enumeration value="REGD"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="FormOfSecurity6Choice">
        <xs:choice>
            <xs:element name="Cd" type="FormOfSecurity1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="Frequency1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="YEAR"/>
            <xs:enumeration value="MNTH"/>
            <xs:enumeration value="QURT"/>
            <xs:enumeration value="MIAN"/>
            <xs:enumeration value="WEEK"/>
            <xs:enumeration value="DAIL"/>
            <xs:enumeration value="ADHO"/>
            <xs:enumeration value="INDA"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="Frequency23Choice">
        <xs:choice>
            <xs:element name="Cd" type="EventFrequency3Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="FutureAndOptionContractType1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="ORDY"/>
            <xs:enumeration value="INDX"/>
            <xs:enumeration value="EXFU"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="FutureOrOptionDetails3">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="FutrAndOptnCtrctTp" type="FutureAndOptionContractType1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LastDlvryDt" type="ISODateTime"/>
            <xs:element maxOccurs="1" minOccurs="0" name="UnitOfMeasr" type="UnitOfMeasure1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="FutrDt" type="ISODateTime"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MinSz" type="ActiveCurrencyAndAmount"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AnncmntDt" type="ISODateTime"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Apprnc" type="Appearance1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StrpblInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PosLmt" type="Number"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NearTermPosLmt" type="Number"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MinTradgPricgIncrmt" type="Number"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Purp" type="Max256Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CtrctSttlmMnth" type="ISOYearMonth"/>
            <xs:element maxOccurs="1" minOccurs="0" name="FrstDealgDt" type="DateAndDateTime1Choice"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="Ratio" type="UnderlyingRatio2"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="Ratg" type="Rating1"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IssePric" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OptnRghts" type="OptionRight2Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LastTx" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SprdTx" type="YesNoIndicator"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="GenericIdentification1">
        <xs:sequence>
            <xs:element name="Id" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SchmeNm" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Issr" type="Max35Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="GenericIdentification30">
        <xs:sequence>
            <xs:element name="Id" type="Exact4AlphaNumericText"/>
            <xs:element name="Issr" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SchmeNm" type="Max35Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="GenericIdentification36">
        <xs:sequence>
            <xs:element name="Id" type="Max35Text"/>
            <xs:element name="Issr" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SchmeNm" type="Max35Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="GenericIdentification37">
        <xs:sequence>
            <xs:element name="Id" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Issr" type="Max35Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="GenericIdentification7">
        <xs:sequence>
            <xs:element name="Issr" type="Max8Text"/>
            <xs:element name="Inf" type="Max35Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="IBAN2007Identifier">
        <xs:restriction base="xs:string">
            <xs:pattern value="[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="ISINOct2015Identifier">
        <xs:restriction base="xs:string">
            <xs:pattern value="[A-Z]{2,2}[A-Z0-9]{9,9}[0-9]{1,1}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="ISO20022MessageIdentificationText">
        <xs:restriction base="xs:string">
            <xs:pattern value="[a-z]{4}\.[0-9]{3}\.[0-9]{3}\.[0-9]{2}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="ISODate">
        <xs:restriction base="xs:date"/>
    </xs:simpleType>
    <xs:simpleType name="ISODateTime">
        <xs:restriction base="xs:dateTime"/>
    </xs:simpleType>
    <xs:simpleType name="ISOYearMonth">
        <xs:restriction base="xs:gYearMonth"/>
    </xs:simpleType>
    <xs:complexType name="IdentificationReference15Choice">
        <xs:choice>
            <xs:element name="InstgPtyTxId" type="Max35Text"/>
            <xs:element name="ExctgPtyTxId" type="Max35Text"/>
            <xs:element name="MktInfrstrctrTxId" type="Max35Text"/>
            <xs:element name="ClntOrdrLkId" type="Max35Text"/>
            <xs:element name="PoolId" type="Max35Text"/>
            <xs:element name="BlckId" type="Max35Text"/>
            <xs:element name="AllcnId" type="Max35Text"/>
            <xs:element name="IndvAllcnId" type="Max35Text"/>
            <xs:element name="ScndryAllcnId" type="Max35Text"/>
            <xs:element name="IndxId" type="Max35Text"/>
            <xs:element name="CmonId" type="Max35Text"/>
            <xs:element name="CmplcId" type="Max35Text"/>
            <xs:element name="CollTxId" type="Max35Text"/>
            <xs:element name="UnqTxIdr" type="UTIIdentifier"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="IdentificationSource3Choice">
        <xs:choice>
            <xs:element name="Cd" type="ExternalFinancialInstrumentIdentificationType1Code"/>
            <xs:element name="Prtry" type="Max35Text"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="IdentificationType42Choice">
        <xs:choice>
            <xs:element name="Cd" type="TypeOfIdentification1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="IdentificationType43Choice">
        <xs:choice>
            <xs:element name="Cd" type="TypeOfIdentification2Code"/>
            <xs:element name="Prtry" type="GenericIdentification36"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="ImpliedCurrencyAndAmount">
        <xs:restriction base="xs:decimal">
            <xs:fractionDigits value="5"/>
            <xs:totalDigits value="18"/>
            <xs:minInclusive value="0"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="InterestComputationMethod1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="A001"/>
            <xs:enumeration value="A002"/>
            <xs:enumeration value="A003"/>
            <xs:enumeration value="A004"/>
            <xs:enumeration value="A005"/>
            <xs:enumeration value="A006"/>
            <xs:enumeration value="A007"/>
            <xs:enumeration value="A008"/>
            <xs:enumeration value="A009"/>
            <xs:enumeration value="A010"/>
            <xs:enumeration value="A011"/>
            <xs:enumeration value="A012"/>
            <xs:enumeration value="A013"/>
            <xs:enumeration value="A014"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="InterestComputationMethod2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="A001"/>
            <xs:enumeration value="A002"/>
            <xs:enumeration value="A003"/>
            <xs:enumeration value="A004"/>
            <xs:enumeration value="A005"/>
            <xs:enumeration value="A006"/>
            <xs:enumeration value="A007"/>
            <xs:enumeration value="A008"/>
            <xs:enumeration value="A009"/>
            <xs:enumeration value="A010"/>
            <xs:enumeration value="A011"/>
            <xs:enumeration value="A012"/>
            <xs:enumeration value="A013"/>
            <xs:enumeration value="A014"/>
            <xs:enumeration value="NARR"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="InterestComputationMethod3Choice">
        <xs:choice>
            <xs:element name="Cd" type="InterestComputationMethod1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="InterestComputationMethodFormat4Choice">
        <xs:choice>
            <xs:element name="Cd" type="InterestComputationMethod2Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="InterestType2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="CINT"/>
            <xs:enumeration value="XINT"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="InvestorCapacity4Choice">
        <xs:choice>
            <xs:element name="Cd" type="Eligibility1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="LegalFramework1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="FRAN"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="LendingTransactionMethod1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="ODTR"/>
            <xs:enumeration value="EXTR"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="LendingTransactionMethod2Choice">
        <xs:choice>
            <xs:element name="Cd" type="LendingTransactionMethod1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="LetterOfGuarantee4Choice">
        <xs:choice>
            <xs:element name="Ind" type="YesNoIndicator"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Linkages76">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="MsgNb" type="DocumentNumber17Choice"/>
            <xs:element name="Ref" type="IdentificationReference15Choice"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="MICIdentifier">
        <xs:restriction base="xs:string">
            <xs:pattern value="[A-Z0-9]{4,4}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="MarketClientSide1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="CLNT"/>
            <xs:enumeration value="MAKT"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="MarketClientSide6Choice">
        <xs:choice>
            <xs:element name="Cd" type="MarketClientSide1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="MarketIdentification3Choice">
        <xs:choice>
            <xs:element name="MktIdrCd" type="MICIdentifier"/>
            <xs:element name="Desc" type="Max35Text"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="MarketIdentification93">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="Id" type="MarketIdentification3Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Tp" type="MarketType18Choice"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="MarketIdentification97">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="Id" type="MarketIdentification3Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Tp" type="MarketType8Choice"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="MarketType18Choice">
        <xs:choice>
            <xs:element name="Cd" type="MarketType6Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="MarketType2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="PRIM"/>
            <xs:enumeration value="SECM"/>
            <xs:enumeration value="OTCO"/>
            <xs:enumeration value="VARI"/>
            <xs:enumeration value="EXCH"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="MarketType6Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="OTCO"/>
            <xs:enumeration value="VARI"/>
            <xs:enumeration value="EXCH"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="MarketType8Choice">
        <xs:choice>
            <xs:element name="Cd" type="MarketType2Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="MatchingStatus1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="MACH"/>
            <xs:enumeration value="NMAT"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="MatchingStatus27Choice">
        <xs:choice>
            <xs:element name="Cd" type="MatchingStatus1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="Max140Text">
        <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
            <xs:maxLength value="140"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Max16Text">
        <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
            <xs:maxLength value="16"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Max256Text">
        <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
            <xs:maxLength value="256"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Max34Text">
        <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
            <xs:maxLength value="34"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Max350Text">
        <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
            <xs:maxLength value="350"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Max35Text">
        <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
            <xs:maxLength value="35"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Max3Number">
        <xs:restriction base="xs:decimal">
            <xs:fractionDigits value="0"/>
            <xs:totalDigits value="3"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Max3NumericText">
        <xs:restriction base="xs:string">
            <xs:pattern value="[0-9]{1,3}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Max4NumericText">
        <xs:restriction base="xs:string">
            <xs:pattern value="[0-9]{1,4}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Max70Text">
        <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
            <xs:maxLength value="70"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Max8Text">
        <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
            <xs:maxLength value="8"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="ModificationCancellationAllowed4Choice">
        <xs:choice>
            <xs:element name="Ind" type="YesNoIndicator"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="NameAndAddress13">
        <xs:sequence>
            <xs:element name="Nm" type="Max350Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Adr" type="PostalAddress8"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="NameAndAddress5">
        <xs:sequence>
            <xs:element name="Nm" type="Max350Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Adr" type="PostalAddress1"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="NettingEligibility4Choice">
        <xs:choice>
            <xs:element name="Ind" type="YesNoIndicator"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="Number">
        <xs:restriction base="xs:decimal">
            <xs:fractionDigits value="0"/>
            <xs:totalDigits value="18"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="Number1Choice">
        <xs:choice>
            <xs:element name="NbId" type="Max3NumericText"/>
            <xs:element name="Prtry" type="GenericIdentification7"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Number24Choice">
        <xs:choice>
            <xs:element name="NbId" type="Max4NumericText"/>
            <xs:element name="Prtry" type="GenericIdentification36"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="NumberCount1Choice">
        <xs:choice>
            <xs:element name="CurInstrNb" type="Exact3NumericText"/>
            <xs:element name="TtlNb" type="TotalNumber1"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="Operation1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="TILL"/>
            <xs:enumeration value="ORRR"/>
            <xs:enumeration value="ANDD"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Operator1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="SMAL"/>
            <xs:enumeration value="SMEQ"/>
            <xs:enumeration value="GREA"/>
            <xs:enumeration value="GREQ"/>
            <xs:enumeration value="EQAL"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="OptionRight1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="EXER"/>
            <xs:enumeration value="ASGN"/>
            <xs:enumeration value="RENO"/>
            <xs:enumeration value="EXPI"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="OptionRight2Choice">
        <xs:choice>
            <xs:element name="Cd" type="OptionRight1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="OptionStyle10Choice">
        <xs:choice>
            <xs:element name="Cd" type="OptionStyle4Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="OptionStyle4Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="AMER"/>
            <xs:enumeration value="EURO"/>
            <xs:enumeration value="BERM"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="OptionType1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="CALL"/>
            <xs:enumeration value="PUTO"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="OptionType6Choice">
        <xs:choice>
            <xs:element name="Cd" type="OptionType1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Order24">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="BizPrcTp" type="BusinessProcessType2Choice"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="OrdrId" type="Max35Text"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="ClntOrdrId" type="Max35Text"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="ScndryClntOrdrId" type="Max35Text"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="ListId" type="Max35Text"/>
            <xs:element name="Sd" type="Side3Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Pmt" type="DeliveryReceiptType2Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TradTxTp" type="TradeType4Choice"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="TradTxCond" type="TradeTransactionCondition9Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PreAdvc" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PlcOfTrad" type="MarketIdentification93"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OrdrBookgDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TradOrgtnDt" type="ISODateTime"/>
            <xs:element name="TradDt" type="TradeDate7Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrcgDt" type="TradeDate7Choice"/>
            <xs:element name="SttlmDt" type="SettlementDate16Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NAVDt" type="DateAndDateTime1Choice"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="PrtlFillDtls" type="PartialFill4"/>
            <xs:element name="ConfQty" type="Quantity6Choice"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="QtyBrkdwn" type="QuantityBreakdown76"/>
            <xs:element maxOccurs="1" minOccurs="0" name="GrssTradAmt" type="AmountAndDirection29"/>
            <xs:element name="DealPric" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TpOfPric" type="TypeOfPrice47Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CshMrgn" type="CashMarginOrder1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Comssn" type="Commission24"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NbOfDaysAcrd" type="Max3Number"/>
            <xs:element maxOccurs="1" minOccurs="0" name="GvUpNbOfDays" type="Max3Number"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IntrstTp" type="InterestType2Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AcrdIntrstAmt" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AcrdIntrstPctg" type="PercentageRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TradRgltryCondsTp" type="TradeRegulatoryConditions1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CcyToBuyOrSell" type="CurrencyToBuyOrSell1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OrdrOrgtrElgblty" type="Eligibility1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PosFct" type="PositionEffect2Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="DerivCvrd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ChrgTaxBsisTp" type="ChargeTaxBasisType2Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CptlGnTp" type="EUCapitalGainType3Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MtchSts" type="MatchingStatus27Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CallInTp" type="CallIn1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="YldTp" type="YieldCalculation7"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="Rptg" type="Reporting6Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlPhysOrRegnDtls" type="RegistrationParameters3"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlTradInstrPrcgInf" type="Max350Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="OriginalAndCurrentQuantities1">
        <xs:sequence>
            <xs:element name="FaceAmt" type="ImpliedCurrencyAndAmount"/>
            <xs:element name="AmtsdVal" type="ImpliedCurrencyAndAmount"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="OtherAmounts16">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="ChrgsFees" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CtryNtlFdrlTax" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ExctgBrkrAmt" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IsseDscntAllwnc" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PmtLevyTax" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LclTax" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LclBrkrComssn" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Mrgn" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Othr" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RgltryAmt" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SpclCncssn" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StmpDty" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StockXchgTax" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TrfTax" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TxTax" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ValAddedTax" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="WhldgTax" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NetGnLoss" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CsmptnTax" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MtchgConfFee" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ConvtdAmt" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OrgnlCcyAmt" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="BookVal" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AcrdCptlstnAmt" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LclTaxCtrySpcfc1" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LclTaxCtrySpcfc2" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LclTaxCtrySpcfc3" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LclTaxCtrySpcfc4" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ShrdBrkrgAmt" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MktMmbFeeAmt" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RmnrtnAmtReq" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RmnrtnAmt" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="BrrwgIntrstAmt" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="BrrwgFee" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NetMktVal" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RmngFaceVal" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RmngBookVal" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClrBrkrComssn" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="DiffInPric" type="AmountAndDirection29"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OddLotFee" type="YesNoIndicator"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="OtherIdentification1">
        <xs:sequence>
            <xs:element name="Id" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Sfx" type="Max16Text"/>
            <xs:element name="Tp" type="IdentificationSource3Choice"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="OtherParties32">
        <xs:sequence>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="Invstr" type="PartyIdentificationAndAccount150"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StockXchg" type="PartyIdentificationAndAccount152"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TradRgltr" type="PartyIdentificationAndAccount152"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TrptyAgt" type="PartyIdentificationAndAccount154"/>
            <xs:element maxOccurs="1" minOccurs="0" name="QlfdFrgnIntrmy" type="PartyIdentificationAndAccount151"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="OtherPrices5">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="Max" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Tx" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MktBrkrComssn" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MrkdUp" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MrkdDwn" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NetDscld" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NetUdscld" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NtnlGrss" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="BchmkWghtdAvrg" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AllMktsWghtdAvrg" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Bchmk" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OthrPric" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IndxPric" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RptdPric" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RefPric" type="PriceInformation28"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="OwnershipLegalRestrictions1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="A144"/>
            <xs:enumeration value="NRST"/>
            <xs:enumeration value="RSTR"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="PartialFill4">
        <xs:sequence>
            <xs:element name="ConfQty" type="Quantity6Choice"/>
            <xs:element name="DealPric" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TradDt" type="TradeDate7Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PlcOfTrad" type="MarketIdentification97"/>
            <xs:element name="OrgnlOrdrdQty" type="QuantityOrAmount2Choice"/>
            <xs:element name="PrevslyExctdQty" type="QuantityOrAmount2Choice"/>
            <xs:element name="RmngQty" type="QuantityOrAmount2Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MtchIncrmtQty" type="QuantityOrAmount2Choice"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PartyIdentification116Choice">
        <xs:choice>
            <xs:element name="AnyBIC" type="AnyBICDec2014Identifier"/>
            <xs:element name="NmAndAdr" type="NameAndAddress13"/>
            <xs:element name="Ctry" type="CountryCode"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="PartyIdentification117">
        <xs:sequence>
            <xs:element name="AnyBIC" type="AnyBICDec2014Identifier"/>
            <xs:element name="PrtryId" type="GenericIdentification36"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NmAndAdr" type="NameAndAddress13"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PartyIdentification117Choice">
        <xs:choice>
            <xs:element name="AnyBIC" type="AnyBICDec2014Identifier"/>
            <xs:element name="PrtryId" type="GenericIdentification36"/>
            <xs:element name="NmAndAdr" type="NameAndAddress13"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="PartyIdentification118">
        <xs:sequence>
            <xs:element name="Id" type="PartyIdentification116Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrnId" type="AlternatePartyIdentification8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlInf" type="PartyTextInformation1"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PartyIdentification127Choice">
        <xs:choice>
            <xs:element name="AnyBIC" type="AnyBICDec2014Identifier"/>
            <xs:element name="PrtryId" type="GenericIdentification36"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="PartyIdentification245Choice">
        <xs:choice>
            <xs:element name="AnyBIC" type="AnyBICDec2014Identifier"/>
            <xs:element name="PrtryId" type="GenericIdentification1"/>
            <xs:element name="NmAndAdr" type="NameAndAddress5"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="PartyIdentificationAndAccount148">
        <xs:sequence>
            <xs:element name="Id" type="PartyIdentification117Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrnId" type="AlternatePartyIdentification8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CshAcct" type="CashAccountIdentification5Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ChrgsAcct" type="CashAccountIdentification5Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ComssnAcct" type="CashAccountIdentification5Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TaxAcct" type="CashAccountIdentification5Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlInf" type="PartyTextInformation2"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PartyIdentificationAndAccount149">
        <xs:sequence>
            <xs:element name="Id" type="PartyIdentification117Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrnId" type="AlternatePartyIdentification8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Sd" type="ClearingSide1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClrAcct" type="SecuritiesAccount20"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrcgId" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlInf" type="PartyTextInformation1"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PartyIdentificationAndAccount150">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="Id" type="PartyIdentification117Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SfkpgAcct" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CshAcct" type="CashAccountIdentification5Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrcgId" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CtryOfRes" type="CountryCode"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlInf" type="PartyTextInformation1"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrnId" type="AlternatePartyIdentification8"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PartyIdentificationAndAccount151">
        <xs:sequence>
            <xs:element name="Id" type="PartyIdentification117Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrnId" type="AlternatePartyIdentification8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SfkpgAcct" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrcgId" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlInf" type="PartyTextInformation1"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PartyIdentificationAndAccount152">
        <xs:sequence>
            <xs:element name="Id" type="PartyIdentification245Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrcgId" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlInf" type="PartyTextInformation1"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrnId" type="AlternatePartyIdentification10"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PartyIdentificationAndAccount154">
        <xs:sequence>
            <xs:element name="Id" type="PartyIdentification245Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SfkpgAcct" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CshAcct" type="CashAccountIdentification5Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrcgId" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlInf" type="PartyTextInformation1"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrnId" type="AlternatePartyIdentification10"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PartyIdentificationAndAccount155">
        <xs:sequence>
            <xs:element name="Id" type="PartyIdentification117Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AddtlInf" type="Max350Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AltrnId" type="AlternatePartyIdentification8"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SfkpgAcct" type="Max35Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PartyTextInformation1">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="DclrtnDtls" type="Max350Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PtyCtctDtls" type="Max140Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RegnDtls" type="Max350Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PartyTextInformation2">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="DclrtnDtls" type="Max350Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PtyCtctDtls" type="Max140Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PartyTextInformation5">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="DclrtnDtls" type="Max350Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PtyCtctDtls" type="Max140Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="PercentageRate">
        <xs:restriction base="xs:decimal">
            <xs:fractionDigits value="10"/>
            <xs:totalDigits value="11"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="PlusOrMinusIndicator">
        <xs:restriction base="xs:boolean"/>
    </xs:simpleType>
    <xs:simpleType name="PositionEffect2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="OPEN"/>
            <xs:enumeration value="CLOS"/>
            <xs:enumeration value="ROLL"/>
            <xs:enumeration value="FIFO"/>
            <xs:enumeration value="CLOA"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="PostalAddress1">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="AdrTp" type="AddressType2Code"/>
            <xs:element maxOccurs="5" minOccurs="0" name="AdrLine" type="Max70Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StrtNm" type="Max70Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="BldgNb" type="Max16Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PstCd" type="Max16Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TwnNm" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CtrySubDvsn" type="Max35Text"/>
            <xs:element name="Ctry" type="CountryCode"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PostalAddress8">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="AdrTp" type="AddressType2Code"/>
            <xs:element maxOccurs="5" minOccurs="0" name="AdrLine" type="Max70Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StrtNm" type="Max70Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="BldgNb" type="Max16Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PstCd" type="Max16Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TwnNm" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CtrySubDvsn" type="Max35Text"/>
            <xs:element name="Ctry" type="CountryCode"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="Price14">
        <xs:sequence>
            <xs:element name="Val" type="PriceRateOrAmount3Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Tp" type="PriceValueType7Code"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PriceInformation28">
        <xs:sequence>
            <xs:element name="Val" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="QtnDt" type="DateAndDateTime1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PricClctnPrd" type="DateTimePeriod1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SrcOfPric" type="MarketIdentification93"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PriceRateOrAmount3Choice">
        <xs:choice>
            <xs:element name="Rate" type="PercentageRate"/>
            <xs:element name="Amt" type="ActiveOrHistoricCurrencyAnd13DecimalAmount"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="PriceValueType7Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="DISC"/>
            <xs:enumeration value="PREM"/>
            <xs:enumeration value="PARV"/>
            <xs:enumeration value="YIEL"/>
            <xs:enumeration value="SPRE"/>
            <xs:enumeration value="PEUN"/>
            <xs:enumeration value="ABSO"/>
            <xs:enumeration value="TEDP"/>
            <xs:enumeration value="TEDY"/>
            <xs:enumeration value="FICT"/>
            <xs:enumeration value="VACT"/>
            <xs:enumeration value="PRCT"/>
            <xs:enumeration value="ACTU"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="PriorityNumeric4Choice">
        <xs:choice>
            <xs:element name="Nmrc" type="Exact4NumericText"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="PurposeCode9Choice">
        <xs:choice>
            <xs:element name="Cd" type="SecuritiesAccountPurposeType1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Quantity6Choice">
        <xs:choice>
            <xs:element name="Qty" type="FinancialInstrumentQuantity1Choice"/>
            <xs:element name="OrgnlAndCurFace" type="OriginalAndCurrentQuantities1"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="QuantityBreakdown76">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="LotNb" type="GenericIdentification37"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LotQty" type="FinancialInstrumentQuantity1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LotDtTm" type="DateAndDateTime1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LotPric" type="Price14"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="QuantityOrAmount2Choice">
        <xs:choice>
            <xs:element name="Qty" type="FinancialInstrumentQuantity1Choice"/>
            <xs:element name="Amt" type="ActiveCurrencyAndAmount"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Rate2">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="Sgn" type="PlusOrMinusIndicator"/>
            <xs:element name="Rate" type="PercentageRate"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="RateName1">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="Issr" type="Max8Text"/>
            <xs:element name="RateNm" type="Max35Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="RateOrAbsoluteValue1Choice">
        <xs:choice>
            <xs:element name="RateVal" type="PercentageRate"/>
            <xs:element name="AbsVal" type="Number"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="RateOrName1Choice">
        <xs:choice>
            <xs:element name="Rate" type="Rate2"/>
            <xs:element name="RateNm" type="RateName1"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="RateType1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="FIXE"/>
            <xs:enumeration value="FORF"/>
            <xs:enumeration value="VARI"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="RateType35Choice">
        <xs:choice>
            <xs:element name="Cd" type="RateType1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Rating1">
        <xs:sequence>
            <xs:element name="RatgSchme" type="Max35Text"/>
            <xs:element name="ValDt" type="ISODateTime"/>
            <xs:element name="ValId" type="RatingValueIdentifier"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="RatingValueIdentifier">
        <xs:restriction base="xs:string"/>
    </xs:simpleType>
    <xs:simpleType name="Registration1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="NREG"/>
            <xs:enumeration value="YREG"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="Registration9Choice">
        <xs:choice>
            <xs:element name="Cd" type="Registration1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="RegistrationParameters3">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="CertfctnId" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CertfctnDtTm" type="DateAndDateTime1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RegarAcct" type="Max35Text"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="CertNb" type="SecuritiesCertificate3"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="RegulatoryStipulations1">
        <xs:sequence>
            <xs:element name="Ctry" type="CountryCode"/>
            <xs:element maxOccurs="unbounded" minOccurs="1" name="Stiptns" type="Max350Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="Reporting2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="STEX"/>
            <xs:enumeration value="REGU"/>
            <xs:enumeration value="DEFR"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="Reporting6Choice">
        <xs:choice>
            <xs:element name="Cd" type="Reporting2Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="RepurchaseType22Choice">
        <xs:choice>
            <xs:element name="Cd" type="RepurchaseType9Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="RepurchaseType9Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="PAIR"/>
            <xs:enumeration value="PADJ"/>
            <xs:enumeration value="RATE"/>
            <xs:enumeration value="CALL"/>
            <xs:enumeration value="ROLP"/>
            <xs:enumeration value="CADJ"/>
            <xs:enumeration value="TOPU"/>
            <xs:enumeration value="WTHD"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="Restriction5Choice">
        <xs:choice>
            <xs:element name="Cd" type="OwnershipLegalRestrictions1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Revaluation3Choice">
        <xs:choice>
            <xs:element name="Ind" type="YesNoIndicator"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="Reversible1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="REVL"/>
            <xs:enumeration value="FIXD"/>
            <xs:enumeration value="CABK"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="Reversible2Choice">
        <xs:choice>
            <xs:element name="Cd" type="Reversible1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="SecuritiesAccount20">
        <xs:sequence>
            <xs:element name="Id" type="Max35Text"/>
            <xs:element name="Tp" type="ClearingAccountType1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Nm" type="Max70Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SecuritiesAccount35">
        <xs:sequence>
            <xs:element name="Id" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Tp" type="PurposeCode9Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Nm" type="Max70Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="SecuritiesAccountPurposeType1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="MARG"/>
            <xs:enumeration value="SHOR"/>
            <xs:enumeration value="ABRD"/>
            <xs:enumeration value="CEND"/>
            <xs:enumeration value="DVPA"/>
            <xs:enumeration value="PHYS"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="SecuritiesCertificate3">
        <xs:sequence>
            <xs:element name="Nb" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Issr" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SchmeNm" type="Max35Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SecuritiesFinancing12">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="RateChngDt" type="ISODateTime"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RateTp" type="RateType35Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Rvaltn" type="Revaluation3Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LglFrmwk" type="LegalFramework1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IntrstCmptnMtd" type="InterestComputationMethod3Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="VarblRateSpprt" type="RateName1"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RpRate" type="Rate2"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StockLnMrgn" type="Rate2"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SctiesHrcut" type="Rate2"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PricgRate" type="RateOrName1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SprdRate" type="SpreadRate1"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CllblTradInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TxCallDely" type="Max3NumericText"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AcrdIntrstAmt" type="AmountAndDirection5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AcrdIntrstPctg" type="PercentageRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="FrftAmt" type="AmountAndDirection5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrmAmt" type="AmountAndDirection5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClsgAmtPerPcsOfColl" type="AmountAndDirection5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TtlNbOfCollInstrs" type="Max3NumericText"/>
            <xs:element maxOccurs="1" minOccurs="0" name="FincgAgrmt" type="Agreement5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LndgTxMtd" type="LendingTransactionMethod2Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LndgWthColl" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="BrrwgRsn" type="BorrowingReason2Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CollTp" type="CollateralType4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CtrctTermsModChngd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="IntrstRate" type="Rate2"/>
            <xs:element maxOccurs="1" minOccurs="0" name="BrrwgRate" type="Rate2"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StdCollRatio" type="Rate2"/>
            <xs:element maxOccurs="1" minOccurs="0" name="DvddRatio" type="Rate2"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NbOfDaysLndgBrrwg" type="Number24Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StdCollAmt" type="AmountAndDirection5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AcrdIntrstTax" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="EndNbOfDaysAcrd" type="Max3Number"/>
            <xs:element maxOccurs="1" minOccurs="0" name="EndFctr" type="BaseOneRate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SctiesLndgTp" type="SecuritiesLendingType2Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Rvsbl" type="Reversible2Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MinDtForCallBck" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RollOver" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrdcPmt" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ExCpn" type="YesNoIndicator"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="SecuritiesLendingType1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="NWRG"/>
            <xs:enumeration value="RENW"/>
            <xs:enumeration value="CABK"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="SecuritiesLendingType2Choice">
        <xs:choice>
            <xs:element name="Cd" type="SecuritiesLendingType1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="SecuritiesRTGS4Choice">
        <xs:choice>
            <xs:element name="Ind" type="YesNoIndicator"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="SecuritiesTradeConfirmationV05">
        <xs:sequence>
            <xs:element name="Id" type="TransactiontIdentification4"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NbCnt" type="NumberCount1Choice"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="Refs" type="Linkages76"/>
            <xs:element name="TradDtls" type="Order24"/>
            <xs:element name="FinInstrmId" type="SecurityIdentification19"/>
            <xs:element maxOccurs="1" minOccurs="0" name="FinInstrmAttrbts" type="FinancialInstrumentAttributes124"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="UndrlygFinInstrm" type="UnderlyingFinancialInstrument7"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Stiptns" type="FinancialInstrumentStipulations4"/>
            <xs:element maxOccurs="unbounded" minOccurs="1" name="ConfPties" type="ConfirmationParties6"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SttlmParams" type="SettlementDetails213"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StgSttlmInstr" type="StandingSettlementInstruction13"/>
            <xs:element maxOccurs="1" minOccurs="0" name="DlvrgSttlmPties" type="SettlementParties59"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RcvgSttlmPties" type="SettlementParties59"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CshPties" type="CashParties33"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClrDtls" type="Clearing5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SttlmAmt" type="AmountAndDirection28"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="OthrAmts" type="OtherAmounts16"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="OthrPrics" type="OtherPrices5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OthrBizPties" type="OtherParties32"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TwoLegTxDtls" type="TwoLegTransactionDetails5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RgltryStiptns" type="RegulatoryStipulations1"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="SplmtryData" type="SupplementaryData1"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SecurityIdentification19">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="ISIN" type="ISINOct2015Identifier"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="OthrId" type="OtherIdentification1"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Desc" type="Max140Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SettlementDate16Choice">
        <xs:choice>
            <xs:element name="Dt" type="DateAndDateTime1Choice"/>
            <xs:element name="Cd" type="SettlementDateCode12Choice"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="SettlementDate5Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="REGU"/>
            <xs:enumeration value="CASH"/>
            <xs:enumeration value="NXTD"/>
            <xs:enumeration value="TONE"/>
            <xs:enumeration value="TTWO"/>
            <xs:enumeration value="TTRE"/>
            <xs:enumeration value="TFOR"/>
            <xs:enumeration value="TFIV"/>
            <xs:enumeration value="SELL"/>
            <xs:enumeration value="WDIS"/>
            <xs:enumeration value="WHID"/>
            <xs:enumeration value="TBAT"/>
            <xs:enumeration value="WISS"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="SettlementDateCode12Choice">
        <xs:choice>
            <xs:element name="Cd" type="SettlementDate5Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="SettlementDetails213">
        <xs:sequence>
            <xs:element name="SttlmTxTp" type="SettlementTransactionType3Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="HldInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Prty" type="PriorityNumeric4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SttlmInstrGnrtn" type="SettlementInstructionGeneration2Choice"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="SttlmTxCond" type="SettlementTransactionCondition31Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrtlSttlmInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="BnfclOwnrsh" type="BeneficialOwnership4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="BlckTrad" type="BlockTrade4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CCPElgblty" type="CentralCounterPartyEligibility4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CshClrSys" type="CashSettlementSystem4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="XpsrTp" type="ExposureType18Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="FxStgInstr" type="FXStandingInstruction4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="CcyToBuyOrSell" type="CurrencyToBuyOrSell1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="MktClntSd" type="MarketClientSide6Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="NetgElgblty" type="NettingEligibility4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Regn" type="Registration9Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RpTp" type="RepurchaseType22Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LglRstrctns" type="Restriction5Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SctiesRTGS" type="SecuritiesRTGS4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SttlgCpcty" type="SettlingCapacity9Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="SttlmSysMtd" type="SettlementSystemMethod4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TaxCpcty" type="TaxCapacityParty4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StmpDtyInd" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="StmpDtyTaxBsis" type="GenericIdentification30"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Trckg" type="Tracking4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="AutomtcBrrwg" type="AutomaticBorrowing6Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="LttrOfGrnt" type="LetterOfGuarantee4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RtrLeg" type="YesNoIndicator"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ModCxlAllwd" type="ModificationCancellationAllowed4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ElgblForColl" type="YesNoIndicator"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="SettlementInstructionGeneration1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="GENS"/>
            <xs:enumeration value="NOGE"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="SettlementInstructionGeneration2Choice">
        <xs:choice>
            <xs:element name="Cd" type="SettlementInstructionGeneration1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="SettlementParties59">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="Dpstry" type="PartyIdentification118"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Pty1" type="PartyIdentificationAndAccount155"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Pty2" type="PartyIdentificationAndAccount155"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Pty3" type="PartyIdentificationAndAccount155"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Pty4" type="PartyIdentificationAndAccount155"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Pty5" type="PartyIdentificationAndAccount155"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="SettlementStandingInstructionDatabase1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="INTE"/>
            <xs:enumeration value="BRKR"/>
            <xs:enumeration value="VEND"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="SettlementStandingInstructionDatabase4Choice">
        <xs:choice>
            <xs:element name="Cd" type="SettlementStandingInstructionDatabase1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="SettlementSystemMethod1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="NSET"/>
            <xs:enumeration value="YSET"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="SettlementSystemMethod4Choice">
        <xs:choice>
            <xs:element name="Cd" type="SettlementSystemMethod1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="SettlementTransactionCondition31Choice">
        <xs:choice>
            <xs:element name="Cd" type="SettlementTransactionCondition7Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="SettlementTransactionCondition7Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="ASGN"/>
            <xs:enumeration value="CLEN"/>
            <xs:enumeration value="DIRT"/>
            <xs:enumeration value="DLWM"/>
            <xs:enumeration value="DRAW"/>
            <xs:enumeration value="EXER"/>
            <xs:enumeration value="FRCL"/>
            <xs:enumeration value="KNOC"/>
            <xs:enumeration value="PHYS"/>
            <xs:enumeration value="CSDP"/>
            <xs:enumeration value="SPCS"/>
            <xs:enumeration value="SPDL"/>
            <xs:enumeration value="SPST"/>
            <xs:enumeration value="UNEX"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="SettlementTransactionType3Choice">
        <xs:choice>
            <xs:element name="Cd" type="SettlementTransactionType7Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="SettlementTransactionType7Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="BSBK"/>
            <xs:enumeration value="COLI"/>
            <xs:enumeration value="COLO"/>
            <xs:enumeration value="CONV"/>
            <xs:enumeration value="FCTA"/>
            <xs:enumeration value="INSP"/>
            <xs:enumeration value="ISSU"/>
            <xs:enumeration value="MKDW"/>
            <xs:enumeration value="MKUP"/>
            <xs:enumeration value="NETT"/>
            <xs:enumeration value="NSYN"/>
            <xs:enumeration value="OWNE"/>
            <xs:enumeration value="OWNI"/>
            <xs:enumeration value="PAIR"/>
            <xs:enumeration value="PLAC"/>
            <xs:enumeration value="PORT"/>
            <xs:enumeration value="REAL"/>
            <xs:enumeration value="REDI"/>
            <xs:enumeration value="RELE"/>
            <xs:enumeration value="REPU"/>
            <xs:enumeration value="RODE"/>
            <xs:enumeration value="RPTO"/>
            <xs:enumeration value="RVPO"/>
            <xs:enumeration value="SBBK"/>
            <xs:enumeration value="SECB"/>
            <xs:enumeration value="SECL"/>
            <xs:enumeration value="SYND"/>
            <xs:enumeration value="TBAC"/>
            <xs:enumeration value="TRAD"/>
            <xs:enumeration value="TRPO"/>
            <xs:enumeration value="TRVO"/>
            <xs:enumeration value="TURN"/>
            <xs:enumeration value="GUAR"/>
            <xs:enumeration value="OFIT"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="SettlingCapacity1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="CUST"/>
            <xs:enumeration value="SAGE"/>
            <xs:enumeration value="SPRI"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="SettlingCapacity9Choice">
        <xs:choice>
            <xs:element name="Cd" type="SettlingCapacity1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="Side3Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="BUYI"/>
            <xs:enumeration value="SELL"/>
            <xs:enumeration value="CROS"/>
            <xs:enumeration value="CRSH"/>
            <xs:enumeration value="CSHE"/>
            <xs:enumeration value="DEFI"/>
            <xs:enumeration value="OPPO"/>
            <xs:enumeration value="UNDI"/>
            <xs:enumeration value="TWOS"/>
            <xs:enumeration value="BUMI"/>
            <xs:enumeration value="SEPL"/>
            <xs:enumeration value="SESH"/>
            <xs:enumeration value="SSEX"/>
            <xs:enumeration value="LEND"/>
            <xs:enumeration value="BORW"/>
            <xs:enumeration value="OPEX"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="SimpleIdentificationInformation2">
        <xs:sequence>
            <xs:element name="Id" type="Max34Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SpreadRate1">
        <xs:sequence>
            <xs:element name="Sgn" type="PlusOrMinusIndicator"/>
            <xs:element name="RateOrAmt" type="AmountOrRate1Choice"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="StandingSettlementInstruction13">
        <xs:sequence>
            <xs:element name="SttlmStgInstrDB" type="SettlementStandingInstructionDatabase4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Vndr" type="PartyIdentification117Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OthrDlvrgSttlmPties" type="SettlementParties59"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OthrRcvgSttlmPties" type="SettlementParties59"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SupplementaryData1">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="PlcAndNm" type="Max350Text"/>
            <xs:element name="Envlp" type="SupplementaryDataEnvelope1"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SupplementaryDataEnvelope1">
        <xs:sequence>
            <xs:any namespace="##any" processContents="lax"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="TaxCapacityParty4Choice">
        <xs:choice>
            <xs:element name="Cd" type="TaxLiability1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="TaxLiability1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="PRIN"/>
            <xs:enumeration value="AGEN"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="Term1">
        <xs:sequence>
            <xs:element name="Oprtr" type="Operator1Code"/>
            <xs:element name="Val" type="RateOrAbsoluteValue1Choice"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="TotalNumber1">
        <xs:sequence>
            <xs:element name="CurInstrNb" type="Exact3NumericText"/>
            <xs:element name="TtlOfLkdInstrs" type="Exact3NumericText"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="Tracking4Choice">
        <xs:choice>
            <xs:element name="Ind" type="YesNoIndicator"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="TradeDate7Choice">
        <xs:choice>
            <xs:element name="Dt" type="DateAndDateTime1Choice"/>
            <xs:element name="Val" type="TradingDateCode2Choice"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="TradeDate8Choice">
        <xs:choice>
            <xs:element name="Dt" type="DateAndDateTime2Choice"/>
            <xs:element name="DtCd" type="TradeDateCode3Choice"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="TradeDateCode3Choice">
        <xs:choice>
            <xs:element name="Cd" type="DateType3Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="TradeRegulatoryConditions1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="SOLI"/>
            <xs:enumeration value="USOL"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="TradeTransactionCondition2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="SPCC"/>
            <xs:enumeration value="SECN"/>
            <xs:enumeration value="SEBN"/>
            <xs:enumeration value="SCBN"/>
            <xs:enumeration value="SCRT"/>
            <xs:enumeration value="SERT"/>
            <xs:enumeration value="SCCR"/>
            <xs:enumeration value="SECR"/>
            <xs:enumeration value="CAST"/>
            <xs:enumeration value="SPPR"/>
            <xs:enumeration value="SPCU"/>
            <xs:enumeration value="SPEX"/>
            <xs:enumeration value="GTDL"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="TradeTransactionCondition9Choice">
        <xs:choice>
            <xs:element name="Cd" type="ExternalTradeTransactionCondition1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="TradeType3Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="BSKT"/>
            <xs:enumeration value="INDX"/>
            <xs:enumeration value="IPOO"/>
            <xs:enumeration value="LIST"/>
            <xs:enumeration value="PRAL"/>
            <xs:enumeration value="PROG"/>
            <xs:enumeration value="TRAD"/>
            <xs:enumeration value="BRBR"/>
            <xs:enumeration value="RISK"/>
            <xs:enumeration value="VWAP"/>
            <xs:enumeration value="AGEN"/>
            <xs:enumeration value="GUAR"/>
            <xs:enumeration value="EMTR"/>
            <xs:enumeration value="ISSU"/>
            <xs:enumeration value="BOST"/>
            <xs:enumeration value="BOEN"/>
            <xs:enumeration value="LABO"/>
            <xs:enumeration value="BORE"/>
            <xs:enumeration value="OFIT"/>
            <xs:enumeration value="BOSU"/>
            <xs:enumeration value="FBBT"/>
            <xs:enumeration value="OPTN"/>
            <xs:enumeration value="FUOP"/>
            <xs:enumeration value="FUTR"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="TradeType4Choice">
        <xs:choice>
            <xs:element name="Cd" type="TradeType3Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="TradingCapacity4Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="PRIN"/>
            <xs:enumeration value="CPRN"/>
            <xs:enumeration value="RISP"/>
            <xs:enumeration value="PROP"/>
            <xs:enumeration value="AGEN"/>
            <xs:enumeration value="CAGN"/>
            <xs:enumeration value="OAGN"/>
            <xs:enumeration value="PRAG"/>
            <xs:enumeration value="BAGN"/>
            <xs:enumeration value="INFI"/>
            <xs:enumeration value="MKTM"/>
            <xs:enumeration value="MLTF"/>
            <xs:enumeration value="RMKT"/>
            <xs:enumeration value="SINT"/>
            <xs:enumeration value="TAGT"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="TradingCapacity6Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="AGEN"/>
            <xs:enumeration value="BAGN"/>
            <xs:enumeration value="CAGN"/>
            <xs:enumeration value="CPRN"/>
            <xs:enumeration value="OAGN"/>
            <xs:enumeration value="PRAG"/>
            <xs:enumeration value="PRIN"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="TradingDate1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="VARI"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="TradingDateCode2Choice">
        <xs:choice>
            <xs:element name="Cd" type="TradingDate1Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="TradingPartyCapacity3Choice">
        <xs:choice>
            <xs:element name="Cd" type="TradingCapacity6Code"/>
            <xs:element name="Prtry" type="GenericIdentification36"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="TradingPartyCapacity4Choice">
        <xs:choice>
            <xs:element name="Cd" type="TradingCapacity4Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="TransactiontIdentification4">
        <xs:sequence>
            <xs:element name="TxId" type="Max35Text"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="TwoLegTransactionDetails5">
        <xs:sequence>
            <xs:element maxOccurs="1" minOccurs="0" name="TradDt" type="TradeDate8Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="OpngLegId" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClsgLegId" type="Max35Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="GrssTradAmt" type="AmountAndDirection29"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="OthrAmts" type="OtherAmounts16"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ScndLegNrrtv" type="Max140Text"/>
            <xs:element maxOccurs="1" minOccurs="0" name="EndPric" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClsgDt" type="ClosingDate4Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClsgSttlmAmt" type="AmountAndDirection5"/>
            <xs:element maxOccurs="1" minOccurs="0" name="PrcgDt" type="TradeDate7Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="TwoLegTxTp" type="TwoLegTransactionType4Choice"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="TwoLegTransactionType4Choice">
        <xs:choice>
            <xs:element name="FutrOrOptnDtls" type="FutureOrOptionDetails3"/>
            <xs:element name="SctiesFincgDtls" type="SecuritiesFinancing12"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="TypeOfIdentification1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="ARNU"/>
            <xs:enumeration value="CCPT"/>
            <xs:enumeration value="CHTY"/>
            <xs:enumeration value="CORP"/>
            <xs:enumeration value="DRLC"/>
            <xs:enumeration value="FIIN"/>
            <xs:enumeration value="TXID"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="TypeOfIdentification2Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="ARNU"/>
            <xs:enumeration value="CHTY"/>
            <xs:enumeration value="CORP"/>
            <xs:enumeration value="FIIN"/>
            <xs:enumeration value="TXID"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="TypeOfPrice3Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="AVER"/>
            <xs:enumeration value="AVOV"/>
            <xs:enumeration value="GREX"/>
            <xs:enumeration value="NET2"/>
            <xs:enumeration value="NET1"/>
            <xs:enumeration value="PARV"/>
            <xs:enumeration value="RDAV"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="TypeOfPrice47Choice">
        <xs:choice>
            <xs:element name="Cd" type="TypeOfPrice3Code"/>
            <xs:element name="Prtry" type="GenericIdentification30"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="UPICIdentifier">
        <xs:restriction base="xs:string">
            <xs:pattern value="[0-9]{8,17}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="UTIIdentifier">
        <xs:restriction base="xs:string">
            <xs:pattern value="[A-Z0-9]{18}[0-9]{2}[A-Z0-9]{0,32}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:complexType name="UnderlyingFinancialInstrument7">
        <xs:sequence>
            <xs:element name="Id" type="SecurityIdentification19"/>
            <xs:element maxOccurs="1" minOccurs="0" name="Attrbts" type="FinancialInstrumentAttributes124"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="UnderlyingRatio2">
        <xs:sequence>
            <xs:element name="UndrlygQtyDnmtr" type="FinancialInstrumentQuantity1Choice"/>
            <xs:element name="UndrlygQtyNmrtr" type="FinancialInstrumentQuantity1Choice"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="RltdFinInstrmId" type="SecurityIdentification19"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="UnitOfMeasure1Code">
        <xs:restriction base="xs:string">
            <xs:enumeration value="PIEC"/>
            <xs:enumeration value="TONS"/>
            <xs:enumeration value="FOOT"/>
            <xs:enumeration value="GBGA"/>
            <xs:enumeration value="USGA"/>
            <xs:enumeration value="GRAM"/>
            <xs:enumeration value="INCH"/>
            <xs:enumeration value="KILO"/>
            <xs:enumeration value="PUND"/>
            <xs:enumeration value="METR"/>
            <xs:enumeration value="CMET"/>
            <xs:enumeration value="MMET"/>
            <xs:enumeration value="LITR"/>
            <xs:enumeration value="CELI"/>
            <xs:enumeration value="MILI"/>
            <xs:enumeration value="GBOU"/>
            <xs:enumeration value="USOU"/>
            <xs:enumeration value="GBQA"/>
            <xs:enumeration value="USQA"/>
            <xs:enumeration value="GBPI"/>
            <xs:enumeration value="USPI"/>
            <xs:enumeration value="MILE"/>
            <xs:enumeration value="KMET"/>
            <xs:enumeration value="YARD"/>
            <xs:enumeration value="SQKI"/>
            <xs:enumeration value="HECT"/>
            <xs:enumeration value="ARES"/>
            <xs:enumeration value="SMET"/>
            <xs:enumeration value="SCMT"/>
            <xs:enumeration value="SMIL"/>
            <xs:enumeration value="SQMI"/>
            <xs:enumeration value="SQYA"/>
            <xs:enumeration value="SQFO"/>
            <xs:enumeration value="SQIN"/>
            <xs:enumeration value="ACRE"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="YesNoIndicator">
        <xs:restriction base="xs:boolean"/>
    </xs:simpleType>
    <xs:complexType name="YieldCalculation7">
        <xs:sequence>
            <xs:element name="Val" type="PercentageRate"/>
            <xs:element name="ClctnTp" type="CalculationType1Code"/>
            <xs:element maxOccurs="1" minOccurs="0" name="RedPric" type="Price14"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ValDt" type="ISODate"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ValPrd" type="DateTimePeriod1Choice"/>
            <xs:element maxOccurs="1" minOccurs="0" name="ClctnDt" type="ISODate"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
