Skip to content

Commit eb0a132

Browse files
committed
moved file to class path resource
1 parent 8e1a7e7 commit eb0a132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/xsd/loaneligibility.xsd src/main/resources/xsd/loaneligibility.xsd

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<xsd:element name="customerName" type="xsd:string" />
1111
<xsd:element name="age" type="xsd:int" />
1212
<xsd:element name="yearlyIncome" type="xsd:long" />
13+
<xsd:element name="requestedAmount" type="xsd:long" />
1314
<xsd:element name="cibilScore" type="xsd:int" />
1415
<xsd:element name="employmentMode" type="xsd:string" />
1516
</xsd:sequence>

0 commit comments

Comments
 (0)