<?xml version="1.0" encoding="utf-8"?>
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cmnType="http://soa.finra.org/rad/crd/CRDFormFilingCommonTypes" xmlns:drp="http://soa.finra.org/rad/crd/CRDFormFilingDRPTypes" targetNamespace="http://soa.finra.org/rad/crd/CRDFormFilingDRPTypes" elementFormDefault="unqualified" attributeFormDefault="unqualified">
	<import namespace="http://soa.finra.org/rad/crd/CRDFormFilingCommonTypes" schemaLocation="FSG-CRDFormFilingCommonTypes.xsd"/>
	<annotation>
		<documentation xml:lang="en">
      ©2022 Financial Industry Regulatory Authority, Inc. (FINRA). All rights reserved.  Materials may not be reprinted or republished without the express permission of FINRA.  This document contains FINRA Confidential and Proprietary information. FINRA provides this information to member firms only for the firms' internal assessment or use of the FINRA CRD Batch Filing and Data Download transfer program. Any other use is strictly prohibited by FINRA. FINRA reserves the right to seek all injunctive and equitable relief available to it in the event FINRA Confidential or Proprietary information is released to a third party by a member firm. A firm's use of this document demonstrates its acknowledgement that this document contains FINRA Confidential and Proprietary information, agreement that the firm will not reprint, republish or otherwise disclose this information to any third party and its agreement that FINRA may protect its rights, including but not limited to intellectual property rights.

      Version:  Release 2022.12 (last updated on 04/15/2015)

    </documentation>
	</annotation>
	<complexType name="U4BondDRPListType">
		<annotation>
			<documentation xml:lang="en">
        Collection of U4 Bond DRPs
      </documentation>
		</annotation>
		<sequence>
			<element name="BondDRP" type="drp:U4BondDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U4BondDRPType">
		<annotation>
			<documentation>U4 Bond DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U4FnnclDsclr14LFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Bond disclosure being filed in response to U4 disclosure question 14L.</documentation>
				</annotation>
			</element>
			<element name="PlcyHldrNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bond DRP - 1.Firm Name (Policy Holder)</documentation>
				</annotation>
			</element>
			<element name="BondgCmpnyNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bond DRP - 2. Bond Company Name</documentation>
				</annotation>
			</element>
			<element name="BondPayoutDpstnTypeCd" type="drp:BondPayoutDispositionCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bond DRP - 3. Disposition Type</documentation>
				</annotation>
			</element>
			<element name="DpstnDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bond DRP - 4. Disposition Date</documentation>
				</annotation>
			</element>
			<element name="DpstnDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bond DRP - 4. Disposition Date Exact Flag</documentation>
				</annotation>
			</element>
			<element name="DpstnDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bond DRP - 4. Disposition Date Explanation text</documentation>
				</annotation>
			</element>
			<element name="SmTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bond DRP - 6. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the action as well as the current status or final disposition.</documentation>
				</annotation>
			</element>
			<element name="PayoutAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bond DRP - 5A. Payout Amount</documentation>
				</annotation>
			</element>
			<element name="PayoutPaidDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bond DRP - 5B. Date Paid</documentation>
				</annotation>
			</element>
			<element name="PayoutDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bond DRP - 5B. Date Paid Exact Flag</documentation>
				</annotation>
			</element>
			<element name="PayoutDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bond DRP - 5B. Date Paid Explanation text</documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being Inserted or Updated</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<simpleType name="BondPayoutDispositionCodeType">
		<annotation>
			<documentation xml:lang="en">Allowed vlaues for Disposition Type (Q.3) on Bond DRP</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="DENIAL"/>
			<enumeration value="PAYOUT"/>
			<enumeration value="REVOCATN"/>
		</restriction>
	</simpleType>
	<complexType name="U4JdgmtLienDRPListType">
		<annotation>
			<documentation xml:lang="en">Collection of U4 Judgment/Lien DRPs</documentation>
		</annotation>
		<sequence>
			<element name="JdgmtLienDRP" type="drp:U4JdgmtLienDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U4JdgmtLienDRPType">
		<annotation>
			<documentation>U4 Judgment/Lien DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U4FnnclDsclr14MFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Judgment/Lien disclosure being filed inresponse to U4 disclosure question 14M</documentation>
				</annotation>
			</element>
			<element name="LienHldrNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 2. Judgment/Lien Holder</documentation>
				</annotation>
			</element>
			<element name="JdgmtLienAm" type="cmnType:UnsignedDecimalRestricted15p2Type" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 1. Judgment/Lien Amount</documentation>
				</annotation>
			</element>
			<element name="JdgmtLienTypeCd" type="drp:JdgmtLienCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 3. Judgment/Lien Type</documentation>
				</annotation>
			</element>
			<element name="JdgmtLienFiledDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 4A. Date Filed with Court</documentation>
				</annotation>
			</element>
			<element name="FiledDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 4A. Date Filed with Court Exact flag</documentation>
				</annotation>
			</element>
			<element name="FiledDtRsnTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 4A. Date Filed with Court Explnation text</documentation>
				</annotation>
			</element>
			<element name="JdgmtLienRsltnTypeCd" type="drp:JdgmtLienRsltnCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 7B. How was matter Resolved? (Judgment/Lien Resolution Type)</documentation>
				</annotation>
			</element>
			<element name="CourtActnTypeCd" type="drp:CourtActnCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 5. Court action brought in (Court Type: Federal, State, Foreign or Other)</documentation>
				</annotation>
			</element>
			<element name="CourtActnOtherRsn" type="cmnType:StringRestricted128Type" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - Explanation text when Court Type (Q.5) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="CourtNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 5A. Name of the Court</documentation>
				</annotation>
			</element>
			<element name="CourtLoc" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 5B. Location of the Court (City or County and State or Country)</documentation>
				</annotation>
			</element>
			<element name="CourtCaseNb" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 5C. Docket/Case #</documentation>
				</annotation>
			</element>
			<element name="CourtCaseNbPIIFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - Flag indication if Docket/case # (Q.5C) is an SSN, a Bank Card number, or a Personal Identification Number</documentation>
				</annotation>
			</element>
			<element name="JdgmtLienOstgFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 6. Is Judgment/Lien Outstanding?</documentation>
				</annotation>
			</element>
			<element name="StatusDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 7A. Status Date (if Judgment/Lien is not outstanding)</documentation>
				</annotation>
			</element>
			<element name="StatusDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 7A. Status Date Exact Flag</documentation>
				</annotation>
			</element>
			<element name="StatusDtRsn" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 7A. Status Date Explanation text</documentation>
				</annotation>
			</element>
			<element name="IndvlLearnedAboutEventDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 4B. Date individual learned of the Judgment/Lien</documentation>
				</annotation>
			</element>
			<element name="IndvlLearnedAboutEventExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 4B. Date individual learned of the Judgment/Lien Exact Flag</documentation>
				</annotation>
			</element>
			<element name="IndvlLearnedAboutEventRsn" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 4B. Date individual learned of the Judgment/Lien Explanation text</documentation>
				</annotation>
			</element>
			<element name="SmmryTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Judgment/Lien DRP - 8. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the action as well as the current status or final disposition.</documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being inserted or updated</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<simpleType name="JdgmtLienCodeType">
		<annotation>
			<documentation xml:lang="en">Allowed values for Judgment/Lien Type (Q.3) on Judgment/Lien DRP</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="CIVIL"/>
			<enumeration value="TAX"/>
		</restriction>
	</simpleType>
	<simpleType name="JdgmtLienRsltnCodeType">
		<annotation>
			<documentation xml:lang="en">Allowed values for Judgement/Lien resolution type (Q.7B)</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="DISCHRGD"/>
			<enumeration value="PAID"/>
			<enumeration value="RELEASED"/>
			<enumeration value="REMOVED"/>
		</restriction>
	</simpleType>
	<simpleType name="CourtActnWithMltryCodeType">
		<annotation>
			<documentation xml:lang="en">
        Allowed values for
        - U4/U5 Criminal DRP (Q.2. Formal Action was brought in),
        - U4 Civil Judicial DRP (Q.5.  Formal Action was brought in ),
        - U4/U5 Customer Complaint DRP (Q.17. Court in which case was filed , Q.23B. Court appeal filed in)
      </documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="FEDRL"/>
			<enumeration value="STATE"/>
			<enumeration value="FORGN"/>
			<enumeration value="OTHER"/>
			<enumeration value="MLTRY"/>
		</restriction>
	</simpleType>
	<complexType name="U4TrmnnDRPListType">
		<annotation>
			<documentation xml:lang="en">Collection of U4 Termination DRPs</documentation>
		</annotation>
		<sequence>
			<element name="TrmnnDRP" type="drp:U4TrmnnDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U4TrmnnDRPType">
		<annotation>
			<documentation>U4 Termination DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U4TrmnnDsclr14J1Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Termination disclosure being filed in response to U4 disclosure question 14J(1)</documentation>
				</annotation>
			</element>
			<element name="U4TrmnnDsclr14J2Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Termination disclosure being filed in response to U4 disclosure question 14J(2)</documentation>
				</annotation>
			</element>
			<element name="U4TrmnnDsclr14J3Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Termination disclosure being filed in response to U4 disclosure question 14J(3)</documentation>
				</annotation>
			</element>
			<element name="FirmNm" type="cmnType:StringRestricted64Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 1. Firm Name</documentation>
				</annotation>
			</element>
			<element name="TrmnnType" type="drp:TrmnnTypeCode" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 2. Termination Type</documentation>
				</annotation>
			</element>
			<element name="TrmnnDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 3. Termination Date</documentation>
				</annotation>
			</element>
			<element name="TrmnnDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 3. Termination Date Excact Flag</documentation>
				</annotation>
			</element>
			<element name="TrmnnDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 3. Termination Date Explanation text</documentation>
				</annotation>
			</element>
			<element name="AlgtnTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 4.  Allegation(s)</documentation>
				</annotation>
			</element>
			<element name="TrmnnPrdctTypes" type="drp:ProductTypes" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 5. Product Type(s)</documentation>
				</annotation>
			</element>
			<element name="SmTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 6. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the termination.</documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being inserted or updated</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<complexType name="U4BankDRPListType">
		<annotation>
			<documentation xml:lang="en">Collection of U4 Bankruptcy DRPs</documentation>
		</annotation>
		<sequence>
			<element name="BankDRP" type="drp:U4BankDRPType" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U4BankDRPType">
		<annotation>
			<documentation>U4 Bankruptcy DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U4BankDsclr14K1Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Bankruptcy disclosure being filed in response to U4 disclosure question 14k(1)  </documentation>
				</annotation>
			</element>
			<element name="U4BankDsclr14K2Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Bankruptcy disclosure being filed in response to U4 disclosure question 14k(2)   </documentation>
				</annotation>
			</element>
			<element name="U4BankDsclr14K3Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Bankruptcy disclosure being filed in response to U4 disclosure question 14k(3)   </documentation>
				</annotation>
			</element>
			<element name="ActnType" type="drp:BankActnTypeCode" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 1. Action Type</documentation>
				</annotation>
			</element>
			<element name="ActnTypeChptr" type="drp:BankActnChptrTypeCode" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 1. Bankruptcy action chapter Type</documentation>
				</annotation>
			</element>
			<element name="ActnTypeOthr" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - Explanation text when Action Type (Q.1) is 'Other'</documentation>
				</annotation>
			</element>
			<element name="ActnDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 2. Action Date</documentation>
				</annotation>
			</element>
			<element name="ActnDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 2. Action Date explanation text</documentation>
				</annotation>
			</element>
			<element name="ActnDtExctFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 2. Action Date exact flag </documentation>
				</annotation>
			</element>
			<element name="CntrlOrgNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 3A. Organization Name (If the financial action relates to an organization over which you exercise(d) control)</documentation>
				</annotation>
			</element>
			<element name="CntrlOrgPstn" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 3B. Position, title or relationship</documentation>
				</annotation>
			</element>
			<element name="CntrlOrgNmInvstFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 3C. Investment-related business </documentation>
				</annotation>
			</element>
			<element name="CourtActnType" type="drp:CourtActnCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 4. Court action brought in (Court Type: Federal, State, Foreign or Other)</documentation>
				</annotation>
			</element>
			<element name="CourtActnTypeOther" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - Explanation text when Court Type (Q.4) selected is 'Other' </documentation>
				</annotation>
			</element>
			<element name="CourtNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 4A. Name of Court</documentation>
				</annotation>
			</element>
			<element name="CourtLoc" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 4B. Location of Court (City or County and State or Country)</documentation>
				</annotation>
			</element>
			<element name="CourtCase" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 4C. Docket/Case # </documentation>
				</annotation>
			</element>
			<element name="CourtPIIFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - Flag indication if Docket/ case # (Q.4C) is an SSN, a Bank Card number, or a Personal Identification Number</documentation>
				</annotation>
			</element>
			<element name="PndngFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP -  5. Is action currently pending?</documentation>
				</annotation>
			</element>
			<element name="DpstnType" type="drp:BankDspstnTypeCode" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 6.  If not pending, provide Disposition Type </documentation>
				</annotation>
			</element>
			<element name="DpstnTypeOther" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - Explanation text when Disposition Type (Q.6) selected is 'Other'  </documentation>
				</annotation>
			</element>
			<element name="DpstnDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 7. Disposition Date </documentation>
				</annotation>
			</element>
			<element name="DpstnDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 7. Disposition Date Exact Flag  </documentation>
				</annotation>
			</element>
			<element name="DpstnDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 7. Disposition Date Explanation text </documentation>
				</annotation>
			</element>
			<element name="CmprsCrdtrNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 8A. Name of Creditor (If a compromise with creditors)</documentation>
				</annotation>
			</element>
			<element name="CmprsCrdtrAmOwed" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 8B. Original amount owed</documentation>
				</annotation>
			</element>
			<element name="CmprsTerms" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 8C. Terms/Compromise reached with creditor</documentation>
				</annotation>
			</element>
			<element name="SIPAPaidAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 9A. Provide the amount paid or agreed to be paid by you (If a SIPA trustee was appointed or a direct payment procedure was begun)</documentation>
				</annotation>
			</element>
			<element name="SIPATrstNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 9A. The name of the Trustee</documentation>
				</annotation>
			</element>
			<element name="SIPAOpenFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 9B. Currently Open? </documentation>
				</annotation>
			</element>
			<element name="SIPADrctPymntDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 9C. Date Direct Payment Initiated/Filed or Trustee Appointed  </documentation>
				</annotation>
			</element>
			<element name="SIPADrctPymntDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 9C. Date Direct Payment Initiated/Filed or Trustee Appointed Exact Flag  </documentation>
				</annotation>
			</element>
			<element name="SIPADrctPymntDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 9C. Date Direct Payment Initiated/Filed or Trustee Appointed Explanation text  </documentation>
				</annotation>
			</element>
			<element name="Cmnt" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Bankruptcy DRP - 10. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the action as well as the current status or final disposition.</documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being inserted or updated.</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<complexType name="U4CivilJdclDRPListType">
		<annotation>
			<documentation xml:lang="en">Collection of U4 Civil Judicial DRPs</documentation>
		</annotation>
		<sequence>
			<element name="CivilJdclDRP" type="drp:U4CivilJdclDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U4CivilJdclDRPType">
		<annotation>
			<documentation>U4 Civil Judicial DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure.</documentation>
				</annotation>
			</element>
			<element name="U4CivilDsclr14H1aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Civil Judicial disclosure being filed in response to U4 disclosure question 14H(1)(a)</documentation>
				</annotation>
			</element>
			<element name="U4CivilDsclr14H1bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Civil Judicial disclosure being filed in response to U4 disclosure question 14H(1)(b)</documentation>
				</annotation>
			</element>
			<element name="U4CivilDsclr14H1cFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Civil Judicial disclosure being filed in response to U4 disclosure question 14H(1)(c)</documentation>
				</annotation>
			</element>
			<element name="U4CivilDsclr14H2Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Civil Judicial disclosure being filed in response to U4 disclosure question 14H(2)</documentation>
				</annotation>
			</element>
			<element name="U4CivilDsclr4530Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag to indicate data on this U4 Civil Judicial disclosure be used to satisfy firm’s reporting obligation pursuant to the applicable provision of FINRA Rule 4530(a)(1)</documentation>
				</annotation>
			</element>
			<element name="InttrTypeCd" type="drp:CivilInttrCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 1A. Court Action initiated by</documentation>
				</annotation>
			</element>
			<element name="InttrTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 1B. Name of party initiating the proceeding

