Skip to content

Commit 9b5fa55

Browse files
Merge pull request #27 from surendhar153/insurance_policies_spec
fixed typo errors in equities fi
2 parents 7cd5764 + ab484a5 commit 9b5fa55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schemas/equity_shares/equities.xsd

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<xs:enumeration value="ADDITIONAL-PAID-IN-CAPITAL"/>
3131
<xs:enumeration value="CONTRIBUTED-SURPLUS"/>
3232
<xs:enumeration value="RETAINED-EARNING"/>
33-
<xs:enumeration value=" OTHERS"/>
33+
<xs:enumeration value="OTHERS"/>
3434
</xs:restriction>
3535
</xs:simpleType>
3636

@@ -42,15 +42,15 @@
4242
<xs:enumeration value="SPLIT"/>
4343
<xs:enumeration value="DIVIDEND"/>
4444
<xs:enumeration value="RIGHTS"/>
45-
<xs:enumeration value=" OTHERS"/>
45+
<xs:enumeration value="OTHERS"/>
4646
</xs:restriction>
4747
</xs:simpleType>
4848

4949
<xs:simpleType name="TransactionsSymbol">
5050
<xs:restriction base="xs:string">
5151
<xs:enumeration value="BSE"/>
5252
<xs:enumeration value="NSE"/>
53-
<xs:enumeration value=" OTHERS"/>
53+
<xs:enumeration value="OTHERS"/>
5454
</xs:restriction>
5555
</xs:simpleType>
5656

0 commit comments

Comments
 (0)