<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xhtml="http://www.w3.org/1999/xhtml">
	<xs:include schemaLocation="http://localhost/microloan/xsd/SBA_MicroloanTypes.xsd"/>
	<xs:include schemaLocation="http://localhost/library/xml/SBA_SimpleTypes.xsd"/>
	<xs:annotation>
		<xs:documentation>
			<xhtml:h1>XSD for SBA_MicroloanOrigination 1.1, Microloan Initial Data Entry</xhtml:h1>
			<xhtml:h3>To view the full content, you must right click the page and select "View Page Source".</xhtml:h3>
			<xhtml:p>
				This is a format for Electronic Transfer of loan information, the original meaning of &quot;ETran&quot;.
				In that sense, it should not be too confusing that the SBA loan guaranty and direct loan programs
				are also colloquially called &quot;ETran&quot;.
			</xhtml:p>
			<xhtml:p>
				In SBA_MicroloanOrigination format, there are 4 levels of tags:
				the root tag (&lt;SBA_MicroloanOrigination&gt;),
				the transaction tag,
				table tags and
				column tags.
			</xhtml:p>
			<xhtml:p>
				<xhtml:b>&quot;Transaction Tags&quot;:</xhtml:b>
				In the SBA loan guaranty and direct loan programs,
				Origination of new loan appications have transaction tag &lt;App&gt;,
				and Servicing of existing loans have transaction tag &lt;SBALoan&gt;.
				In the SBA Microloan program, the transaction tag is &lt;Microloan&gt;.
				Everything inside the transaction tag either commits to the SBA database (success)
				or rolls back (failure), together, as a unit.
			</xhtml:p>
			<xhtml:p>
				<xhtml:b>&quot;Table Tags&quot;:</xhtml:b>
				Within a transaction tag, table tags can occur in any order.
				Some tables allow only one occurrence, but for tables that allow multiple occurrences,
				giving more than one will result in multiple rows on the SBA database.
				There is no need to cluster together table tags of the same type.
			</xhtml:p>
			<xhtml:p>
				<xhtml:b>&quot;Column Tags&quot;:</xhtml:b>
				Like table tags in transaction tags, within a given table tag, column tags can occur in any order.
				Many column tags are optional.
				They will how up in this XSD with the attribute minOccurs="0".
			</xhtml:p>
		</xs:documentation>
	</xs:annotation>
	<xs:element name="SBA_MicroloanOrigination">
		<xs:annotation><xs:documentation><xhtml:h2>
			The Root Element (&lt;SBA_MicroloanOrigination&gt;)
		</xhtml:h2></xs:documentation></xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Microloan" type="Microloan" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>
							<xhtml:p>
								The SBA&apos;s &quot;root tag&quot; (&lt;SBA_MicroloanOrigination&gt;) for
								Microloan initial data entry must contain
								at least one &lt;Microloan&gt; tag.
								It may contain more than one.
								If more than one &lt;Microloan&gt; tag is given,
								each &lt;Microloan&gt; tag will commit to the SBA&apos;s database,
								or roll back from it, independently of all other &lt;Microloan&gt; tags in the same submission.
								For this reason, &lt;Microloan&gt; is sometimes referred to as the
								&quot;transaction tag&quot; of Microloan.
							</xhtml:p>
						</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="version" type="SBA_MicroloanVersions">
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>
							Your &quot;root tag&quot; should be &lt;SBA_MicroloanOrigination version=&quot;m.1&quot;&gt;
							for XML that conforms to this XSD.
							See SBA_MicroloanTypes.xsd for an explanation of Microloan version numbers
							and their coding implications.
						</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="Microloan">
		<xs:annotation><xs:documentation><xhtml:h2>
			The Transaction Element (&lt;Microloan&gt;)
		</xhtml:h2></xs:documentation></xs:annotation>
		<xs:choice maxOccurs="unbounded">
			<xs:element name="Loan"				type="Loan">
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>
							Because this element doesn&apos;t contain any minOccurs or maxOccurs attributes,
							both are left at their XSD default, which is 1.
							There must be at least one Loan element.
							There may be no more than one Loan element.
							(Exactly one per Microloan transaction.)
						</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:choice>
	</xs:complexType>
	<xs:annotation><xs:documentation><xhtml:h2>
		The &quot;Table Tags&quot;
	</xhtml:h2></xs:documentation></xs:annotation>
	<xs:complexType name="Loan">
		<xs:annotation><xs:documentation><xhtml:h3>
			&lt;Loan&gt;
		</xhtml:h3></xs:documentation></xs:annotation>
		<xs:all>
			<xs:element name="LoanPurpsCd"				type="SBA_Num3"				minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>1=Material,2=Equipment,3 =Supply,4=Working Capital,
																																			  6=Furniture,7=Fixtures,8=Debt Refinance</xhtml:p>											</xs:documentation></xs:annotation></xs:element>
			<xs:element name="BorrNewOldInd"			type="SBA_NewOldInd"		minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Is primary borrower new or old? New = Startup, Old = Existing Business.</xhtml:p>			</xs:documentation></xs:annotation></xs:element>
			<xs:element name="BorrRuralUrbanInd"		type="SBA_RuralUrbanInd"	minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Deprecated. Now inferred based on Zip.</xhtml:p>		</xs:documentation></xs:annotation></xs:element>
			<xs:element name="ChildCareOrgInd"			type="SBA_YesNoInd"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Is primary borrower a child care organization? Y = Yes, N = No.</xhtml:p>					</xs:documentation></xs:annotation></xs:element>
			<xs:element name="ClosingDate"				type="xs:string"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Date should be in MM/DD/YYYY format. (01/31/1999)</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="CollateralInd"			type="SBA_YesNoInd"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="CurrentlyInBusiness"		type="SBA_YesNoInd"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Currently In Business ? Y = Yes, N = No.</xhtml:p>										</xs:documentation></xs:annotation></xs:element>
			<xs:element name="GrossAnnualRevenueAmt"	type="xs:decimal"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="GrossRevenue"				type="xs:decimal"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="GuarInd"					type="SBA_YesNoInd"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Does the primary borrower guarantee the microloan? Y = Yes, N = No.</xhtml:p>				</xs:documentation></xs:annotation></xs:element>
			<xs:element name="IntrstRate"				type="SBA_Dec3v2"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="JobsCreatedRetained"		type="SBA_Num4"				minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="JobsRetaindQty"			type="SBA_Num10"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="JobsTotalQty"				type="SBA_Num10"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="LenderId"					type="SBA_Str10"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="LenderLoanNmb"			type="SBA_Str50"			minoccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="LoanAmt"					type="xs:decimal"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="LoanNmb"					type="SBA_Str10"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Microlender&apos;s loan number for this loan.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="LoanTermMnths"			type="SBA_Num6"				minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Number of months from first disbursement to maturity date.</xhtml:p>						</xs:documentation></xs:annotation></xs:element>
			<xs:element name="NAICSCd"					type="SBA_Num6"				minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="OrganizationalTypCd"		type="SBA_Num2"				minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>1 = Sole Proprietorship, 2 = Partnership, 3 = Corporation, 4 = Limited Liability Company(LLC),
																																			  5 = Joint Venture, 11 = Non-Profit Organization.</xhtml:p>								</xs:documentation></xs:annotation></xs:element>
			<xs:element name="OutstandingBalance"		type="xs:decimal"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>If not given, LoanAmt is assumed.</xhtml:p>												</xs:documentation></xs:annotation></xs:element>
			<xs:element name="PymtAmt"					type="xs:decimal"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="Status"					type="SBA_Num1"				minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>If not given, 1 (current or up to 30 days delinquent) is assumed.
																																			  1 = Current or up to 30 Days Delinquent, 3 = 31 to 60 Days Delinquent,
																																			  4 = 61 to 90 Days Delinquent, 5 = 91 to 120 Days Delinquent,
																																			  6 = Over 120 Days Delinquent/Defaulted, 7 = Paid In Full, 8 = Charged Off</xhtml:p>		</xs:documentation></xs:annotation></xs:element>
			<xs:element name="WomanOwnedCd"				type="SBA_Num1"				minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>1 = 100% woman-owned, 2 = 51% to 100% woman-owned, 3 = 0% to 50% woman-owned.</xhtml:p>	</xs:documentation></xs:annotation></xs:element>
			<xs:element name="NumberOfEmp"				type="SBA_Num5"				minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Employee Head Count (FTE).</xhtml:p>	</xs:documentation></xs:annotation></xs:element>
			<xs:element name="BusinessStCd"				type="SBA_StateCode"		minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>2-letter state code used by US Postal Service.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="BusinessStrtName1"		type="SBA_Str80"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="BusinessStrtName2"		type="SBA_Str80"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="BusinessZipCd"			type="SBA_ZipCode"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="BusinessZip4Cd"			type="SBA_ZipPlus4"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			
			<xs:element name="PrleProbatnInd"			type="SBA_YesNoInd"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Does the parole or probation? Y = Yes, N = No.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="OnlnOrigInd"				type="SBA_YesNoInd"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Does the Online lending ? Y = Yes, N = No.</xhtml:p>										</xs:documentation></xs:annotation></xs:element>
			<xs:annotation><xs:documentation><xhtml:h4>
				Primary Borrower Related.
			</xhtml:h4></xs:documentation></xs:annotation>
			<xs:element name="BusinessPersonInd"		type="SBA_BusPerInd"		minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>B = business, P = person.</xhtml:p>														</xs:documentation></xs:annotation></xs:element>
			<xs:element name="EthnicCd"					type="SBA_Str3"				minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="PhnNmb"					type="SBA_Num10"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>HY = Hispanic or Latino, HN = Not Hispanic or Latino, UN = Unknown/Not Stated</xhtml:p>	</xs:documentation></xs:annotation></xs:element>
			<xs:element name="PhysStCd"					type="SBA_StateCode"		minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>2-letter state code used by US Postal Service.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="PhysStrtName1"			type="SBA_Str80"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="PhysStrtName2"			type="SBA_Str80"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="PhysZipCd"				type="SBA_ZipCode"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="PhysZip4Cd"				type="SBA_ZipPlus4"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="RaceCd"					type="SBA_Num3"				minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>0 = Black or African American, 2 = American Indian or Alaska Native, 4 = Asian,
																																			  6 = Unanswered, 7 = White, 9 = Native Hawaiian or Other Pacific Islander</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="TaxId"					type="SBA_TaxIdNew"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>First digit is type, followed by Tax ID, no hyphens. (See SBA_SimpleTypes.xsd.)</xhtml:p>	</xs:documentation></xs:annotation></xs:element>
			<xs:element name="VetCd"					type="SBA_Num3"				minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>1 = Non-Veteran, 4 = Service Disabled Veteran, 6 = Veteran, 5 = Unknown/Not Stated</xhtml:p></xs:documentation></xs:annotation></xs:element>
			<xs:element name="LoanBorrEIDLInd"			type="SBA_YesNoInd"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Deprecated. Now inferred based on Zip.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:annotation><xs:documentation><xhtml:h4>
				Borrower Business Related (Give if BusinessPersonInd is B.)
			</xhtml:h4></xs:documentation></xs:annotation>
			<xs:element name="BusinessEstDt"			type="xs:string"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Date should be in MM/DD/YYYY format. (01/31/1999)</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="BusinessName"				type="SBA_Str80"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:annotation><xs:documentation><xhtml:h4>
				Borrower Person Related (Give if BusinessPersonInd is P.)
			</xhtml:h4></xs:documentation></xs:annotation>
			<xs:element name="FirstName"				type="SBA_Str40"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="LastName"					type="SBA_Str40"			minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:element name="MiddleInitial"			type="SBA_Str1"				minOccurs="0">	<xs:annotation><xs:documentation><xhtml:p>Element-specific guidance may be added here.</xhtml:p>									</xs:documentation></xs:annotation></xs:element>
			<xs:annotation><xs:documentation><xhtml:h3>
				&lt;UseOfProceeds&gt; (purpose of the loan)
			</xhtml:h3></xs:documentation></xs:annotation>
			
			<xs:element name="LoanProceedTypCd"			type="SBA_Str2">	
			<xs:annotation><xs:documentation><xhtml:p>1 = Materials, 2 = Equipment, 3 = Supplies, 4 = Working Capital, 5 = Inventory</xhtml:p>									</xs:documentation></xs:annotation>
			
			
			</xs:element>
			
			
			<xs:annotation>
				<xs:documentation><xhtml:h3>
					Method MlManageTA  (Microloan Manage Technical Assistance data)
								  </xhtml:h3>
				</xs:documentation>
			</xs:annotation>
			
			<xs:element name="AsstAreaCd"			type="SBA_Num2" 		   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p></xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="BorowrInd"			type="SBA_Num1"             minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> 1-Yes 0-No </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="BusAgeCD"			type="SBA_Num1"             minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> 1, 2, 3 </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="BusChldCareInd"			type="SBA_Str1"            minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> Y-Yes, N-No</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="BusFormDt"			type="xs:string"       minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> Business Formation date should be in MM/DD/YYYY format. (01/31/1999).</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>  
			
			<xs:element name="BusLocInd"			type="SBA_Str1"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> R-Rural, U-Urban</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="BusOrgTypCD"			type="SBA_Num2"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>1 - Sole Proprietorship, 2 - Partnership, 3 - Corporation,
                                        4 - Limited Liability Company(LLC), 5 - Joint Venture  </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="BusTrdNm"			type="SBA_Num256"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>Business Trade Name  </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="CurrJobNmb"			type="SBA_Num4"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>Current Job no </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="GrossAnnlRevnuAmt"			type="xs:decimal"	  minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p></xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
				
			<xs:element name="ImWomanOwnCD"			type="SBA_Num1"	  minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>1 = 100% woman-owned, 2 = 51% to 100% woman-owned, 3 = 0% to 50% woman-owned.</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="JobCreatNmb"			type="SBA_Num4"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p></xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="LenderID"			type="SBA_Str10"   minOccurs="1">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>Element-specific guidance may be added here.</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="NAICSCD"			type="SBA_Str10"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>Element-specific guidance may be added here.</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Partcpntid"			type="SBA_Num10"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>Element-specific guidance may be added here.</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntStCd"			type="SBA_Str2"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>Participent state code</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntCtyNm"			type="SBA_Str64"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>Element-specific guidance may be added here.</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntDisblInd"			type="SBA_Str1"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> Y-Yes, N-No</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntEINSSNNmb"			type="SBA_TaxIdNew"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntHistryID"			type="SBA_Num10"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntFirstNm"			type="SBA_Str40"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntMdlNm"			type="SBA_Str1"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntLastNm"			type="SBA_Str40"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntPhnNmb"			type="SBA_Num10"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
				<xs:element name="PartcpntFaxNmb"			type="SBA_Num10"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
				
			</xs:element>
			
			<xs:element name="PartcpntEMailAdr"			type="SBA_Str40"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
				
			</xs:element>
			<xs:element name="PartcpntStr1Nm"			type="SBA_Str40"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
				
			</xs:element>
			<xs:element name="PartcpntCntcd"			type="SBA_Str2"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> 2 digit country code </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntZip5CD"			type="SBA_Str5"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntZip4CD"			type="SBA_Str4"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="PartcpntPostCD"			type="SBA_Str10"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntGndrCD"			type="SBA_Str1"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>M-Male, F-Female </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="PartcpntLowIncInd"			type="SBA_Str1"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>Y-Yes, N-No </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="PartcpntVetCD"			type="SBA_Str1"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation><xhtml:p>1 = Non-Veteran, 4 = Service Disabled Veteran, 6 = Veteran, 5 = Unknown/Not Stated
									</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntEthnicCD"			type="SBA_Str3"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation><xhtml:p></xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartcpntInTakeDt"				type="xs:string"			minOccurs="0">
				<xs:annotation><xs:documentation><xhtml:p>Date should be in MM/DD/YYYY format. (01/31/1999)</xhtml:p>
				    			</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PrleProbatnInd"			type="SBA_Str1"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>Y-Yes, N-No </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="RACECD"			type="SBA_Str1"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>0 = Black or African American, 2 = American Indian or Alaska Native, 4 = Asian,
																																			  6 = Unanswered, 7 = White, 9 = Native Hawaiian or Other Pacific Islander </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="TechAsstID"			type="SBA_Num10"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> </xhtml:p>
					</xs:documentation>
				</xs:annotation>
				
			</xs:element>
			
			<xs:element name="TechAsstYrNmb"			type="SBA_Num4"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> four digit  year  (2013)</xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TechAsstQtrNmb"			type="SBA_Num1"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> 1-First Quater, 2- Secound Quater, 3-Third Quater,  4-Fourth Quater</xhtml:p>
					</xs:documentation>
				</xs:annotation>
				
			</xs:element>
			
			<xs:element name="TechAsstTypCd"			type="SBA_Num2"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> 10-One-on-One Counseling, 20- Classroom / Computer-based, 30-Peer group TA,  
									40-Sectoral-based networking
						</xhtml:p>
					</xs:documentation>
				</xs:annotation>
				
			</xs:element>
			
			<xs:element name="TechAsstInhseInd"			type="SBA_Str1"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p>Y-Yes, N-No </xhtml:p>
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="TechAsstHrNmb"			type="SBA_Num2"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> 
						</xhtml:p>
					</xs:documentation>
				</xs:annotation>
				
			</xs:element>
			<xs:element name="TechAsstCmntTxt"			type="SBA_Str200"   minOccurs="0">	
				<xs:annotation>
					<xs:documentation>
						<xhtml:p> 
						</xhtml:p>
					</xs:documentation>
				</xs:annotation>
				
			</xs:element>
			
			<xs:element name="TrngStartDt"				type="xs:string"			minOccurs="0">
				<xs:annotation><xs:documentation><xhtml:p>Date should be in MM/DD/YYYY format. (01/31/1999)</xhtml:p>
				    			</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="TrngEndDt"				type="xs:string"			minOccurs="0">
				<xs:annotation><xs:documentation><xhtml:p>Date should be in MM/DD/YYYY format. (01/31/1999)</xhtml:p>
				    			</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="TrnGendDt"				type="xs:string"			minOccurs="0">
				<xs:annotation><xs:documentation><xhtml:p>Date should be in MM/DD/YYYY format. (01/31/1999)</xhtml:p>
				    			</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			
			
		</xs:all>
		
		<xs:attribute name="action"						type="SBA_ActionInsertOnly"	fixed="insert">	
		<xs:annotation><xs:documentation><xhtml:p>For now, only insert is allowed.</xhtml:p>																</xs:documentation></xs:annotation></xs:attribute>
		
		
	</xs:complexType>
</xs:schema>