Note: On both Initial and amended DRPs, 'InttrTx' must be provided only if the 'InttrTypeCd provided is any value other than 'SEC'. If value provided is 'SEC', this element must not be provided. </documentation>
				</annotation>
			</element>
			<element name="RlfTypeCeaseFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 2. Relief Sought: Cease and Desist </documentation>
				</annotation>
			</element>
			<element name="RlfTypeFineFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 2. Relief Sought: Civil and Administrative Penalty(ies)/Fine(s)</documentation>
				</annotation>
			</element>
			<element name="RlfTypeDsgrtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 2. Relief Sought: Disgorgement</documentation>
				</annotation>
			</element>
			<element name="RlfTypeInjtnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 2. Relief Sought: Injunction </documentation>
				</annotation>
			</element>
			<element name="RlfTypeMntryFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 2. Relief Sought: Monetary Penalty other than Fines </documentation>
				</annotation>
			</element>
			<element name="RlfTypeRstnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 2. Relief Sought: Restitution </documentation>
				</annotation>
			</element>
			<element name="RlfTypeRstnngOdrFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 2. Relief Sought: Restraining Order </documentation>
				</annotation>
			</element>
			<element name="RlfTypeOtherFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 2. Relief Sought: Other</documentation>
				</annotation>
			</element>
			<element name="RlfTypeOtherDesc" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 2. Relief Sought: Other explanation text</documentation>
				</annotation>
			</element>
			<element name="CourtFlngDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 3A. Filing Date of Court Action </documentation>
				</annotation>
			</element>
			<element name="CourtFlngDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 3A. Filing Date of Court Action Exact Flag </documentation>
				</annotation>
			</element>
			<element name="CourtFlngExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 3A. Filing Date of Court Action Explanation text</documentation>
				</annotation>
			</element>
			<element name="NtcSrvdDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 3B. Date notice/process was served </documentation>
				</annotation>
			</element>
			<element name="NtcSrvdDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 3B. Date notice/process was served Exact flag</documentation>
				</annotation>
			</element>
			<element name="NtcSrvdDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 3B. Date notice/process was served Explanation text </documentation>
				</annotation>
			</element>
			<element name="CourtTypeCd" type="drp:CourtActnWithMltryCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 5. Formal Action was brought in (Court type: Federal, State, Foreign, Military or Other)</documentation>
				</annotation>
			</element>
			<element name="CourtTypeOther" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 5. Formal Action was brought in - Other type</documentation>
				</annotation>
			</element>
			<element name="CourtNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 5A. Name of Court</documentation>
				</annotation>
			</element>
			<element name="CourtLoc" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 5B. Location of Court (City or County and State or Country)</documentation>
				</annotation>
			</element>
			<element name="CourtCaseNb" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 5C. Docket/Case#</documentation>
				</annotation>
			</element>
			<element name="MplygFirmTx" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 6. Employing Firm when activity occurred which led to the civil judicial action</documentation>
				</annotation>
			</element>
			<element name="AlgtnTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 7. Describe the allegations related to this civil action </documentation>
				</annotation>
			</element>
			<element name="DsclsrStTypeCd" type="drp:DsclrStCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 8. Current Status</documentation>
				</annotation>
			</element>
			<element name="LmtnsDtls" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 9. Details of limitations or restrictions that are currently in effect, if current status is 'pending'.</documentation>
				</annotation>
			</element>
			<element name="ApplCourtNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 10A. Name of the court where action is appealed, if current status is 'on appeal'.</documentation>
				</annotation>
			</element>
			<element name="ApplCourtLoc" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 10B. Court Location</documentation>
				</annotation>
			</element>
			<element name="ApplCourtCaseNb" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 10C. Docket/Case #</documentation>
				</annotation>
			</element>
			<element name="ApplCourtFlngDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 10D. Date appeal filed</documentation>
				</annotation>
			</element>
			<element name="ApplCourtFlngDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 10D. Date appeal filed exact flag</documentation>
				</annotation>
			</element>
			<element name="ApplCourtFlngDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 10D. Date appeal filed explanation text</documentation>
				</annotation>
			</element>
			<element name="ApplSt" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 10E. Appeal Details</documentation>
				</annotation>
			</element>
			<element name="ApplLmtnsDtls" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 10F. Limitations or restrictions currently in effect, if on appeal</documentation>
				</annotation>
			</element>
			<element name="RsltnTypeCd" type="drp:CivilJdclRsltnCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 11A. Resolution Detail: How was matter resolved?</documentation>
				</annotation>
			</element>
			<element name="RsltnTypeOther" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - Explanation text when 'Resolution Detail: How was matter resolved?' (Q.11A) is 'Other'</documentation>
				</annotation>
			</element>
			<element name="RsltnDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 11B. Resolution Date  </documentation>
				</annotation>
			</element>
			<element name="RsltnDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 11B. Resolution Date Exact Flag</documentation>
				</annotation>
			</element>
			<element name="RsltnDtRsn" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 11B. Resolution Date explanation text</documentation>
				</annotation>
			</element>
			<element name="SnctnCeaseDsstFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 12A. Sanctions Ordered or Relief Granted - Cease and Desist </documentation>
				</annotation>
			</element>
			<element name="SnctnCivilFinesFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 12A. Sanctions Ordered or Relief Granted - Civil and Administrative Penalty(ies)/Fine(s)</documentation>
				</annotation>
			</element>
			<element name="SnctnDsgrtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 12A. Sanctions Ordered or Relief Granted - Disgorgement</documentation>
				</annotation>
			</element>
			<element name="SnctnMntryPnltyFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 12A. Sanctions Ordered or Relief Granted - Monetary Penalty other than fines </documentation>
				</annotation>
			</element>
			<element name="SnctnRsttnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 12A. Sanctions Ordered or Relief Granted - Restitution</documentation>
				</annotation>
			</element>
			<element name="SnctnInjtnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 12A. Sanctions Ordered or Relief Granted - Injunction</documentation>
				</annotation>
			</element>
			<element name="SnctnOtherTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 12B. Other Sanctions</documentation>
				</annotation>
			</element>
			<element name="SmTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 13. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the action, as well as the current status or final disposition and/or finding(s).</documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indcation to specify if the disclosure is being Inserted or Updated</documentation>
				</annotation>
			</element>
			<element name="CivilPrdctTypes" type="drp:ProductTypes" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial DRP - 4. Product Type(s) </documentation>
				</annotation>
			</element>
			<element name="CivilInjtns" type="drp:CivilJdclInjtnListType" minOccurs="0" maxOccurs="1"/>
			<element name="CivilMntrys" type="drp:CivilJdclMntryListType" minOccurs="0" maxOccurs="1"/>
		</all>
	</complexType>
	<complexType name="CivilJdclInjtnListType">
		<annotation>
			<documentation xml:lang="en">Collection of Injuctions on a U4-Civil Judicial DRP</documentation>
		</annotation>
		<sequence>
			<element name="CivilInjtn" type="drp:CivilJdclInjtnType" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="CivilJdclInjtnType">
		<annotation>
			<documentation xml:lang="en">Civil Judicial Injuction</documentation>
		</annotation>
		<all>
			<element name="SequenceNumber" type="cmnType:PositiveIntRestricted10Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the Injuction record</documentation>
				</annotation>
			</element>
			<element name="CpctyAfctdTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Injuction - Registration Capacities Affected</documentation>
				</annotation>
			</element>
			<element name="Drtn" type="cmnType:StringRestricted64Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Injuction - Duration</documentation>
				</annotation>
			</element>
			<element name="DrtnExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Injuction - Duration Exact flag</documentation>
				</annotation>
			</element>
			<element name="DrtnRsn" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Injuction - Duration explanation text</documentation>
				</annotation>
			</element>
			<element name="StartDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Injuction - Start Date</documentation>
				</annotation>
			</element>
			<element name="StartDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Injuction - Start Date Exact flag</documentation>
				</annotation>
			</element>
			<element name="StartDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Injuction - Start Date explanation text</documentation>
				</annotation>
			</element>
			<element name="EndDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Injuction - End Date</documentation>
				</annotation>
			</element>
			<element name="EndDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Injuction - End Date exact flag</documentation>
				</annotation>
			</element>
			<element name="EndDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Injuction - End Date explanation text</documentation>
				</annotation>
			</element>
			<element name="CrudCode" type="cmnType:CrudCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the injucrion record is  being inserted, updated or deleted.</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<complexType name="CivilJdclMntryListType">
		<annotation>
			<documentation xml:lang="en">Collection of Monetary Sanctions on a U4-Civil Judicial DRP</documentation>
		</annotation>
		<sequence>
			<element name="CivilMntry" type="drp:CivilJdclMntryType" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="CivilJdclMntryType">
		<annotation>
			<documentation xml:lang="en">Civil Judicial Monetary Sanction</documentation>
		</annotation>
		<all>
			<element name="SequenceNumber" type="cmnType:PositiveIntRestricted10Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the Monetary Sanction record</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnTypeCd" type="drp:CivilMntrySnctnCodeType" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Monetary Sanction - Monetary Related Sanction Type</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnTypeOther" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Monetary Sanction - Explanation text when Monetary related Sanction type is 'Other'</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnTtlAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Monetary Sanction - Total Amount</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnCllctAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Monetary Sanction - Portion levied against you</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnCllctDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Monetary Sanction - Date paid by you</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnCllctDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Monetary Sanction - Date paid by you Exact flag</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnCllctDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Monetary Sanction - Date paid by you Explanation text</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnWvdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Monetary Sanction - Was any portion of penalty waived?</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnWvdAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Civil Judicial Monetary Sanction - Portion of penalty waived amount</documentation>
				</annotation>
			</element>
			<element name="CrudCode" type="cmnType:CrudCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the Monetary sanction record is  being inserted, updated or deleted.</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<simpleType name="CivilMntrySnctnCodeType">
		<annotation>
			<documentation xml:lang="en">Allowed values for Civil Judicial - Monetary Related Sanction Type</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="MONETARYFINE"/>
			<enumeration value="DISGORGEMENT"/>
			<enumeration value="RESTITUTION"/>
			<enumeration value="OTHER"/>
		</restriction>
	</simpleType>
	<complexType name="U4CriminalDRPListType">
		<annotation>
			<documentation xml:lang="en">Collection of U4 Criminal DRPs</documentation>
		</annotation>
		<sequence>
			<element name="CrmnlDRP" type="drp:U4CriminalDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U4CriminalDRPType">
		<annotation>
			<documentation>U4 Criminal DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U4CrmnlDsclr14A1aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14A(1)(a)</documentation>
				</annotation>
			</element>
			<element name="U4CrmnlDsclr14A1bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14A(1)(b)</documentation>
				</annotation>
			</element>
			<element name="U4CrmnlDsclr14A2aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14A(2)(a)</documentation>
				</annotation>
			</element>
			<element name="U4CrmnlDsclr14A2bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14A(2)(b)</documentation>
				</annotation>
			</element>
			<element name="U4CrmnlDsclr14B1aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14B(1)(a)</documentation>
				</annotation>
			</element>
			<element name="U4CrmnlDsclr14B1bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14B(1)(b)</documentation>
				</annotation>
			</element>
			<element name="U4CrmnlDsclr14B2aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14B(2)(a)</documentation>
				</annotation>
			</element>
			<element name="U4CrmnlDsclr14B2bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14B(2)(b)</documentation>
				</annotation>
			</element>
			<element name="U4CrmnlDsclr4530Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag to indicate data on this U4 Criminal disclosure be used to satisfy firm’s reporting obligation pursuant to the applicable provision of FINRA Rule 4530(a)(1)</documentation>
				</annotation>
			</element>
			<element name="OrgNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 1A. Organization Name (If charge(s) were brought against an organization over which you exercise(d) control)</documentation>
				</annotation>
			</element>
			<element name="NvsmtRltdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 1B. Investment-related business?</documentation>
				</annotation>
			</element>
			<element name="PstnTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 1C. Position, title or relationship</documentation>
				</annotation>
			</element>
			<element name="CourtTypeCd" type="drp:CourtActnWithMltryCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 2. Formal Action was brought in (Court type: Fedral, State, Military, Foreign or Other)</documentation>
				</annotation>
			</element>
			<element name="CourtTypeOtherTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - Explanation text when Court type (Q.2) selected is 'Other'.</documentation>
				</annotation>
			</element>
			<element name="CourtNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 2A. Name of Court </documentation>
				</annotation>
			</element>
			<element name="CourtLocTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 2B. Location of Court (City or County and State or Country)</documentation>
				</annotation>
			</element>
			<element name="CourtCaseNbTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 2C. Docket/Case#</documentation>
				</annotation>
			</element>
			<element name="DsclrStTypeCd" type="drp:DsclrStCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 3A. Current Status of the Event</documentation>
				</annotation>
			</element>
			<element name="EventStDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 3B. Event Status Date (complete unless status is pending)</documentation>
				</annotation>
			</element>
			<element name="EventStDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 3B. Event Status Date tExact flag </documentation>
				</annotation>
			</element>
			<element name="EventStDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 3B. Event Status Date Explanation text  </documentation>
				</annotation>
			</element>
			<element name="EventDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 4A. Date First Charged</documentation>
				</annotation>
			</element>
			<element name="EventDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 4A. Date First Charged Exact flag </documentation>
				</annotation>
			</element>
			<element name="EventDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 4A. Date First Charged explanation text  </documentation>
				</annotation>
			</element>
			<element name="DpstnDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 4C. Date of Disposition</documentation>
				</annotation>
			</element>
			<element name="DpstnDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 4C. Date of Disposition Exact flag</documentation>
				</annotation>
			</element>
			<element name="DpstnDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 4C. Date of Disposition explanation text</documentation>
				</annotation>
			</element>
			<element name="SntncDtl" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 4D. Sentence/Penalty; Duration (if suspension, probation, etc): Start Date of Penalty; End date of Penalty; If Monetary penalty/fine – Amount paid; Date monetary/penalty fine paid; if not exact, provide explanation. </documentation>
				</annotation>
			</element>
			<element name="SmTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 5. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the charge(s) as well as the current status or final disposition</documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being inserted or updated.</documentation>
				</annotation>
			</element>
			<element name="CrmnlChrgs" type="drp:CriminalChargeListType" minOccurs="0" maxOccurs="1"/>
		</all>
	</complexType>
	<complexType name="CriminalChargeListType">
		<annotation>
			<documentation xml:lang="en">Collection of Criminal Charges on a U4/U5-Criminal DRP</documentation>
		</annotation>
		<sequence>
			<element name="CrmnlChrg" type="drp:CriminalChargesType" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="CriminalChargesType">
		<annotation>
			<documentation xml:lang="en">Criminal Charge</documentation>
		</annotation>
		<all>
			<element name="SequenceNumber" type="cmnType:PositiveIntRestricted10Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the Criminal Charge record.</documentation>
				</annotation>
			</element>
			<element name="FrmlChrgTx" type="cmnType:StringRestricted1000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge -  Formal Charge/Description</documentation>
				</annotation>
			</element>
			<element name="NoOfCnts" type="cmnType:PositiveIntRestricted4Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge -  No. of Counts</documentation>
				</annotation>
			</element>
			<element name="FlnyTypeCd" type="drp:CrmnlChrgFlnyCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge -  Felony or Misdemeanor</documentation>
				</annotation>
			</element>
			<element name="PleaTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge - Plea for each charge </documentation>
				</annotation>
			</element>
			<element name="DsptnChrgCd" type="drp:CrmnlChrgDpstnCodeType" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge -  Disposition of charge</documentation>
				</annotation>
			</element>
			<element name="OtherTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge - Explanation text when disposition of charge selected is 'Other'.</documentation>
				</annotation>
			</element>
			<element name="AmndChrgDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge -  Date of Amended Charge</documentation>
				</annotation>
			</element>
			<element name="AmndChrgTx" type="cmnType:StringRestricted1000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge -  If original charge was amended or reduced, specify new charge. </documentation>
				</annotation>
			</element>
			<element name="AmndNoOfCnts" type="cmnType:PositiveIntRestricted4Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge - No. of Counts for amended or reduced charge. </documentation>
				</annotation>
			</element>
			<element name="AmndFlnyTypeCd" type="drp:CrmnlChrgFlnyCodeType" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge -  Specify if amended or reduced charge is a Felony or Misdemeanor </documentation>
				</annotation>
			</element>
			<element name="AmndFlnyTypeOtherTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge -  Explanation text when amended charge selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="AmndPleaTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge - Plea for each amended or reduced charge    </documentation>
				</annotation>
			</element>
			<element name="AmndDsptnChrgCd" type="drp:CrmnlChrgDpstnCodeType" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge - Disposition of amended or reduced charge</documentation>
				</annotation>
			</element>
			<element name="AmndOtherTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal Charge -  Explanation text when disposition of amended charge selected is 'Other'.</documentation>
				</annotation>
			</element>
			<element name="CrudCode" type="cmnType:CrudCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the criminal charge record is  being inserted, updated or deleted.</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<complexType name="U4NvsgnDRPListType">
		<annotation>
			<documentation xml:lang="en">Collection of U4 Investigation DRPs</documentation>
		</annotation>
		<sequence>
			<element name="NvsgnDRP" type="drp:U4NvsgnDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U4NvsgnDRPType">
		<annotation>
			<documentation>U4 Investigation DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U4NvsgnDsclr14G2Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14G(2)</documentation>
				</annotation>
			</element>
			<element name="InttrTypeCd" type="drp:NvsgnInttrCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 1A. Investigation initiated by (Notice Received From - Regulator type)</documentation>
				</annotation>
			</element>
			<element name="InttrTx" type="cmnType:StringRestricted64Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 1B. Full name of regulator that initiated the investigation

