Main schema bonds.xsd
Element aa:Account
Element aa:Profile
Element aa:Holders
Element aa:Holder
Element aa:Summary
Element aa:Holdings
Element aa:Holding
Element aa:Transactions
Element aa:Transaction
Simple Type aa:SummaryTaxable
Simple Type aa:HoldingNominee
Simple Type aa:TransactionType
Simple Type aa:SummaryScheme
|
|
|
|
Namespace |
http://api.rebit.org.in/FISchema/bonds |
Diagram
|
|
Type |
restriction of xs:string |
Facets
|
enumeration |
FIXED_INTEREST_RATE |
|
enumeration |
T_NOTES |
|
enumeration |
T_BONDS |
|
enumeration |
OTHERS |
|
|
Used by
|
|
Source
|
<xs:simpleType name="SummaryScheme">
<xs:restriction base="xs:string">
<xs:enumeration value="FIXED_INTEREST_RATE"/>
<xs:enumeration value="T_NOTES"/>
<xs:enumeration value="T_BONDS"/>
<xs:enumeration value="OTHERS"/>
</xs:restriction>
</xs:simpleType> |
|
|
|
|
|
|
Simple Type aa:version
Simple Type aa:HoldersType
Simple Type aa:HolderAadhar
Simple Type aa:HolderEmail
Simple Type aa:HolderPan
Simple Type aa:InterestComputationType
Simple Type aa:CompoundingFrequencyType
|
|
|
|
Namespace |
http://api.rebit.org.in/FISchema/bonds |
Diagram
|
|
Type |
restriction of xs:string |
Facets
|
enumeration |
MONTHLY |
|
enumeration |
HALF_YEARLY |
|
enumeration |
YEARLY |
|
enumeration |
OTHERS |
|
|
Used by
|
|
Source
|
<xs:simpleType name="CompoundingFrequencyType">
<xs:restriction base="xs:string">
<xs:enumeration value="MONTHLY"/>
<xs:enumeration value="HALF_YEARLY"/>
<xs:enumeration value="YEARLY"/>
<xs:enumeration value="OTHERS"/>
</xs:restriction>
</xs:simpleType> |
|
|
|
|
|
|
Simple Type aa:InterestPayoutType
|
|
|
|
Namespace |
http://api.rebit.org.in/FISchema/bonds |
Diagram
|
|
Type |
restriction of xs:string |
Facets
|
enumeration |
MONTHLY |
|
enumeration |
HALF_YEARLY |
|
enumeration |
YEARLY |
|
enumeration |
OTHERS |
|
|
Used by
|
|
Source
|
<xs:simpleType name="InterestPayoutType">
<xs:restriction base="xs:string">
<xs:enumeration value="MONTHLY"/>
<xs:enumeration value="HALF_YEARLY"/>
<xs:enumeration value="YEARLY"/>
<xs:enumeration value="OTHERS"/>
</xs:restriction>
</xs:simpleType> |
|
|
|
|
|
|
Simple Type aa:SummaryinterestComputation
Simple Type aa:SummaryinterestCompoFrequency
|
|
|
|
Namespace |
http://api.rebit.org.in/FISchema/bonds |
Diagram
|
|
Type |
restriction of xs:string |
Facets
|
enumeration |
MONTHLY |
|
enumeration |
QUARTERLY |
|
enumeration |
HALF-YEARLY |
|
enumeration |
YEARLY |
|
|
Source
|
<xs:simpleType name="SummaryinterestCompoFrequency ">
<xs:restriction base="xs:string">
<xs:enumeration value="MONTHLY"/>
<xs:enumeration value="QUARTERLY"/>
<xs:enumeration value="HALF-YEARLY"/>
<xs:enumeration value="YEARLY"/>
</xs:restriction>
</xs:simpleType> |
|
|
|
|
|
|
Simple Type aa:SummaryInterestPayout
|
|
|
|
Namespace |
http://api.rebit.org.in/FISchema/bonds |
Diagram
|
|
Type |
restriction of xs:string |
Facets
|
enumeration |
MONTHLY |
|
enumeration |
QUARTERLY |
|
enumeration |
HALF-YEARLY |
|
enumeration |
YEARLY |
|
enumeration |
ON-Maturity |
|
|
Source
|
<xs:simpleType name="SummaryInterestPayout">
<xs:restriction base="xs:string">
<xs:enumeration value="MONTHLY"/>
<xs:enumeration value="QUARTERLY"/>
<xs:enumeration value="HALF-YEARLY"/>
<xs:enumeration value="YEARLY"/>
<xs:enumeration value="ON-Maturity"/>
</xs:restriction>
</xs:simpleType> |
|
|
|
|
|
|
Simple Type aa:TransactionTypes
|
|
|
|
Namespace |
http://api.rebit.org.in/FISchema/bonds |
Diagram
|
|
Type |
restriction of xs:string |
Facets
|
enumeration |
OPENING |
|
enumeration |
INTEREST |
|
enumeration |
TDS |
|
enumeration |
INSTALLMENT |
|
enumeration |
CLOSING |
|
enumeration |
OTHERS |
|
|
Source
|
<xs:simpleType name="TransactionTypes">
<xs:restriction base="xs:string">
<xs:enumeration value="OPENING"/>
<xs:enumeration value="INTEREST"/>
<xs:enumeration value="TDS"/>
<xs:enumeration value="INSTALLMENT"/>
<xs:enumeration value="CLOSING"/>
<xs:enumeration value="OTHERS"/>
</xs:restriction>
</xs:simpleType> |
|
|
|
|
|
|
|
|
|
|
Namespace |
No namespace |
Type |
aa:SummaryScheme |
Properties
|
|
Facets
|
enumeration |
FIXED_INTEREST_RATE |
|
enumeration |
T_NOTES |
|
enumeration |
T_BONDS |
|
enumeration |
OTHERS |
|
|
Used by
|
|
Source
|
<xs:attribute name="scheme" use="required" type="aa:SummaryScheme">
</xs:attribute> |
|
|
|
|
|
|
|
|
|
|
Namespace |
No namespace |
Type |
aa:CompoundingFrequencyType |
Properties
|
|
Facets
|
enumeration |
MONTHLY |
|
enumeration |
HALF_YEARLY |
|
enumeration |
YEARLY |
|
enumeration |
OTHERS |
|
|
Used by
|
|
Source
|
<xs:attribute name="compoundingFrequency" use="required" type="aa:CompoundingFrequencyType"/> |
|
|
|
|
|
|
|
|
|
|
Namespace |
No namespace |
Type |
aa:InterestPayoutType |
Properties
|
|
Facets
|
enumeration |
MONTHLY |
|
enumeration |
HALF_YEARLY |
|
enumeration |
YEARLY |
|
enumeration |
OTHERS |
|
|
Used by
|
|
Source
|
<xs:attribute name="interestPayout" use="required" type="aa:InterestPayoutType"/> |
|
|
|
|
|
|