Note: On both Initial and amended DRPs, 'InttrTx' must be provided only if the 'InttrTypeCd provided is any value other than 'SEC'. If value provided is 'SEC', this element must not be provided. </documentation>
				</annotation>
			</element>
			<element name="NtcDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 2. Notice Date</documentation>
				</annotation>
			</element>
			<element name="NtcDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 2. Notice Date exact flag</documentation>
				</annotation>
			</element>
			<element name="NtcDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 2. Notice Date explanation text</documentation>
				</annotation>
			</element>
			<element name="NvsgnNtrDesc" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 3. Describe briefly the nature of the investigation, if known</documentation>
				</annotation>
			</element>
			<element name="NvsgnPndngFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 4. Is investigation pending?</documentation>
				</annotation>
			</element>
			<element name="RsltnDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 5A. Date Closed/Resolved</documentation>
				</annotation>
			</element>
			<element name="RsltnDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 5A. Date Closed/Resolved Exact Flag  </documentation>
				</annotation>
			</element>
			<element name="RsltnDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 5A. Date Closed/Resolved explanation text</documentation>
				</annotation>
			</element>
			<element name="NvsgnRslvdMthd" type="drp:NvsgnRsltnMthdType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 5B. How was investigation resolved?</documentation>
				</annotation>
			</element>
			<element name="NvsgnRslvdMthdOther" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Explanation text when resolution type (Q. 5B) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="Cmnt" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 6. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the investigation, as well as the current status or final disposition and/or finding(s). </documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being inserted or updated.</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<complexType name="U4RgltyActnDRPListType">
		<annotation>
			<documentation xml:lang="en">
        Collection of U4 Regulatory Action DRPs
      </documentation>
		</annotation>
		<sequence>
			<element name="RgltyActnDRP" type="drp:U4RgltyActnDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U4RgltyActnDRPType">
		<annotation>
			<documentation>U4 Regulatory Actipon DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14C1Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14C(1)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14C2Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14C(2)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14C3Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14C(3)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14C4Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14C(4)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14C5Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14C(5)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14C6Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14C(6)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14C7Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14C(7)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14C8Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14C(8)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14D1aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14D(1)(a)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14D1bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14D(1)(b)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14D1cFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14D(1)(c)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14D1dFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14D(1)(d)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14D1eFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14D(1)(e)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14D2aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14D(2)(a)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14D2bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14D(2)(b)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14E1Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14E(1)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14E2Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14E(2)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14E3Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14E(3)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14E4Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14E(4)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14E5Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14E(5)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14E6Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14E(6) </documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14E7Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14E(7)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14FFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14F</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr14G1Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U4 disclosure question 14G(1)</documentation>
				</annotation>
			</element>
			<element name="U4RgltyDsclr4530Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag to indicate data on this U4 Regulatory Action DRP be used to satisfy firm's reporting obligation pursuant to the applicable provision of FINRA Rule 4530(a)(1)</documentation>
				</annotation>
			</element>
			<element name="InttrTypeCd" type="drp:RgltyActnInttrCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 1A. Regulatory Action initiated by</documentation>
				</annotation>
			</element>
			<element name="InttrTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 1B. Full name of regulator that initiated the action

Note: On both Initial and amended DRPs, 'InttrTx' must be provided only if the 'InttrTypeCd provided is any value other than 'SEC'. If value provided is 'SEC', this element must not be provided. </documentation>
				</annotation>
			</element>
			<element name="SnctnBarSnctnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Bar</documentation>
				</annotation>
			</element>
			<element name="SnctnCeaseFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Cease and Desist </documentation>
				</annotation>
			</element>
			<element name="SnctnCnsrFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Censure </documentation>
				</annotation>
			</element>
			<element name="SnctnCivilPnltyFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Civil and Administrative Penalty(ies)/Fine(s)</documentation>
				</annotation>
			</element>
			<element name="SnctnDnlFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Denial </documentation>
				</annotation>
			</element>
			<element name="SnctnDsgrtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Disgorgement </documentation>
				</annotation>
			</element>
			<element name="SnctnXplsnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Expulsion </documentation>
				</annotation>
			</element>
			<element name="SnctnOtherMntryPnltyFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Monetary Penalty other than Fines </documentation>
				</annotation>
			</element>
			<element name="SnctnPhbtnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Prohibition </documentation>
				</annotation>
			</element>
			<element name="SnctnRprmdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Reprimand </documentation>
				</annotation>
			</element>
			<element name="SnctnRqualFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Requalification </documentation>
				</annotation>
			</element>
			<element name="SnctnRsssnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Rescission </documentation>
				</annotation>
			</element>
			<element name="SnctnRsttnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Restitution </documentation>
				</annotation>
			</element>
			<element name="SnctnNdtkgFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Undertaking </documentation>
				</annotation>
			</element>
			<element name="SnctnRvctnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Revocation </documentation>
				</annotation>
			</element>
			<element name="SnctnSpnsnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Suspension </documentation>
				</annotation>
			</element>
			<element name="SnctnOtherFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Other</documentation>
				</annotation>
			</element>
			<element name="SnctnOtherTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - Explanation text when Sanction(s) Sought (Q.2) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="InttdDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 3. Date Initiated </documentation>
				</annotation>
			</element>
			<element name="InttdDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 3. Date Initiated Exact flag</documentation>
				</annotation>
			</element>
			<element name="InttdDtExplnTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">IRegulatory Action DRP - 3. Date Initiated Explanation text</documentation>
				</annotation>
			</element>
			<element name="CaseDcktNb" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 4. Docket/Case #</documentation>
				</annotation>
			</element>
			<element name="MplygFirm" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 5. Employing Firm when activity occurred which led to the regulatory action</documentation>
				</annotation>
			</element>
			<element name="AlgtnTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 7. Describe the allegations related to this regulatory action</documentation>
				</annotation>
			</element>
			<element name="DsclrSt" type="drp:DsclrStCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 8. Current Status (Pending, On Appeal, or Final)</documentation>
				</annotation>
			</element>
			<element name="LmtnsRstrnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 9. If pending, are there any limitations or restrictions currently in effect?</documentation>
				</annotation>
			</element>
			<element name="LmtnsRstrnTx" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - Explanation text if there are any limitations or restrictions while the action is pending (Q.9 is Yes)</documentation>
				</annotation>
			</element>
			<element name="ApplCourtTypeCd" type="drp:RgltyActnApplCourtCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 10A. if on appeal, action appealed to (court type)</documentation>
				</annotation>
			</element>
			<element name="ApplCourtOtherTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - Explanation text if coutry type (Q.10A) selected is 'other'</documentation>
				</annotation>
			</element>
			<element name="ApplDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 10B. Date appeal filed </documentation>
				</annotation>
			</element>
			<element name="ApplDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 10B. Date appeal filed exact flag</documentation>
				</annotation>
			</element>
			<element name="ApplDtExplnTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 10B. Date appeal filed explanation text</documentation>
				</annotation>
			</element>
			<element name="ApplLmtnsRstrnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 10C. Are there any limitations or restrictions currently in effect while on appeal?</documentation>
				</annotation>
			</element>
			<element name="ApplLmtnsRstrnTx" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - Explanation text if there are any limitations or restrictions while on appeal (Q.10C is Yes)</documentation>
				</annotation>
			</element>
			<element name="RgltyRsltnTypeCd" type="drp:RgltyActnRsltnCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 11A. If Final or On Appeal, How was matter resolved?</documentation>
				</annotation>
			</element>
			<element name="RgltyRsltnOtherTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - Explanation text when resolution type (Q.11A) selected is 'Other'.</documentation>
				</annotation>
			</element>
			<element name="RsltnDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 11B. Resolution Date </documentation>
				</annotation>
			</element>
			<element name="RsltnDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 11B. Resolution Date Exact flag</documentation>
				</annotation>
			</element>
			<element name="RsltnDtExplnTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 11B. Resolution Date explanation text</documentation>
				</annotation>
			</element>
			<element name="CnsttFnlOrdrFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12. Does the order constitute a final order based on violations of any laws or regulations that prohibit fraudulent, manipulative, or deceptive conduct? </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlBarPermFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Bar (Permanent)</documentation>
				</annotation>
			</element>
			<element name="SnctnDtlBarTempFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Bar (Temporary/Time Limited)</documentation>
				</annotation>
			</element>
			<element name="SnctnDtlCeaseFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Cease and Desist </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlCensureFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Censure </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlCivilPnltyFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Civil and Administrative Penalty(ies)/Fine(s) </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlDnlFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Denial </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlDsgrtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Disgorgement </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlXplsnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Expulsion</documentation>
				</annotation>
			</element>
			<element name="SnctnDtlRprmLtrFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered:  Letter of Reprimand </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlOtherMntryPnltyFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Monetary Penalty other than Fines </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlPrhbtnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Prohibition</documentation>
				</annotation>
			</element>
			<element name="SnctnDtlRqualFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Requalification </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlRsssnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Rescission </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlRsttnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Restitution </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlRvctnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Revocation </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlSpnsnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Suspension </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlNdtkgFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13A. Sanctions ordered: Undertaking </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlOtherTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13B. Other sanctions ordered</documentation>
				</annotation>
			</element>
			<element name="CmtTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 14. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the action as well as the current status or disposition and/or finding(s). </documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being inserted or updated.</documentation>
				</annotation>
			</element>
			<element name="RgltyActnPrdctTypes" type="drp:ProductTypes" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 6. Product Type(s)</documentation>
				</annotation>
			</element>
			<element name="RgltyActnMntrys" type="drp:RgltyActnMntryListType" minOccurs="0" maxOccurs="1"/>
			<element name="RgltyActnRquals" type="drp:RgltyActnRqualListType" minOccurs="0" maxOccurs="1"/>
			<element name="RgltyActnSnctns" type="drp:RgltyActnSnctnListType" minOccurs="0" maxOccurs="1"/>
		</all>
	</complexType>
	<complexType name="RgltyActnMntryListType">
		<annotation>
			<documentation xml:lang="en">
        Collection of Monetary sanctions on U4/U5 Regulatory Action DRP
      </documentation>
		</annotation>
		<sequence>
			<element name="RgltyActnMntry" type="drp:RgltyActnMntryType" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="RgltyActnMntryType">
		<annotation>
			<documentation> Regulatory Action Monetary sanction</documentation>
		</annotation>
		<all>
			<element name="SequenceNumber" type="cmnType:PositiveIntRestricted10Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the Monetary sanction record</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnTypeCd" type="drp:RgltyActnMntrySnctnCodeType" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Monetary Sanction - Monetary Related Sanction Type</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnTtlAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Monetary Sanction - Total Amount</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnLvdAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Monetary Sanction - Portion Levied against you</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnPmtPlanTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Monetary Sanction - Payment Plan</documentation>
				</annotation>
			</element>
			<element name="PmtPlanCurrFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Monetary Sanction - Is Payment Plan Current?</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnPaidDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Monetary Sanction - Date Paid by you </documentation>
				</annotation>
			</element>
			<element name="MntrySnctnDtPaidExctFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Monetary Sanction - Date Paid by you exact flag</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnDtPaidExpl" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Monetary Sanction - Date Paid by you explanation text</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnWvdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Monetary Sanction - Was any portion of penalty waived?</documentation>
				</annotation>
			</element>
			<element name="MntrySnctnWvdAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Monetary Sanction - waived amount</documentation>
				</annotation>
			</element>
			<element name="CrudCode" type="cmnType:CrudCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the monetary sanction record is being inserted, updated or deleted.</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<complexType name="RgltyActnRqualListType">
		<annotation>
			<documentation xml:lang="en">Collection of Requalification items on U4/U5 Regulatory Action DRP</documentation>
		</annotation>
		<sequence>
			<element name="RgltyActnRqual" type="drp:RgltyActnRqualType" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="RgltyActnRqualType">
		<annotation>
			<documentation>Regulatory Action Requalification</documentation>
		</annotation>
		<all>
			<element name="SequenceNumber" type="cmnType:PositiveIntRestricted10Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the requalification item          </documentation>
				</annotation>
			</element>
			<element name="RqualTypeCd" type="drp:RgltyActnRqualCodeType" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Requalification - Requalification Type</documentation>
				</annotation>
			</element>
			<element name="RqualLengthTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Requalification - Length of time given to requalify/retrain</documentation>
				</annotation>
			</element>
			<element name="RqualExamType" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Requalification - Type of Exam required</documentation>
				</annotation>
			</element>
			<element name="RqualCndtnStsfdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Requalification - Has condition been satisfied?</documentation>
				</annotation>
			</element>
			<element name="RqualCndtnStsfdExpln" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Requalification - Explanation</documentation>
				</annotation>
			</element>
			<element name="CrudCode" type="cmnType:CrudCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the monetary sanction record  is being inserted, updated or deleted.</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<complexType name="RgltyActnSnctnListType">
		<annotation>
			<documentation xml:lang="en">Collection of Sanctions on U4/U5 Regulatory Action DRP</documentation>
		</annotation>
		<sequence>
			<element name="RgltyActnSnctn" type="drp:RgltyActnSnctnType" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="RgltyActnSnctnType">
		<annotation>
			<documentation>Regulatory Action Sanction</documentation>
		</annotation>
		<all>
			<element name="SequenceNumber" type="cmnType:PositiveIntRestricted10Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the sanction</documentation>
				</annotation>
			</element>
			<element name="SnctnTypeCd" type="drp:RgltyActnSnctnCodeType" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Sanction - Sanction Type</documentation>
				</annotation>
			</element>
			<element name="CpctyAfctdTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Sanction - Registration Capacities affected </documentation>
				</annotation>
			</element>
			<element name="Drtn" type="cmnType:StringRestricted64Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Sanction - Duration</documentation>
				</annotation>
			</element>
			<element name="DrtnExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Sanction - Duration exact flag</documentation>
				</annotation>
			</element>
			<element name="DrtnExplnTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Sanction - Duration explanation text</documentation>
				</annotation>
			</element>
			<element name="StartDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Sanction - Start Date</documentation>
				</annotation>
			</element>
			<element name="StartDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Sanction - Start Date Exact flag</documentation>
				</annotation>
			</element>
			<element name="StartDtExplnTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Sanction - Start Date explanation text</documentation>
				</annotation>
			</element>
			<element name="EndDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Sanction - End Date</documentation>
				</annotation>
			</element>
			<element name="EndDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Sanction - End Date excat flag</documentation>
				</annotation>
			</element>
			<element name="EndDtExplnTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Sanction - End Date explanation text</documentation>
				</annotation>
			</element>
			<element name="CrudCode" type="cmnType:CrudCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the sanction is being inserted, updated or deleted.</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<complexType name="U4CstmrCmplnDRPListType">
		<annotation>
			<documentation xml:lang="en">Collection of U4 Customer Complaint DRPs</documentation>
		</annotation>
		<sequence>
			<element name="CstmrCmplnDRP" type="drp:U4CstmrCmplnType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U4CstmrCmplnType">
		<annotation>
			<documentation>U4 Customer Complaint DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr14I1aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14I(1)(a)</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr14I1bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14I(1)(b)</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr14I1cFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14I(1)(c)</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr14I1dFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14I(1)(d)</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr14I2aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14I(2)(a)</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr14I2bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14I(2)(b)</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr14I3aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14I(3)(a)</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr14I3bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14I(3)(b)</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr14I4aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14I(4)(a)</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr14I4bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14I(4)(b)</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr14I5aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14I(5)(a)</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr14I5bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U4 disclosure question 14I(5)(b)</documentation>
				</annotation>
			</element>
			<element name="U4CstmrCmplnDsclr4530Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag to indicate data on this U4 Criminal disclosure be used to satisfy firm’s reporting obligation pursuant to the applicable provision of FINRA Rule 4530(a)(1)</documentation>
				</annotation>
			</element>
			<element name="CstmrNm" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 1. Customer Name(s)</documentation>
				</annotation>
			</element>
			<element name="CstmrRsdncState" type="cmnType:StateCodeTypeWithNA" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 2A. Customer(s) State of Residence</documentation>
				</annotation>
			</element>
			<element name="OtherCstmrRsdncDtls" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 2B. Other state(s) of residence/detail</documentation>
				</annotation>
			</element>
			<element name="Mplygfirm" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 3. Employing Firm when activities occurred which led to the customer complaint, arbitration, CFTC reparation or civil litigation</documentation>
				</annotation>
			</element>
			<element name="Algtn" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 4. Allegation(s) and a brief summary of events related to the allegation(s) including dates when activities leading to the allegation(s) occurred</documentation>
				</annotation>
			</element>
			<element name="AlgtnAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 6. Alleged Compensatory Damage Amount</documentation>
				</annotation>
			</element>
			<element name="AlgtnAmExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 6. Alleged Compensatory Damage Amount Exact flag</documentation>
				</annotation>
			</element>
			<element name="AlgtnAmExactRsns" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 6. Alleged Compensatory Damage Amount Explanation text</documentation>
				</annotation>
			</element>
			<element name="OralCmplnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7A. Is this an oral complaint?</documentation>
				</annotation>
			</element>
			<element name="WrttnCmplnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7B. Is this a written complaint?</documentation>
				</annotation>
			</element>
			<element name="ArbtnLtgtnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7C. Is this an arbitration/CFTC reparation or civil litigation?</documentation>
				</annotation>
			</element>
			<element name="ArbtnLtgtnCourtNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7C(i). Arbitration/reparation forum or court name and location</documentation>
				</annotation>
			</element>
			<element name="ArbtnLtgtnDckt" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7C(ii). Docket/Case#</documentation>
				</annotation>
			</element>
			<element name="ArbtnLtgtnDcktDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7C(iii). Filing date of arbitration/CFTC reparation or civil litigation</documentation>
				</annotation>
			</element>
			<element name="CmplnRcvdDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7D. Date received by/served on firm</documentation>
				</annotation>
			</element>
			<element name="RcvdDtExactFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7D. Date received by/served on firm Exact flag</documentation>
				</annotation>
			</element>
			<element name="RcvdDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7D. Date received by/served on firm Explanation text</documentation>
				</annotation>
			</element>
			<element name="CstmrCmplnPndngFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 8. Is the complaint, arbitration/CFTC reparation or civil litigation pending?</documentation>
				</annotation>
			</element>
			<element name="RsltnClsdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Closed/No Action</documentation>
				</annotation>
			</element>
			<element name="RsltnWthdnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Withdrawn</documentation>
				</annotation>
			</element>
			<element name="RsltnDndFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Denied</documentation>
				</annotation>
			</element>
			<element name="RsltnSttldFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Settled </documentation>
				</annotation>
			</element>
			<element name="ArbtnAwardClmntFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Arbitration Award/Monetary Judgment (for claimants/plaintiffs) </documentation>
				</annotation>
			</element>
			<element name="ArbtnAwardRspdtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Arbitration Award/Monetary Judgment (for respondents/defendants)</documentation>
				</annotation>
			</element>
			<element name="EvlvdArbtnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Evolved into Arbitration/CFTC reparation (Individual is a named party) </documentation>
				</annotation>
			</element>
			<element name="EvlvdLtgtnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Evolved into Civil litigation (Individual is a named party)</documentation>
				</annotation>
			</element>
			<element name="statusDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 10. Status Date</documentation>
				</annotation>
			</element>
			<element name="RsltnStFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 10. Status Date exact flag</documentation>
				</annotation>
			</element>
			<element name="RsltnStExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 10. Status Date explanation text</documentation>
				</annotation>
			</element>
			<element name="StlmtAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 11A. Settlement/Award/Monetary Judgment amount</documentation>
				</annotation>
			</element>
			<element name="StlmtIndvlCntrbAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 11B. Individual Contribution Amount</documentation>
				</annotation>
			</element>
			<element name="ArbtnClaimDtls" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 12A. Arbitration/CFTC reparation claim filed with (FINRA, AAA, CFTC, etc.)</documentation>
				</annotation>
			</element>
			<element name="ArbtnDckt" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 12B. Docket/Case#</documentation>
				</annotation>
			</element>
			<element name="ArbtnSrvdDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 12C. Date notice/process was served</documentation>
				</annotation>
			</element>
			<element name="ArbtnSrvdDtExactFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 12C. Date notice/process was served Exact flag</documentation>
				</annotation>
			</element>
			<element name="ArbtnSrvdDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 12C. Date notice/process was served Explanation text</documentation>
				</annotation>
			</element>
			<element name="ArbtnPndngFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 13. Is arbitration/ CFTC reparation pending?</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnAwardAplctFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Award to Applicant (Agent/Representative)</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnAwardCstmrFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Award to Customer</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnDndFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Denied</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnDsmsdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Dismissed</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnJdgmtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Judgment (other than monetary)</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnNoActnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: No Action</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnSttldFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Settled</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnWthdnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Withdrawn</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnOtherFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Other</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnOtherText" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Explanation text when disposition (Q.14) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 15. Disposition Date</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnDtExactFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 15. Disposition Date Exact flag</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 15. Disposition Date Explanation text</documentation>
				</annotation>
			</element>
			<element name="ArbtnMntryCmpnsAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 16A. Monetary Compensation Details  - Total Amount</documentation>
				</annotation>
			</element>
			<element name="ArbtnIndvlCntrbAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 16B. Monetary Compensation Details  - Individual Contribution amount</documentation>
				</annotation>
			</element>
			<element name="LtgtnClaimCourt" type="drp:CourtActnWithMltryCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 17. Court in which case was filed, if the matter involves a civil litigation</documentation>
				</annotation>
			</element>
			<element name="LtgtnClaimCourtOther" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Explanation text when court type (Q.17) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="LtgtnClaimCourtNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 17A. Name of Court</documentation>
				</annotation>
			</element>
			<element name="LtgtnClaimCourtLoc" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 17B. of Court (City or County and State or Country)</documentation>
				</annotation>
			</element>
			<element name="LtgtnClaimDcktNmbr" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 17C. Docket/Case #</documentation>
				</annotation>
			</element>
			<element name="LtgtnSrvdDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 18. Date notice/process was served</documentation>
				</annotation>
			</element>
			<element name="LtgtnSrvdDtExactFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 18. Date notice/process was served exact flag</documentation>
				</annotation>
			</element>
			<element name="LtgtnSrvdDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 18. Date notice/process was served explanation text</documentation>
				</annotation>
			</element>
			<element name="LtgtnPndngFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 19. Is the civil litigation pending?</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnDndFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Denied</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnDsmsdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Dismissed</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnJdgmtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Judgment (other than monetary)</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnAplctFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Monetary Judgment to Applicant (Agent/Representative)</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnCstmrFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Monetary Judgment to Customer</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnNoActnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): No Action</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnSttldFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Settled</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnWthdnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Withdrawn</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnOtherFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Other</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnOtherText" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Explanation text when Disposition (Q.20) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 21. Disposition Date</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnDtExactFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 21. Disposition Date Exact flag</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 21. Disposition Date Explanation text</documentation>
				</annotation>
			</element>
			<element name="LtgtnMntryCmpnsAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 22A. Monetary Compensation Details Total Amount</documentation>
				</annotation>
			</element>
			<element name="LtgtnIndvlCntrbAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 22B. Monetary Compensation Details  - Individual Contribution Amount</documentation>
				</annotation>
			</element>
			<element name="LtgtnApplDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23A. Enter date appeal filed (If action is currently on appeal)</documentation>
				</annotation>
			</element>
			<element name="LtgtnApplDtExactFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23A. Enter date appeal filed Exact flag</documentation>
				</annotation>
			</element>
			<element name="LtgtnApplDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23A. Enter date appeal filed explantion text</documentation>
				</annotation>
			</element>
			<element name="ApplCourt" type="drp:CourtActnWithMltryCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23B. Court appeal filed in</documentation>
				</annotation>
			</element>
			<element name="ApplCourtOther" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Explanation text when court type (Q.23B) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="ApplCourtNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23B(i). Name of Court</documentation>
				</annotation>
			</element>
			<element name="ApplCourtLoc" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23B(ii). Location of Court (City or County and State or Country)</documentation>
				</annotation>
			</element>
			<element name="ApplCourtDcktNb" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23B(iii). Docket/Case #</documentation>
				</annotation>
			</element>
			<element name="RsltnDpstnDtl" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 24. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the customer complaint, arbitration/CFTC reparation and/or civil litigation as well as the current status or final disposition(s). </documentation>
				</annotation>
			</element>
			<element name="PrdctTypes" type="drp:ProductTypes" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 5. Product types</documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being inserted or Updated.</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<simpleType name="CivilInttrCodeType">
		<annotation>
			<documentation xml:lang="en">Allowed values for Initiator type on U4-Civil Judicial DRP (Q.1A)</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="FEDREGAGNCY"/>
			<enumeration value="FOREIGNREGAUTH"/>
			<enumeration value="STATEJURIS"/>
			<enumeration value="SEC"/>
			<enumeration value="FIRM"/>
			<enumeration value="PRVTPLNTF"/>
		</restriction>
	</simpleType>
	<simpleType name="RgltyActnRqualCodeType">
		<annotation>
			<documentation xml:lang="en">Regulatory Action DRP - Allowed values for Requalification type</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="REQUALIFICATION"/>
			<enumeration value="RETRAINING"/>
			<enumeration value="OTHER"/>
		</restriction>
	</simpleType>
	<simpleType name="RgltyActnSnctnCodeType">
		<annotation>
			<documentation xml:lang="en">Regulatory Action DRP - Allowed values for Sanction type</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="BARPERM"/>
			<enumeration value="BARTEMP"/>
			<enumeration value="SUS"/>
		</restriction>
	</simpleType>
	<simpleType name="RgltyActnMntrySnctnCodeType">
		<annotation>
			<documentation xml:lang="en">regulatory Action DRP - Allowed values for Monetary Related Sanction Type</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="CIVILADMINFINE"/>
			<enumeration value="DISGORGEMENT"/>
			<enumeration value="MONETARYNOTFINE"/>
			<enumeration value="RESTITUTION"/>
		</restriction>
	</simpleType>
	<simpleType name="RgltyActnInttrCodeType">
		<annotation>
			<documentation xml:lang="en">Regulatory Action DRP - Allowed values for Regulatory Action initiated by (Q.1A)</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="FEDREGAGNCY"/>
			<enumeration value="FOREIGNREGAUTH"/>
			<enumeration value="STATEJURIS"/>
			<enumeration value="SEC"/>
			<enumeration value="SRO"/>
			<enumeration value="FBA"/>
			<enumeration value="CFTC"/>
			<enumeration value="NCUA"/>
			<enumeration value="OTHER"/>
		</restriction>
	</simpleType>
	<simpleType name="RgltyActnApplCourtCodeType">
		<annotation>
			<documentation xml:lang="en">Regulatory Action DRP - Allowed values for court type where action appealed to (Q.10A)</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="FEDRL"/>
			<enumeration value="STATE"/>
			<enumeration value="SEC"/>
			<enumeration value="SRO"/>
			<enumeration value="CFTC"/>
			<enumeration value="STCOM"/>
			<enumeration value="OTHER"/>
		</restriction>
	</simpleType>
	<simpleType name="RgltyActnRsltnCodeType">
		<annotation>
			<documentation xml:lang="en">Regulatory Action DRP - Allowed values for Resolution type code (Q.11A)</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="AWC"/>
			<enumeration value="CONSENT"/>
			<enumeration value="DECISION"/>
			<enumeration value="DISMISSD"/>
			<enumeration value="OFFERSETTLE"/>
			<enumeration value="ORDER"/>
			<enumeration value="SETTLMNT"/>
			<enumeration value="STIPCONS"/>
			<enumeration value="VACATED"/>
			<enumeration value="VACATEDNPT"/>
			<enumeration value="WITHDRWN"/>
			<enumeration value="OTHER"/>
		</restriction>
	</simpleType>
	<simpleType name="CrmnlChrgFlnyCodeType">
		<annotation>
			<documentation xml:lang="en">criminal DRP - Allowed values for Criminal Charge(s), and amended Criminal Charge(s)</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="FELONY"/>
			<enumeration value="MISDEMEANOR"/>
			<enumeration value="OTHER"/>
		</restriction>
	</simpleType>
	<simpleType name="CrmnlChrgDpstnCodeType">
		<annotation>
			<documentation xml:lang="en">Criminal DRP - Allowed values for Disposition of Charge(s), and Disposition of amended / reduced charge(s)</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="ACQUITTED"/>
			<enumeration value="AMENDED"/>
			<enumeration value="CONVICTED"/>
			<enumeration value="DEFERREDADJUDICATION"/>
			<enumeration value="DISMISSED"/>
			<enumeration value="FOUNDNOTGUILTY"/>
			<enumeration value="PLEDGUILTY"/>
			<enumeration value="PLEDNOTGUILTY"/>
			<enumeration value="PRETRIALINTERVENTION"/>
			<enumeration value="REDUCED"/>
			<enumeration value="OTHER"/>
		</restriction>
	</simpleType>
	<simpleType name="DsclrStCodeType">
		<annotation>
			<documentation xml:lang="en">Allowed values for disclosure current status code on U4-Civil Judicial DRP (Q.8), U4-Criminal DRP (Q.3), U5-Criminal DRP (Q.2)</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="FINAL"/>
			<enumeration value="ONAPPEAL"/>
			<enumeration value="PENDING"/>
		</restriction>
	</simpleType>
	<simpleType name="CivilJdclRsltnCodeType">
		<annotation>
			<documentation xml:lang="en">Allowed values for disclosure Resolution detail code on U4-Civil Judicial DRP (Q.11)</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="CONSENT"/>
			<enumeration value="DECSNREN"/>
			<enumeration value="DISMISSD"/>
			<enumeration value="OTHER"/>
			<enumeration value="SETTLMNT"/>
			<enumeration value="WITHDRWN"/>
			<enumeration value="VACATED"/>
			<enumeration value="VACATEDNPT"/>
		</restriction>
	</simpleType>
	<simpleType name="TrmnnTypeCode">
		<annotation>
			<documentation xml:lang="en">Allowed values for Termination Type (Q.2) on U4 / U5 Termination DRP</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="DISCHGED"/>
			<enumeration value="PERMTRES"/>
			<enumeration value="VOLUNTRY"/>
		</restriction>
	</simpleType>
	<simpleType name="BankDspstnTypeCode">
		<annotation>
			<documentation xml:lang="en">Allowed values for Disposition type on U4 Bankruptcy DRP (Q.6)</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="DPP"/>
			<enumeration value="DISCHRGE"/>
			<enumeration value="DISMISSL"/>
			<enumeration value="DISSLUTN"/>
			<enumeration value="SIPATTE"/>
			<enumeration value="RELEASE"/>
			<enumeration value="OTHER"/>
		</restriction>
	</simpleType>
	<simpleType name="BankActnTypeCode">
		<annotation>
			<documentation xml:lang="en">Allowed values for Action Type on U4 Bankruptcy DRP (Q.1)</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="BKRPT"/>
			<enumeration value="CMPRMISE"/>
			<enumeration value="DCLRTION"/>
			<enumeration value="OTHER"/>
			<enumeration value="RCEIVSHP"/>
			<enumeration value="LIQUIDATION"/>
		</restriction>
	</simpleType>
	<simpleType name="BankActnChptrTypeCode">
		<annotation>
			<documentation xml:lang="en">Allowed values for Chapter type when Action Type (Q.1) selected is' Bankruptcy' on U4 Bankruptcy DRP</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="CHAP07"/>
			<enumeration value="CHAP11"/>
			<enumeration value="CHAP13"/>
			<enumeration value="OTHER"/>
		</restriction>
	</simpleType>
	<simpleType name="CourtActnCodeType">
		<annotation>
			<documentation xml:lang="en">Allowed values for court type on U4-Bankruptcy DRP (Q.4), U4-Judgement Lien DRP (Q.2)</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="FEDRL"/>
			<enumeration value="STATE"/>
			<enumeration value="FORGN"/>
			<enumeration value="OTHER"/>
		</restriction>
	</simpleType>
	<simpleType name="NvsgnInttrCodeType">
		<annotation>
			<documentation xml:lang="en">Allowed values for Regulator type code (Q.1A) on U4/U5 Investigation DRP</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="SRO"/>
			<enumeration value="FFRA"/>
			<enumeration value="JRSDN"/>
			<enumeration value="SEC"/>
			<enumeration value="OFA"/>
			<enumeration value="OTHER"/>
		</restriction>
	</simpleType>
	<simpleType name="NvsgnRsltnMthdType">
		<annotation>
			<documentation xml:lang="en">Allowed values for Resolution type (Q.5B) on U4/U5 Investigation DRP</documentation>
		</annotation>
		<restriction base="NMTOKEN">
			<minLength value="1"/>
			<maxLength value="20"/>
			<enumeration value="CLSDNOACTN"/>
			<enumeration value="CLSDWTHREGACTN"/>
			<enumeration value="OTHER"/>
		</restriction>
	</simpleType>
	<complexType name="ProductTypes">
		<annotation>
			<documentation xml:lang="en">Allowed Values for Product Type(s) on U4/U5-Termination DRP (Q.5), U4-Civil Judicial DRP (Q.4), U4/U5-Regulatory Action DRP (Q.6), U4/U5 Customer Complain DRP (Q.5)</documentation>
		</annotation>
		<all>
			<element name="AnntyChtblFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Annuity-Charitable </documentation>
				</annotation>
			</element>
			<element name="AnntyFixedFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Annuity-Fixed </documentation>
				</annotation>
			</element>
			<element name="AnntyVrblFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Annuity-Variable </documentation>
				</annotation>
			</element>
			<element name="BankgProdNoCdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Banking Products (other than CDs)  </documentation>
				</annotation>
			</element>
			<element name="CDFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">CD</documentation>
				</annotation>
			</element>
			<element name="CmdtyOptnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Commodity Option</documentation>
				</annotation>
			</element>
			<element name="DebtAssetBckdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Debt-Asset Backed</documentation>
				</annotation>
			</element>
			<element name="DebtCrprtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Debt-Corporate </documentation>
				</annotation>
			</element>
			<element name="DebtGovtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Debt-Government </documentation>
				</annotation>
			</element>
			<element name="DebtMncplFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Debt-Municipal</documentation>
				</annotation>
			</element>
			<element name="DrctNvsmtDppLpIntrsFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation>Direct Investment - DPP and LP Interests</documentation>
				</annotation>
			</element>
			<element name="DrvtvFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Derivative  </documentation>
				</annotation>
			</element>
			<element name="EqtyLstdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation>Equity Listed (Common and Preferred Stock) </documentation>
				</annotation>
			</element>
			<element name="EqtyOtcFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Equity-OTC </documentation>
				</annotation>
			</element>
			<element name="EquipLsngFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Equipment Leasing</documentation>
				</annotation>
			</element>
			<element name="FtrsCmdtyFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Futures Commodity  </documentation>
				</annotation>
			</element>
			<element name="FtrsFnnclFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Futures-Financial </documentation>
				</annotation>
			</element>
			<element name="IndexOptionFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Index Option  </documentation>
				</annotation>
			</element>
			<element name="MoneyMktFundFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Money Market Fund </documentation>
				</annotation>
			</element>
			<element name="MutualFundFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Mutual Fund </documentation>
				</annotation>
			</element>
			<element name="NoProdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">No Product</documentation>
				</annotation>
			</element>
			<element name="NsrncFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Insurance </documentation>
				</annotation>
			</element>
			<element name="NvsmtCntrcFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investment Contract </documentation>
				</annotation>
			</element>
			<element name="OilGasFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation>Oil and Gas </documentation>
				</annotation>
			</element>
			<element name="OptnsFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Options </documentation>
				</annotation>
			</element>
			<element name="PnnyStockFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Penny Stock </documentation>
				</annotation>
			</element>
			<element name="PrimeBankNtrmtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Prime Bank Instrument </documentation>
				</annotation>
			</element>
			<element name="PrmsyNoteFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Promissory Note</documentation>
				</annotation>
			</element>
			<element name="RealEstateScrtyFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Real Estate Security</documentation>
				</annotation>
			</element>
			<element name="ScrtyFtrsFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Security Futures </documentation>
				</annotation>
			</element>
			<element name="UnitNvsmtTrustFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Unit Investment Trust</documentation>
				</annotation>
			</element>
			<element name="ViaticalStlmtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Viatical Settlement </documentation>
				</annotation>
			</element>
			<element name="OtherPrdctFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Other product</documentation>
				</annotation>
			</element>
			<element name="OtherPrdctDesc" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Explanation text when product type selected is 'Other'</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<!-- U5 DRP Schema-->
	<complexType name="U5IntRvwDRPListType">
		<annotation>
			<documentation xml:lang="en">
        Collection of U5 Internal Review DRPs
      </documentation>
		</annotation>
		<sequence>
			<element name="IntRvwDRP" type="drp:U5IntRvwDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U5IntRvwDRPType">
		<annotation>
			<documentation>U5 Internal Review DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U5IntrnlRvw7BFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7B</documentation>
				</annotation>
			</element>
			<element name="Inttr" type="string" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Internal Review DRP - 1. Notice Received From (Name of firm initiating the internal review)</documentation>
				</annotation>
			</element>
			<element name="InttdDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Internal Review DRP - 2. Date internal review initiated </documentation>
				</annotation>
			</element>
			<element name="InttdDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Internal Review DRP - 2. Date internal review initiated exact flag</documentation>
				</annotation>
			</element>
			<element name="InttdDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Internal Review DRP - 2. Date internal review initiated explanation text</documentation>
				</annotation>
			</element>
			<element name="NtrIntrnlRvw" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Internal Review DRP - 3. Describe briefly the nature of the internal review.</documentation>
				</annotation>
			</element>
			<element name="CncldDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Internal Review DRP - 5A.Date internal review concluded </documentation>
				</annotation>
			</element>
			<element name="CncldDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Internal Review DRP - 5A.Date internal review concluded Exact flag</documentation>
				</annotation>
			</element>
			<element name="CncldDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Internal Review DRP - 5A.Date internal review concluded explanation text</documentation>
				</annotation>
			</element>
			<element name="IntrnlRvwPndngFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Internal Review DRP - 4. Is internal review pending? </documentation>
				</annotation>
			</element>
			<element name="CnclnDtl" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Internal Review DRP - 5B. How was internal review concluded (provide details of the conclusion)? </documentation>
				</annotation>
			</element>
			<element name="Cmnt" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Internal Review DRP - 6. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the action, as well as the current status or final disposition.</documentation>
				</annotation>
			</element>
			<element name="SmTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Internal Review DRP - Part II. Brief summary provided by Individual who is the subject of the internal review.</documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being updated or deleted.</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<complexType name="U5NvsgnDRPListType">
		<annotation>
			<documentation xml:lang="en">
        Collection of U5 Investigation DRPs
      </documentation>
		</annotation>
		<sequence>
			<element name="NvsgnDRP" type="drp:U5NvsgnDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U5NvsgnDRPType">
		<annotation>
			<documentation>U5 Investigation DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U5NvsgnDsclr7AFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7A</documentation>
				</annotation>
			</element>
			<element name="InttrTypeCd" type="drp:NvsgnInttrCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 1A. Investigation initiated by (Notice Received From - Regulator type)</documentation>
				</annotation>
			</element>
			<element name="InttrTx" type="cmnType:StringRestricted64Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 1B. Full name of regulator that initiated the investigation

Note: On both Initial and amended DRPs, 'InttrTx' must be provided only if the 'InttrTypeCd provided is any value other than 'SEC'. If value provided is 'SEC', this element must not be provided. </documentation>
				</annotation>
			</element>
			<element name="NtcDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 2. Notice Date</documentation>
				</annotation>
			</element>
			<element name="NtcDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 2. Notice Date exact flag</documentation>
				</annotation>
			</element>
			<element name="NtcDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 2. Notice Date explanation text</documentation>
				</annotation>
			</element>
			<element name="NvsgnNtrDesc" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 3. Describe briefly the nature of the investigation, if known</documentation>
				</annotation>
			</element>
			<element name="NvsgnPndngFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 4. Is investigation pending?</documentation>
				</annotation>
			</element>
			<element name="RsltnDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 5A. Date Closed/Resolved</documentation>
				</annotation>
			</element>
			<element name="RsltnDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 5A. Date Closed/Resolved Exact Flag </documentation>
				</annotation>
			</element>
			<element name="RsltnDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 5A. Date Closed/Resolved explanation text</documentation>
				</annotation>
			</element>
			<element name="NvsgnRslvdMthd" type="drp:NvsgnRsltnMthdType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 5B. How was investigation resolved?</documentation>
				</annotation>
			</element>
			<element name="NvsgnRslvdMthdOther" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Explanation text when resolution type (Q. 5B) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="Cmnt" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Investigation DRP - 6. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the investigation, as well as the current status or final disposition and/or finding(s). </documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being inserted or updated.</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<complexType name="U5TrmnnDRPListType">
		<annotation>
			<documentation xml:lang="en">
        Collection of U5 Termination DRPs
      </documentation>
		</annotation>
		<sequence>
			<element name="TrmnnDRP" type="drp:U5TrmnnDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U5TrmnnDRPType">
		<annotation>
			<documentation>U5 Termination DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U5TrmnnDsclr7F1Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Termination disclosure being filed in response to U5 disclosure question 7F(1) </documentation>
				</annotation>
			</element>
			<element name="U5TrmnnDsclr7F2Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Termination disclosure being filed in response to U5 disclosure question 7F(2)</documentation>
				</annotation>
			</element>
			<element name="U5TrmnnDsclr7F3Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Termination disclosure being filed in response to U5 disclosure question 7F(3)</documentation>
				</annotation>
			</element>
			<element name="FirmNm" type="cmnType:StringRestricted64Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 1. Firm Name</documentation>
				</annotation>
			</element>
			<element name="TrmnnType" type="drp:TrmnnTypeCode" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 2. Termination Type</documentation>
				</annotation>
			</element>
			<element name="TrmnnDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 3. Termination Date</documentation>
				</annotation>
			</element>
			<element name="TrmnnDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 3. Termination Date Excact Flag</documentation>
				</annotation>
			</element>
			<element name="TrmnnDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 3. Termination Date Explanation text</documentation>
				</annotation>
			</element>
			<element name="AlgtnTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 4.  Allegation(s)</documentation>
				</annotation>
			</element>
			<element name="TrmnnPrdctTypes" type="drp:ProductTypes" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 5. Product Type(s)</documentation>
				</annotation>
			</element>
			<element name="SmTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Termination DRP - 6. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the termination.</documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being inserted or updated</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<complexType name="U5CriminalDRPListType">
		<annotation>
			<documentation xml:lang="en">Collection of U5 Criminal DRPs</documentation>
		</annotation>
		<sequence>
			<element name="CrmnlDRP" type="drp:U5CriminalDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U5CriminalDRPType">
		<annotation>
			<documentation>U5 Criminal DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U5CrmnlDsclr7C1Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7C(1)</documentation>
				</annotation>
			</element>
			<element name="U5CrmnlDsclr7C2Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7C(2)</documentation>
				</annotation>
			</element>
			<element name="U5CrmnlDsclr7C3Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7C(3)</documentation>
				</annotation>
			</element>
			<element name="U5CrmnlDsclr7C4Fl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7C(4)</documentation>
				</annotation>
			</element>
			<element name="CourtTypeCd" type="drp:CourtActnWithMltryCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 1. Formal Action was brought in (Court type: Fedral, State, Military, Foreign or Other)</documentation>
				</annotation>
			</element>
			<element name="CourtTypeOtherTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - Explanation text when Court type (Q.1) selected is 'Other'.</documentation>
				</annotation>
			</element>
			<element name="CourtNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 1A. Name of Court </documentation>
				</annotation>
			</element>
			<element name="CourtLocTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 1B. Location of Court (City or County and State or Country)</documentation>
				</annotation>
			</element>
			<element name="CourtCaseNbTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 1C. Docket/Case#</documentation>
				</annotation>
			</element>
			<element name="DsclrStTypeCd" type="drp:DsclrStCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 2A. Current Status of the Event</documentation>
				</annotation>
			</element>
			<element name="EventStDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 2B. Event Status Date (complete unless status is pending)</documentation>
				</annotation>
			</element>
			<element name="EventStDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 2B. Event Status Date tExact flag </documentation>
				</annotation>
			</element>
			<element name="EventStDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 2B. Event Status Date Explanation text  </documentation>
				</annotation>
			</element>
			<element name="EventDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 3A. Date First Charged</documentation>
				</annotation>
			</element>
			<element name="EventDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 3A. Date First Charged Exact flag </documentation>
				</annotation>
			</element>
			<element name="EventDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 3A. Date First Charged explanation text  </documentation>
				</annotation>
			</element>
			<element name="DpstnDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 3C. Date of Disposition</documentation>
				</annotation>
			</element>
			<element name="DpstnDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 3C. Date of Disposition Exact flag</documentation>
				</annotation>
			</element>
			<element name="DpstnDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 4C. Date of Disposition explanation text</documentation>
				</annotation>
			</element>
			<element name="SntncDtl" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 3D. Sentence/Penalty; Duration (if suspension, probation, etc): Start Date of Penalty; End date of Penalty; If Monetary penalty/fine – Amount paid; Date monetary/penalty fine paid; if not exact, provide explanation. </documentation>
				</annotation>
			</element>
			<element name="SmTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Criminal DRP - 4. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the charge(s) as well as the current status or final disposition</documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being inserted or updated.</documentation>
				</annotation>
			</element>
			<element name="CrmnlChrgs" type="drp:CriminalChargeListType" minOccurs="0" maxOccurs="1"/>
		</all>
	</complexType>
	<complexType name="U5CstmrCmplnDRPListType">
		<annotation>
			<documentation xml:lang="en">Collection of U5 Customer Complaint DRPs</documentation>
		</annotation>
		<sequence>
			<element name="CstmrCmplnDRP" type="drp:U5CstmrCmplnDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U5CstmrCmplnDRPType">
		<annotation>
			<documentation>U5 Customer Complaint DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U5CstmrCmplnDsclr7E1aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7E(1)(a)</documentation>
				</annotation>
			</element>
			<element name="U5CstmrCmplnDsclr7E1bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7E(1)(b)</documentation>
				</annotation>
			</element>
			<element name="U5CstmrCmplnDsclr7E1cFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7E(1)(c)</documentation>
				</annotation>
			</element>
			<element name="U5CstmrCmplnDsclr7E1dFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7E(1)(d)</documentation>
				</annotation>
			</element>
			<element name="U5CstmrCmplnDsclr7E2aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7E(2)(a)</documentation>
				</annotation>
			</element>
			<element name="U5CstmrCmplnDsclr7E2bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7E(2)(b)</documentation>
				</annotation>
			</element>
			<element name="U5CstmrCmplnDsclr7E3aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7E(3)(a)</documentation>
				</annotation>
			</element>
			<element name="U5CstmrCmplnDsclr7E3bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7E(3)(b)</documentation>
				</annotation>
			</element>
			<element name="U5CstmrCmplnDsclr7E4aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7E(4)(a)</documentation>
				</annotation>
			</element>
			<element name="U5CstmrCmplnDsclr7E4bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7E(4)(b)</documentation>
				</annotation>
			</element>
			<element name="U5CstmrCmplnDsclr7E5aFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7E(5)(a)</documentation>
				</annotation>
			</element>
			<element name="U5CstmrCmplnDsclr7E5bFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating Criminal DRP being filed in response to U5 disclosure question 7E(5)(b)</documentation>
				</annotation>
			</element>
			<element name="CstmrNm" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 1. Customer Name(s)</documentation>
				</annotation>
			</element>
			<element name="CstmrRsdncState" type="cmnType:StateCodeType" nillable="true" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 2A. Customer(s) State of Residence</documentation>
				</annotation>
			</element>
			<element name="OtherCstmrRsdncDtls" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 2B. Other state(s) of residence/detail</documentation>
				</annotation>
			</element>
			<element name="Mplygfirm" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 3. Employing Firm when activities occurred which led to the customer complaint, arbitration, CFTC reparation or civil litigation </documentation>
				</annotation>
			</element>
			<element name="Algtn" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 4. Allegation(s) and a brief summary of events related to the allegation(s) including dates when activities leading to the allegation(s) occurred</documentation>
				</annotation>
			</element>
			<element name="AlgtnAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 6. Alleged Compensatory Damage Amount</documentation>
				</annotation>
			</element>
			<element name="AlgtnAmExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 6. Alleged Compensatory Damage Amount Exact flag</documentation>
				</annotation>
			</element>
			<element name="AlgtnAmExactRsns" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 6. Alleged Compensatory Damage Amount Explanation text</documentation>
				</annotation>
			</element>
			<element name="OralCmplnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7A. Is this an oral complaint?</documentation>
				</annotation>
			</element>
			<element name="WrttnCmplnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7B. Is this a written complaint?</documentation>
				</annotation>
			</element>
			<element name="ArbtnLtgtnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7C. Is this an arbitration/CFTC reparation or civil litigation?</documentation>
				</annotation>
			</element>
			<element name="ArbtnLtgtnCourtNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7C(i). Arbitration/reparation forum or court name and location</documentation>
				</annotation>
			</element>
			<element name="ArbtnLtgtnDckt" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7C(ii). Docket/Case#</documentation>
				</annotation>
			</element>
			<element name="ArbtnLtgtnDcktDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7C(iii). Filing date of arbitration/CFTC reparation or civil litigation</documentation>
				</annotation>
			</element>
			<element name="CmplnRcvdDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7D. Date received by/served on firm</documentation>
				</annotation>
			</element>
			<element name="RcvdDtExactFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7D. Date received by/served on firm Exact flag</documentation>
				</annotation>
			</element>
			<element name="RcvdDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 7D. Date received by/served on firm Explanation text</documentation>
				</annotation>
			</element>
			<element name="CstmrCmplnPndngFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 8. Is the complaint, arbitration/CFTC reparation or civil litigation pending?</documentation>
				</annotation>
			</element>
			<element name="RsltnClsdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Closed/No Action</documentation>
				</annotation>
			</element>
			<element name="RsltnWthdnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Withdrawn</documentation>
				</annotation>
			</element>
			<element name="RsltnDndFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Denied</documentation>
				</annotation>
			</element>
			<element name="RsltnSttldFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Settled </documentation>
				</annotation>
			</element>
			<element name="ArbtnAwardClmntFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Arbitration Award/Monetary Judgment (for claimants/plaintiffs) </documentation>
				</annotation>
			</element>
			<element name="ArbtnAwardRspdtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Arbitration Award/Monetary Judgment (for respondents/defendants)</documentation>
				</annotation>
			</element>
			<element name="EvlvdArbtnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Evolved into Arbitration/CFTC reparation (Individual is a named party) </documentation>
				</annotation>
			</element>
			<element name="EvlvdLtgtnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 9. Status if the complaint, arbitration/CFTC reparation or civil litigation is not pending: Evolved into Civil litigation (Individual is a named party)</documentation>
				</annotation>
			</element>
			<element name="statusDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 10. Status Date</documentation>
				</annotation>
			</element>
			<element name="RsltnStFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 10. Status Date exact flag</documentation>
				</annotation>
			</element>
			<element name="RsltnStExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 10. Status Date explanation text</documentation>
				</annotation>
			</element>
			<element name="StlmtAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 11A. Settlement/Award/Monetary Judgment amount</documentation>
				</annotation>
			</element>
			<element name="StlmtIndvlCntrbAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 11B. Individual Contribution Amount</documentation>
				</annotation>
			</element>
			<element name="ArbtnClaimDtls" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 12A. Arbitration/CFTC reparation claim filed with (FINRA, AAA, CFTC, etc.)</documentation>
				</annotation>
			</element>
			<element name="ArbtnDckt" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 12B. Docket/Case#</documentation>
				</annotation>
			</element>
			<element name="ArbtnSrvdDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 12C. Date notice/process was served</documentation>
				</annotation>
			</element>
			<element name="ArbtnSrvdDtExactFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 12C. Date notice/process was served Exact flag</documentation>
				</annotation>
			</element>
			<element name="ArbtnSrvdDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 12C. Date notice/process was served Explanation text</documentation>
				</annotation>
			</element>
			<element name="ArbtnPndngFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 13. Is arbitration/ CFTC reparation pending?</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnAwardAplctFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Award to Applicant (Agent/Representative)</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnAwardCstmrFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Award to Customer</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnDndFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Denied</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnDsmsdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Dismissed</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnJdgmtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Judgment (other than monetary)</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnNoActnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: No Action</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnSttldFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Settled</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnWthdnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Withdrawn</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnOtherFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 14. Disposition if Arbitration is not pending: Other</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnOtherText" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Explanation text when disposition (Q.14) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 15. Disposition Date</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnDtExactFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 15. Disposition Date Exact flag</documentation>
				</annotation>
			</element>
			<element name="ArbtnDpstnExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 15. Disposition Date Explanation text</documentation>
				</annotation>
			</element>
			<element name="ArbtnMntryCmpnsAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 16A. Monetary Compensation Details  - Total Amount</documentation>
				</annotation>
			</element>
			<element name="ArbtnIndvlCntrbAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 16B. Monetary Compensation Details  - Individual Contribution amount</documentation>
				</annotation>
			</element>
			<element name="LtgtnClaimCourt" type="drp:CourtActnWithMltryCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 17. Court in which case was filed, if the matter involves a civil litigation</documentation>
				</annotation>
			</element>
			<element name="LtgtnClaimCourtOther" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Explanation text when court type (Q.17) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="LtgtnClaimCourtNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 17A. Name of Court</documentation>
				</annotation>
			</element>
			<element name="LtgtnClaimCourtLoc" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 17B. of Court (City or County and State or Country)</documentation>
				</annotation>
			</element>
			<element name="LtgtnClaimDcktNmbr" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 17C. Docket/Case #</documentation>
				</annotation>
			</element>
			<element name="LtgtnSrvdDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 18. Date notice/process was served</documentation>
				</annotation>
			</element>
			<element name="LtgtnSrvdDtExactFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 18. Date notice/process was served exact flag</documentation>
				</annotation>
			</element>
			<element name="LtgtnSrvdDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 18. Date notice/process was served explanation text</documentation>
				</annotation>
			</element>
			<element name="LtgtnPndngFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 19. Is the civil litigation pending?</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnDndFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Denied</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnDsmsdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Dismissed</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnJdgmtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Judgment (other than monetary)</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnAplctFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Monetary Judgment to Applicant (Agent/Representative)</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnCstmrFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Monetary Judgment to Customer</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnNoActnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): No Action</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnSttldFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Settled</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnWthdnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Withdrawn</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnOtherFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 20. Disposition (if the civil litigation is not Pending): Other</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnOtherText" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Explanation text when Disposition (Q.20) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 21. Disposition Date</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnDtExactFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 21. Disposition Date Exact flag</documentation>
				</annotation>
			</element>
			<element name="LtgtnDpstnDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 21. Disposition Date Explanation text</documentation>
				</annotation>
			</element>
			<element name="LtgtnMntryCmpnsAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 22A. Monetary Compensation Details Total Amount</documentation>
				</annotation>
			</element>
			<element name="LtgtnIndvlCntrbAm" type="cmnType:UnsignedDecimalRestricted15p2Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 22B. Monetary Compensation Details  - Individual Contribution Amount</documentation>
				</annotation>
			</element>
			<element name="LtgtnApplDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23A. Enter date appeal filed (If action is currently on appeal)</documentation>
				</annotation>
			</element>
			<element name="LtgtnApplDtExactFl" type="cmnType:nullableBoolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23A. Enter date appeal filed Exact flag</documentation>
				</annotation>
			</element>
			<element name="LtgtnApplDtExpln" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23A. Enter date appeal filed explantion text</documentation>
				</annotation>
			</element>
			<element name="ApplCourt" type="drp:CourtActnWithMltryCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23B. Court appeal filed in</documentation>
				</annotation>
			</element>
			<element name="ApplCourtOther" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Explanation text when court type (Q.23B) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="ApplCourtNm" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23B(i). Name of Court</documentation>
				</annotation>
			</element>
			<element name="ApplCourtLoc" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23B(ii). Location of Court (City or County and State or Country)</documentation>
				</annotation>
			</element>
			<element name="ApplCourtDcktNb" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 23B(iii). Docket/Case #</documentation>
				</annotation>
			</element>
			<element name="RsltnDpstnDtl" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 24. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the customer complaint, arbitration/CFTC reparation and/or civil litigation as well as the current status or final disposition(s). </documentation>
				</annotation>
			</element>
			<element name="PrdctTypes" type="drp:ProductTypes" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Customer Complaint DRP - 5. Product types</documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being inserted or Updated.</documentation>
				</annotation>
			</element>
		</all>
	</complexType>
	<complexType name="U5RgltyActnDRPListType">
		<annotation>
			<documentation xml:lang="en">
        Collection of U5 Regulatory Action DRPs
      </documentation>
		</annotation>
		<sequence>
			<element name="RgltyActnDRP" type="drp:U5RgltyActnDRPType" minOccurs="1" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="U5RgltyActnDRPType">
		<annotation>
			<documentation>U5 Regulatory Action DRP</documentation>
		</annotation>
		<all>
			<element name="DsclrID" type="cmnType:PositiveIntRestricted10Type" minOccurs="0">
				<annotation>
					<documentation xml:lang="en">Unique number that identifies the disclosure</documentation>
				</annotation>
			</element>
			<element name="U5RgltyDsclr7AFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U5 disclosure question 7A</documentation>
				</annotation>
			</element>
			<element name="U5RgltyDsclr7DFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Flag indicating regulatory Action DRP being filed in response to U5 disclosure question 7D</documentation>
				</annotation>
			</element>
			<element name="InttrTypeCd" type="drp:RgltyActnInttrCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 1A. Regulatory Action initiated by</documentation>
				</annotation>
			</element>
			<element name="InttrTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 1B. Full name of regulator that initiated the action

Note: On both Initial and amended DRPs, 'InttrTx' must be provided only if the 'InttrTypeCd provided is any value other than 'SEC'. If value provided is 'SEC', this element must not be provided. </documentation>
				</annotation>
			</element>
			<element name="SnctnBarSnctnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Bar</documentation>
				</annotation>
			</element>
			<element name="SnctnCeaseFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Cease and Desist </documentation>
				</annotation>
			</element>
			<element name="SnctnCnsrFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Censure </documentation>
				</annotation>
			</element>
			<element name="SnctnCivilPnltyFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Civil and Administrative Penalty(ies)/Fine(s)</documentation>
				</annotation>
			</element>
			<element name="SnctnDnlFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Denial </documentation>
				</annotation>
			</element>
			<element name="SnctnDsgrtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Disgorgement </documentation>
				</annotation>
			</element>
			<element name="SnctnXplsnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Expulsion </documentation>
				</annotation>
			</element>
			<element name="SnctnOtherMntryPnltyFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Monetary Penalty other than Fines </documentation>
				</annotation>
			</element>
			<element name="SnctnPhbtnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Prohibition </documentation>
				</annotation>
			</element>
			<element name="SnctnRprmdFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Reprimand</documentation>
				</annotation>
			</element>
			<element name="SnctnRqualFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Requalification </documentation>
				</annotation>
			</element>
			<element name="SnctnRsssnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Rescission</documentation>
				</annotation>
			</element>
			<element name="SnctnRsttnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Restitution </documentation>
				</annotation>
			</element>
			<element name="SnctnNdtkgFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Undertaking </documentation>
				</annotation>
			</element>
			<element name="SnctnRvctnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Revocation </documentation>
				</annotation>
			</element>
			<element name="SnctnSpnsnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Suspension </documentation>
				</annotation>
			</element>
			<element name="SnctnOtherFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 2. Sanction(s) Sought: Other</documentation>
				</annotation>
			</element>
			<element name="SnctnOtherTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - Explanation text when Sanction(s) Sought (Q.2) selected is 'Other'</documentation>
				</annotation>
			</element>
			<element name="InttdDt" type="cmnType:DateType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 3. Date Initiated </documentation>
				</annotation>
			</element>
			<element name="InttdDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 3. Date Initiated Exact flag</documentation>
				</annotation>
			</element>
			<element name="InttdDtExplnTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">IRegulatory Action DRP - 3. Date Initiated Explanation text</documentation>
				</annotation>
			</element>
			<element name="CaseDcktNb" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 4. Docket/Case #</documentation>
				</annotation>
			</element>
			<element name="MplygFirm" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 5. Employing Firm when activity occurred which led to the regulatory action</documentation>
				</annotation>
			</element>
			<element name="AlgtnTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 7. Describe the allegations related to this regulatory action</documentation>
				</annotation>
			</element>
			<element name="DsclrSt" type="drp:DsclrStCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 8. Current Status (Pending, On Appeal, or Final)</documentation>
				</annotation>
			</element>
			<element name="LmtnsRstrnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 9. If pending, are there any limitations or restrictions currently in effect?</documentation>
				</annotation>
			</element>
			<element name="LmtnsRstrnTx" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - Explanation text if there are any limitations or restrictions while the action is pending (Q.9 is Yes)</documentation>
				</annotation>
			</element>
			<element name="ApplCourtTypeCd" type="drp:RgltyActnApplCourtCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 10A. if on appeal, action appealed to (court type)</documentation>
				</annotation>
			</element>
			<element name="ApplCourtOtherTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - Explanation text if coutry type (Q.10A) selected is 'other'</documentation>
				</annotation>
			</element>
			<element name="ApplDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 10B. Date appeal filed </documentation>
				</annotation>
			</element>
			<element name="ApplDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 10B. Date appeal filed exact flag</documentation>
				</annotation>
			</element>
			<element name="ApplDtExplnTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 10B. Date appeal filed explanation text</documentation>
				</annotation>
			</element>
			<element name="ApplLmtnsRstrnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 10C. Are there any limitations or restrictions currently in effect while on appeal?</documentation>
				</annotation>
			</element>
			<element name="ApplLmtnsRstrnTx" type="cmnType:StringRestricted512Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - Explanation text if there are any limitations or restrictions while on appeal (Q.10C is Yes)</documentation>
				</annotation>
			</element>
			<element name="RgltyRsltnTypeCd" type="drp:RgltyActnRsltnCodeType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 11A. If Final or On Appeal, How was matter resolved?</documentation>
				</annotation>
			</element>
			<element name="RgltyRsltnOtherTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - Explanation text when resolution type (Q.11A) selected is 'Other'.</documentation>
				</annotation>
			</element>
			<element name="RsltnDt" type="cmnType:nullableDate" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 11B. Resolution Date </documentation>
				</annotation>
			</element>
			<element name="RsltnDtExactFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 11B. Resolution Date Exact flag</documentation>
				</annotation>
			</element>
			<element name="RsltnDtExplnTx" type="cmnType:StringRestricted2000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 11B. Resolution Date explanation text</documentation>
				</annotation>
			</element>
			<element name="SnctnDtlBarPermFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Bar (Permanent)</documentation>
				</annotation>
			</element>
			<element name="SnctnDtlBarTempFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Bar (Temporary/Time Limited)</documentation>
				</annotation>
			</element>
			<element name="SnctnDtlCeaseFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Cease and Desist </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlCensureFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Censure </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlCivilPnltyFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Civil and Administrative Penalty(ies)/Fine(s) </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlDnlFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Denial </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlDsgrtFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Disgorgement </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlXplsnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Expulsion</documentation>
				</annotation>
			</element>
			<element name="SnctnDtlRprmLtrFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered:  Letter of Reprimand </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlOtherMntryPnltyFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Monetary Penalty other than Fines </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlPrhbtnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Prohibition</documentation>
				</annotation>
			</element>
			<element name="SnctnDtlRqualFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Requalification </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlRsssnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Rescission </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlRsttnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Restitution </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlRvctnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Revocation </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlSpnsnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Suspension </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlNdtkgFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12A. Sanctions ordered: Undertaking </documentation>
				</annotation>
			</element>
			<element name="SnctnDtlOtherTx" type="cmnType:StringRestricted128Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12B. Other sanctions ordered </documentation>
				</annotation>
			</element>
			<element name="CmtTx" type="cmnType:StringRestricted4000Type" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 13. Comment (Optional). You may use this field to provide a brief summary of the circumstances leading to the action as well as the current status or disposition and/or finding(s). </documentation>
				</annotation>
			</element>
			<element name="WllflVltnFndgFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12C. Did the action result in a finding of a willful violation or failure to supervise?</documentation>
				</annotation>
			</element>
			<element name="WllflVltnActnFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12C(1). willfully violated any provision of Acts, rules or regulations?</documentation>
				</annotation>
			</element>
			<element name="WllflVltnAidedFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12C(2). willfully aided, abetted, counseled, commanded, induced, or procured the violation by any person of any provision?</documentation>
				</annotation>
			</element>
			<element name="WllflVltnSprvyFl" type="boolean" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Regulatory Action DRP - 12C(3). failed reasonably to supervise another person subject to the individual's supervision</documentation>
				</annotation>
			</element>
			<element name="CruCode" type="cmnType:CruCodeType" minOccurs="1" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">Indication to specify if the disclosure is being inserted or updated.</documentation>
				</annotation>
			</element>
			<element name="RgltyActnPrdctTypes" type="drp:ProductTypes" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation xml:lang="en">
            Regulatory Action DRP - 6. Product Type(s)
          </documentation>
				</annotation>
			</element>
			<element name="RgltyActnMntrys" type="drp:RgltyActnMntryListType" minOccurs="0" maxOccurs="1"/>
			<element name="RgltyActnRquals" type="drp:RgltyActnRqualListType" minOccurs="0" maxOccurs="1"/>
			<element name="RgltyActnSnctns" type="drp:RgltyActnSnctnListType" minOccurs="0" maxOccurs="1"/>
		</all>
	</complexType>
</schema>
