Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:
Main schema insurance_policies.xsd
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Properties
attribute form default unqualified
element form default qualified
[ top ]
Element aa:Account
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram insurance_policies.tmp#Account_type insurance_policies.tmp#Account_maskedAccNumber insurance_policies.tmp#Account_version insurance_policies.tmp#Account_linkedAccRef insurance_policies.tmp#Profile insurance_policies.tmp#Summary insurance_policies.tmp#Transactions
Properties
content complex
Model
Children aa:Profile, aa:Summary, aa:Transactions
Instance
<aa:Account linkedAccRef="" maskedAccNumber="" type="insurance" version="" xmlns:aa="http://api.rebit.org.in/FISchema/insurance_policies">
  <aa:Profile>{0,1}</aa:Profile>
  <aa:Summary coverAmount="" coverType="" eiaNumber="" maturityBenefit="" maturityDate="" nextPremiumDueDate="" policyDescription="" policyExpiryDate="" policyName="" policyNumber="" policyStartDate="" policyType="" premiumAmount="" premiumFrequency="" premiumPaymentMonths="" premiumPaymentYears="" sumAssured="" tenureMonths="" tenureYears="">{0,1}</aa:Summary>
  <aa:Transactions endDate="" startDate="">{0,1}</aa:Transactions>
</aa:Account>
Attributes
QName Type Fixed Use
linkedAccRef xs:string required
maskedAccNumber xs:string required
type xs:string insurance required
version aa:version required
Source
<xs:element name="Account">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Profile" minOccurs="0" maxOccurs="1"/>
      <xs:element ref="aa:Summary" minOccurs="0" maxOccurs="1"/>
      <xs:element ref="aa:Transactions" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
    <xs:attribute name="type" use="required" type="xs:string" fixed="insurance"/>
    <xs:attribute name="maskedAccNumber" use="required" type="xs:string"/>
    <xs:attribute name="version" use="required" type="aa:version"/>
    <xs:attribute name="linkedAccRef" use="required" type="xs:string"/>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Profile
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Annotations
Basic Profile of the account which should include the Account Owner
information, maskedAccNumber and linkedAccRef numbers, type of account specific to the FI
type and any other generic details as might be pertinent for the specified FI type.
Diagram
Diagram insurance_policies.tmp#Holders insurance_policies.tmp#Riders
Properties
content complex
Used by
Element aa:Account
Model
Children aa:Holders, aa:Riders
Instance
<aa:Profile xmlns:aa="http://api.rebit.org.in/FISchema/insurance_policies">
  <aa:Holders type="">{1,1}</aa:Holders>
  <aa:Riders>{1,1}</aa:Riders>
</aa:Profile>
Source
<xs:element name="Profile">
  <xs:annotation>
    <xs:documentation>Basic Profile of the account which should include the Account Owner information, maskedAccNumber and linkedAccRef numbers, type of account specific to the FI type and any other generic details as might be pertinent for the specified FI type.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Holders"/>
      <xs:element ref="aa:Riders"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holders
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram insurance_policies.tmp#Holders_type insurance_policies.tmp#Holder
Properties
content complex
Used by
Element aa:Profile
Model
Children aa:Holder
Instance
<aa:Holders type="" xmlns:aa="http://api.rebit.org.in/FISchema/insurance_policies">
  <aa:Holder address="" ckycCompliance="" dob="" email="" landline="" mobile="" name="" nominee="" pan="" rank="">{1,1}</aa:Holder>
</aa:Holders>
Attributes
QName Type Use Annotation
type aa:HoldersType required
Source
<xs:element name="Holders">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Holder"/>
    </xs:sequence>
    <xs:attribute name="type" use="required" type="aa:HoldersType">
      <xs:annotation>
        <xs:documentation>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holder
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram insurance_policies.tmp#Holder_rank insurance_policies.tmp#Holder_name insurance_policies.tmp#Holder_dob insurance_policies.tmp#Holder_mobile insurance_policies.tmp#Holder_landline insurance_policies.tmp#Holder_address insurance_policies.tmp#Holder_email insurance_policies.tmp#Holder_pan insurance_policies.tmp#Holder_ckycCompliance insurance_policies.tmp#Holder_nominee
Properties
content complex
Used by
Element aa:Holders
Attributes
QName Type Use Annotation
address xs:string optional
Address of account holder
ckycCompliance xs:boolean optional
KYC status whether its completed or pending
dob xs:date required
Date of birth of primary account holder
email aa:HolderEmail required
Email ID of primary account holder
landline xs:string optional
Landline number of account holder
mobile xs:string required
Primary mobile number of account holder
name xs:string required
Name of primary holder operating the account
nominee aa:HoldingNominee required
Name of nominee associated with the account
pan aa:HolderPan optional
PAN number of primary account holder
rank aa:HoldersRank required
Source
<xs:element name="Holder">
  <xs:complexType>
    <xs:attribute name="rank" use="required" type="aa:HoldersRank">
      <xs:annotation>
        <xs:documentation>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="name" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Name of primary holder operating the account</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="dob" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>Date of birth of primary account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="mobile" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Primary mobile number of account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="landline" use="optional" type="xs:string">
      <xs:annotation>
        <xs:documentation>Landline number of account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="address" type="xs:string">
      <xs:annotation>
        <xs:documentation>Address of account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="email" use="required" type="aa:HolderEmail">
      <xs:annotation>
        <xs:documentation>Email ID of primary account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="pan" use="optional" type="aa:HolderPan">
      <xs:annotation>
        <xs:documentation>PAN number of primary account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ckycCompliance" use="optional" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>KYC status whether its completed or pending</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="nominee" use="required" type="aa:HoldingNominee">
      <xs:annotation>
        <xs:documentation>Name of nominee associated with the account</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Riders
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram insurance_policies.tmp#Rider
Properties
content complex
Used by
Element aa:Profile
Model
Children aa:Rider
Instance
<aa:Riders xmlns:aa="http://api.rebit.org.in/FISchema/insurance_policies">
  <aa:Rider policyEndDate="" policyStartDate="" premiumAmount="" riderType="" sumAssured="" tenureMonths="" tenureYears="">{1,1}</aa:Rider>
</aa:Riders>
Source
<xs:element name="Riders">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Rider"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Rider
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram insurance_policies.tmp#Rider_riderType insurance_policies.tmp#Rider_sumAssured insurance_policies.tmp#Rider_tenureYears insurance_policies.tmp#Rider_tenureMonths insurance_policies.tmp#Rider_premiumAmount insurance_policies.tmp#Rider_policyStartDate insurance_policies.tmp#Rider_policyEndDate
Properties
content complex
Used by
Element aa:Riders
Attributes
QName Type Use Annotation
policyEndDate xs:date required
Date of policy when it will get expired.
policyStartDate xs:date required
Start date of policy mentioned at the time of issuing
premiumAmount xs:string required
The amount paid periodically to the insurer by the holder for covering the risk.
riderType xs:string required
Type of Insurance Rider if present. E.g., Accidental death rider, waiver of premium, etc.
sumAssured xs:string required
The amount that the insurer agrees to pay on the occurrence of an event. E.g., the guaranteed amount that the beneficiary of the life insurance policy will receive in case of the holder's death.
tenureMonths xs:string required
The duration in months for which the policy provides insurance coverage
tenureYears xs:string required
The duration in years for which the policy provides insurance coverage.
Source
<xs:element name="Rider">
  <xs:complexType>
    <xs:attribute name="riderType" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Type of Insurance Rider if present. E.g., Accidental death rider, waiver of premium, etc.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="sumAssured" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>The amount that the insurer agrees to pay on the occurrence of an event. E.g., the guaranteed amount that the beneficiary of the life insurance policy will receive in case of the holder's death.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="tenureYears" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>The duration in years for which the policy provides insurance coverage.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="tenureMonths" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>The duration in months for which the policy provides insurance coverage</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="premiumAmount" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>The amount paid periodically to the insurer by the holder for covering the risk.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="policyStartDate" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>Start date of policy mentioned at the time of issuing</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="policyEndDate" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>Date of policy when it will get expired.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Summary
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Annotations
The value of the account, term of the deposits if relevant and any other
data that summarizes the funds in the account.
Diagram
Diagram insurance_policies.tmp#Summary_policyName insurance_policies.tmp#Summary_policyNumber insurance_policies.tmp#Summary_eiaNumber insurance_policies.tmp#Summary_policyDescription insurance_policies.tmp#Summary_sumAssured insurance_policies.tmp#Summary_coverAmount insurance_policies.tmp#Summary_tenureMonths insurance_policies.tmp#Summary_tenureYears insurance_policies.tmp#Summary_premiumAmount insurance_policies.tmp#Summary_policyStartDate insurance_policies.tmp#Summary_policyExpiryDate insurance_policies.tmp#Summary_policyType insurance_policies.tmp#Summary_coverType insurance_policies.tmp#Summary_premiumFrequency insurance_policies.tmp#Summary_premiumPaymentYears insurance_policies.tmp#Summary_premiumPaymentMonths insurance_policies.tmp#Summary_nextPremiumDueDate insurance_policies.tmp#Summary_maturityDate insurance_policies.tmp#Summary_maturityBenefit insurance_policies.tmp#MoneyBacks insurance_policies.tmp#ContractClauses insurance_policies.tmp#Covers
Properties
content complex
Used by
Element aa:Account
Model
Children aa:ContractClauses, aa:Covers, aa:MoneyBacks
Instance
<aa:Summary coverAmount="" coverType="" eiaNumber="" maturityBenefit="" maturityDate="" nextPremiumDueDate="" policyDescription="" policyExpiryDate="" policyName="" policyNumber="" policyStartDate="" policyType="" premiumAmount="" premiumFrequency="" premiumPaymentMonths="" premiumPaymentYears="" sumAssured="" tenureMonths="" tenureYears="" xmlns:aa="http://api.rebit.org.in/FISchema/insurance_policies">
  <aa:MoneyBacks>{1,1}</aa:MoneyBacks>
  <aa:ContractClauses>{1,1}</aa:ContractClauses>
  <aa:Covers>{1,1}</aa:Covers>
</aa:Summary>
Attributes
QName Type Use Annotation
coverAmount xs:float required
Amount or value of cover in insurance
coverType aa:CoverType required
The specific risk types covered by the Insurance. E.g., Home insurance might cover Home Structure/ Building or Burglary/Theft, etc.
eiaNumber xs:string required
e-Insurance Account or Electronic Insurance Account number
maturityBenefit xs:string required
The lump-sum amount the insurance company pay the holder after the maturity of insurance policy.
maturityDate xs:date required
Date of maturity for investment
nextPremiumDueDate xs:date optional
policyDescription xs:string optional
Description of policy
policyExpiryDate xs:date optional
policyName xs:string required
Name of policy which is purchased
policyNumber xs:string required
Policy Number alloted or assigned
policyStartDate xs:date required
Date since when policy is valid or stated
policyType aa:PolicyType required
The specific type of Insurance Life, Motor or Health Insurance. E.g Child's Plan
premiumAmount xs:float required
Premium amount to be paid for the policy
premiumFrequency aa:SummarypremiumFrequency required
Frequnecy of premium to be paid whether monthly, quarterly or annually
premiumPaymentMonths xs:positiveInteger required
Number of month till when premium is require to pay
premiumPaymentYears xs:positiveInteger required
Number of year till when premium is require to pay.
sumAssured xs:float required
Amount or value of insurance
tenureMonths xs:string required
Months which are passed since investment made
tenureYears xs:string required
Years which are passed since investment made
Source
<xs:element name="Summary">
  <xs:annotation>
    <xs:documentation>The value of the account, term of the deposits if relevant and any other data that summarizes the funds in the account.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:MoneyBacks"/>
      <xs:element ref="aa:ContractClauses"/>
      <xs:element ref="aa:Covers"/>
    </xs:sequence>
    <xs:attribute name="policyName" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Name of policy which is purchased</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="policyNumber" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Policy Number alloted or assigned</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="eiaNumber" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>e-Insurance Account or Electronic Insurance Account number</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="policyDescription" type="xs:string">
      <xs:annotation>
        <xs:documentation>Description of policy</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="sumAssured" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Amount or value of insurance</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="coverAmount" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Amount or value of cover in insurance</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="tenureMonths" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Months which are passed since investment made</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="tenureYears" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Years which are passed since investment made</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="premiumAmount" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Premium amount to be paid for the policy</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="policyStartDate" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>Date since when policy is valid or stated</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="policyExpiryDate" type="xs:date">
      <xs:annotation>
        <xs:documentation>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="policyType" use="required" type="aa:PolicyType">
      <xs:annotation>
        <xs:documentation>The specific type of Insurance Life, Motor or Health Insurance. E.g Child's Plan</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="coverType" use="required" type="aa:CoverType">
      <xs:annotation>
        <xs:documentation>The specific risk types covered by the Insurance. E.g., Home insurance might cover Home Structure/ Building or Burglary/Theft, etc.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="premiumFrequency" use="required" type="aa:SummarypremiumFrequency">
      <xs:annotation>
        <xs:documentation>Frequnecy of premium to be paid whether monthly, quarterly or annually</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="premiumPaymentYears" use="required" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>Number of year till when premium is require to pay.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="premiumPaymentMonths" use="required" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>Number of month till when premium is require to pay</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="nextPremiumDueDate" type="xs:date">
      <xs:annotation>
        <xs:documentation>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="maturityDate" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>Date of maturity for investment</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="maturityBenefit" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>The lump-sum amount the insurance company pay the holder after the maturity of insurance policy.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:MoneyBacks
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram insurance_policies.tmp#MoneyBack
Properties
content complex
Used by
Element aa:Summary
Model
Children aa:MoneyBack
Instance
<aa:MoneyBacks xmlns:aa="http://api.rebit.org.in/FISchema/insurance_policies">
  <aa:MoneyBack amount="" date="" description="">{1,1}</aa:MoneyBack>
</aa:MoneyBacks>
Source
<xs:element name="MoneyBacks">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:MoneyBack"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:MoneyBack
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram insurance_policies.tmp#MoneyBack_date insurance_policies.tmp#MoneyBack_amount insurance_policies.tmp#MoneyBack_description
Properties
content complex
Used by
Element aa:MoneyBacks
Attributes
QName Type Use Annotation
amount xs:float required
date xs:date required
Start date of policy
description xs:string required
Description or details of security in which investment made
Source
<xs:element name="MoneyBack">
  <xs:complexType>
    <xs:attribute name="date" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>Start date of policy</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="amount" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="description" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Description or details of security in which investment made</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:ContractClauses
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram insurance_policies.tmp#ContractClause
Properties
content complex
Used by
Element aa:Summary
Model
Children aa:ContractClause
Instance
<aa:ContractClauses xmlns:aa="http://api.rebit.org.in/FISchema/insurance_policies">
  <aa:ContractClause amount="" conditions="" description="" exlcusions="" subLimit="" title="">{1,1}</aa:ContractClause>
</aa:ContractClauses>
Source
<xs:element name="ContractClauses">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:ContractClause"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:ContractClause
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram insurance_policies.tmp#ContractClause_title insurance_policies.tmp#ContractClause_subLimit insurance_policies.tmp#ContractClause_conditions insurance_policies.tmp#ContractClause_exlcusions insurance_policies.tmp#ContractClause_amount insurance_policies.tmp#ContractClause_description
Properties
content complex
Used by
Attributes
QName Type Use Annotation
amount xs:float required
conditions xs:string required
The specific provisions, rules of conduct, duties, and obligations that the holder must comply with in order to keep coverage in effect. If these conditions are not met, the insurer can deny the claim.
description xs:string required
Description or details of security in which investment made
exlcusions xs:string required
The risk(s) excluded from the insurance policy coverage
subLimit xs:string required
The amount of coverage available to cover a specific type of loss
title xs:string required
In case of Title insurance whether it is Lender's or Owner's Title insurance
Source
<xs:element name="ContractClause">
  <xs:complexType>
    <xs:attribute name="title" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>In case of Title insurance whether it is Lender's or Owner's Title insurance</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="subLimit" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>The amount of coverage available to cover a specific type of loss</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="conditions" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>The specific provisions, rules of conduct, duties, and obligations that the holder must comply with in order to keep coverage in effect. If these conditions are not met, the insurer can deny the claim.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="exlcusions" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>The risk(s) excluded from the insurance policy coverage</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="amount" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="description" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Description or details of security in which investment made</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Covers
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram insurance_policies.tmp#Cover
Properties
content complex
Used by
Element aa:Summary
Model
Children aa:Cover
Instance
<aa:Covers xmlns:aa="http://api.rebit.org.in/FISchema/insurance_policies">
  <aa:Cover amount="" description="">{1,1}</aa:Cover>
</aa:Covers>
Source
<xs:element name="Covers">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Cover"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Cover
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram insurance_policies.tmp#Cover_amount insurance_policies.tmp#Cover_description
Properties
content complex
Used by
Element aa:Covers
Attributes
QName Type Use Annotation
amount xs:float required
description xs:string required
Description or details of security in which investment made
Source
<xs:element name="Cover">
  <xs:complexType>
    <xs:attribute name="amount" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="description" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Description or details of security in which investment made</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Transactions
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Annotations
Details of all transactions that have been posted in an account.
Diagram
Diagram insurance_policies.tmp#Transactions_startDate insurance_policies.tmp#Transactions_endDate insurance_policies.tmp#Transaction
Properties
content complex
Used by
Element aa:Account
Model
Children aa:Transaction
Instance
<aa:Transactions endDate="" startDate="" xmlns:aa="http://api.rebit.org.in/FISchema/insurance_policies">
  <aa:Transaction amount="" narration="" txnDate="" txnId="" type="">{1,1}</aa:Transaction>
</aa:Transactions>
Attributes
QName Type Use Annotation
endDate xs:date required
End date of investment when tenure get complete
startDate xs:date required
Start date of investment since when it is applicable
Source
<xs:element name="Transactions">
  <xs:annotation>
    <xs:documentation>Details of all transactions that have been posted in an account.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Transaction"/>
    </xs:sequence>
    <xs:attribute name="startDate" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>Start date of investment since when it is applicable</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="endDate" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>End date of investment when tenure get complete</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Transaction
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram insurance_policies.tmp#Transaction_txnId insurance_policies.tmp#Transaction_txnDate insurance_policies.tmp#Transaction_narration insurance_policies.tmp#Transaction_type insurance_policies.tmp#Transaction_amount
Properties
content complex
Used by
Element aa:Transactions
Attributes
QName Type Use Annotation
amount xs:float required
The transaction amount
narration xs:string required
Nararation is additional details in form of decription of remark associated with investment
txnDate xs:date required
Transaction date time stamp for particular record when investment taken place
txnId xs:string required
Transaction ID recorded or captured for investment made
type aa:TransactionType required
Transaction type; may be payment, charge adjustment or credit adjustment
Source
<xs:element name="Transaction">
  <xs:complexType>
    <xs:attribute name="txnId" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Transaction ID recorded or captured for investment made</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="txnDate" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>Transaction date time stamp for particular record when investment taken place</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="narration" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Nararation is additional details in form of decription of remark associated with investment</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" use="required" type="aa:TransactionType">
      <xs:annotation>
        <xs:documentation>Transaction type; may be payment, charge adjustment or credit adjustment</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="amount" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>The transaction amount</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Simple Type aa:PolicyType
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration TERM
enumeration ENDOWMENT
enumeration MONEYBACK
enumeration PENSION_PLAN
enumeration WHOLE_LIFE
enumeration CHILDREN_PLAN
enumeration LOAN_COVER_TERM
enumeration comprehensive COMPREHENSIVE
enumeration THIRD_PARTY
enumeration OTHERS
Used by
Source
<xs:simpleType name="PolicyType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="TERM"/>
    <xs:enumeration value="ENDOWMENT"/>
    <xs:enumeration value="MONEYBACK"/>
    <xs:enumeration value="PENSION_PLAN"/>
    <xs:enumeration value="WHOLE_LIFE"/>
    <xs:enumeration value="CHILDREN_PLAN"/>
    <xs:enumeration value="LOAN_COVER_TERM"/>
    <xs:enumeration value="comprehensive COMPREHENSIVE"/>
    <xs:enumeration value="THIRD_PARTY"/>
    <xs:enumeration value="OTHERS"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:HoldingNominee
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration REGISTERED
enumeration NOT-REGISTERED
Used by
Attribute aa:Holder/@nominee
Source
<xs:simpleType name="HoldingNominee">
  <xs:restriction base="xs:string">
    <xs:enumeration value="REGISTERED"/>
    <xs:enumeration value="NOT-REGISTERED"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:version
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram
Type restriction of xs:float
Facets
maxInclusive 2.0
minInclusive 0.0
Used by
Source
<xs:simpleType name="version">
  <xs:restriction base="xs:float">
    <xs:minInclusive value="0.0"/>
    <xs:maxInclusive value="2.0"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:CoverType
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration TERM_ROP
enumeration CRITICAL_ILLNESS
enumeration HEALTH
enumeration SELF
enumeration FAMILY
enumeration BUILDING
enumeration CONTENTS
enumeration OTHERS
Used by
Source
<xs:simpleType name="CoverType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="TERM_ROP"/>
    <xs:enumeration value="CRITICAL_ILLNESS"/>
    <xs:enumeration value="HEALTH"/>
    <xs:enumeration value="SELF"/>
    <xs:enumeration value="FAMILY"/>
    <xs:enumeration value="BUILDING"/>
    <xs:enumeration value="CONTENTS"/>
    <xs:enumeration value="OTHERS"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:SummarypremiumFrequency
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration MONTHLY
enumeration QUARTELY
enumeration HALF_YEARLY
enumeration YEARLY
enumeration ONE_TIME
Used by
Source
<xs:simpleType name="SummarypremiumFrequency">
  <xs:restriction base="xs:string">
    <xs:enumeration value="MONTHLY"/>
    <xs:enumeration value="QUARTELY"/>
    <xs:enumeration value="HALF_YEARLY"/>
    <xs:enumeration value="YEARLY"/>
    <xs:enumeration value="ONE_TIME"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:HoldersType
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration SINGLE
enumeration JOINT
Used by
Attribute aa:Holders/@type
Source
<xs:simpleType name="HoldersType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="SINGLE"/>
    <xs:enumeration value="JOINT"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:HoldersRank
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 1
enumeration 2
Used by
Attribute aa:Holder/@rank
Source
<xs:simpleType name="HoldersRank">
  <xs:restriction base="xs:string">
    <xs:enumeration value="1"/>
    <xs:enumeration value="2"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:HolderAadhar
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{12}
Source
<xs:simpleType name="HolderAadhar">
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{12}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:HolderEmail
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [^@]+@[^\.]+\..+
Used by
Attribute aa:Holder/@email
Source
<xs:simpleType name="HolderEmail">
  <xs:restriction base="xs:string">
    <xs:pattern value="[^@]+@[^\.]+\..+"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:HolderPan
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][0-9][0-9][0-9][0-9][a-zA-Z]
Used by
Attribute aa:Holder/@pan
Source
<xs:simpleType name="HolderPan">
  <xs:restriction base="xs:string">
    <xs:pattern value="[a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][0-9][0-9][0-9][0-9][a-zA-Z]"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:TransactionType
Namespace http://api.rebit.org.in/FISchema/insurance_policies
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration PREMIUM_PAYMENT
enumeration BONUS
enumeration MONEY_BACK
enumeration LATE_FEES
enumeration FINAL_SETTLEMENT
enumeration CLAIM
enumeration Plan Change PLAN_CHANGE
enumeration INSURANCE_RENEWWAL
enumeration OTHERS
Used by
Source
<xs:simpleType name="TransactionType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="PREMIUM_PAYMENT"/>
    <xs:enumeration value="BONUS"/>
    <xs:enumeration value="MONEY_BACK"/>
    <xs:enumeration value="LATE_FEES"/>
    <xs:enumeration value="FINAL_SETTLEMENT"/>
    <xs:enumeration value="CLAIM"/>
    <xs:enumeration value="Plan Change PLAN_CHANGE"/>
    <xs:enumeration value="INSURANCE_RENEWWAL"/>
    <xs:enumeration value="OTHERS"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Attribute aa:Holder / @rank
Namespace No namespace
Annotations
Type aa:HoldersRank
Properties
use required
Facets
enumeration 1
enumeration 2
Used by
Element aa:Holder
Source
<xs:attribute name="rank" use="required" type="aa:HoldersRank">
  <xs:annotation>
    <xs:documentation>
    </xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @name
Namespace No namespace
Annotations
Name of primary holder operating the account
Type xs:string
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="name" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Name of primary holder operating the account</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @dob
Namespace No namespace
Annotations
Date of birth of primary account holder
Type xs:date
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="dob" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>Date of birth of primary account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @mobile
Namespace No namespace
Annotations
Primary mobile number of account holder
Type xs:string
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="mobile" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Primary mobile number of account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @landline
Namespace No namespace
Annotations
Landline number of account holder
Type xs:string
Properties
use optional
Used by
Element aa:Holder
Source
<xs:attribute name="landline" use="optional" type="xs:string">
  <xs:annotation>
    <xs:documentation>Landline number of account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @address
Namespace No namespace
Annotations
Address of account holder
Type xs:string
Properties
content simple
Used by
Element aa:Holder
Source
<xs:attribute name="address" type="xs:string">
  <xs:annotation>
    <xs:documentation>Address of account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @email
Namespace No namespace
Annotations
Email ID of primary account holder
Type aa:HolderEmail
Properties
use required
Facets
pattern [^@]+@[^\.]+\..+
Used by
Element aa:Holder
Source
<xs:attribute name="email" use="required" type="aa:HolderEmail">
  <xs:annotation>
    <xs:documentation>Email ID of primary account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @pan
Namespace No namespace
Annotations
PAN number of primary account holder
Type aa:HolderPan
Properties
use optional
Facets
pattern [a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][0-9][0-9][0-9][0-9][a-zA-Z]
Used by
Element aa:Holder
Source
<xs:attribute name="pan" use="optional" type="aa:HolderPan">
  <xs:annotation>
    <xs:documentation>PAN number of primary account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @ckycCompliance
Namespace No namespace
Annotations
KYC status whether its completed or pending
Type xs:boolean
Properties
use optional
Used by
Element aa:Holder
Source
<xs:attribute name="ckycCompliance" use="optional" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>KYC status whether its completed or pending</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @nominee
Namespace No namespace
Annotations
Name of nominee associated with the account
Type aa:HoldingNominee
Properties
use required
Facets
enumeration REGISTERED
enumeration NOT-REGISTERED
Used by
Element aa:Holder
Source
<xs:attribute name="nominee" use="required" type="aa:HoldingNominee">
  <xs:annotation>
    <xs:documentation>Name of nominee associated with the account</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holders / @type
Namespace No namespace
Annotations
Type aa:HoldersType
Properties
use required
Facets
enumeration SINGLE
enumeration JOINT
Used by
Element aa:Holders
Source
<xs:attribute name="type" use="required" type="aa:HoldersType">
  <xs:annotation>
    <xs:documentation>
    </xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Rider / @riderType
Namespace No namespace
Annotations
Type of Insurance Rider if present. E.g., Accidental death rider, waiver of premium, etc.
Type xs:string
Properties
use required
Used by
Element aa:Rider
Source
<xs:attribute name="riderType" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Type of Insurance Rider if present. E.g., Accidental death rider, waiver of premium, etc.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Rider / @sumAssured
Namespace No namespace
Annotations
The amount that the insurer agrees to pay on the occurrence of an event. E.g., the guaranteed amount that the beneficiary of the life insurance policy will receive in case of the holder's death.
Type xs:string
Properties
use required
Used by
Element aa:Rider
Source
<xs:attribute name="sumAssured" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>The amount that the insurer agrees to pay on the occurrence of an event. E.g., the guaranteed amount that the beneficiary of the life insurance policy will receive in case of the holder's death.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Rider / @tenureYears
Namespace No namespace
Annotations
The duration in years for which the policy provides insurance coverage.
Type xs:string
Properties
use required
Used by
Element aa:Rider
Source
<xs:attribute name="tenureYears" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>The duration in years for which the policy provides insurance coverage.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Rider / @tenureMonths
Namespace No namespace
Annotations
The duration in months for which the policy provides insurance coverage
Type xs:string
Properties
use required
Used by
Element aa:Rider
Source
<xs:attribute name="tenureMonths" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>The duration in months for which the policy provides insurance coverage</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Rider / @premiumAmount
Namespace No namespace
Annotations
The amount paid periodically to the insurer by the holder for covering the risk.
Type xs:string
Properties
use required
Used by
Element aa:Rider
Source
<xs:attribute name="premiumAmount" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>The amount paid periodically to the insurer by the holder for covering the risk.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Rider / @policyStartDate
Namespace No namespace
Annotations
Start date of policy mentioned at the time of issuing
Type xs:date
Properties
use required
Used by
Element aa:Rider
Source
<xs:attribute name="policyStartDate" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>Start date of policy mentioned at the time of issuing</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Rider / @policyEndDate
Namespace No namespace
Annotations
Date of policy when it will get expired.
Type xs:date
Properties
use required
Used by
Element aa:Rider
Source
<xs:attribute name="policyEndDate" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>Date of policy when it will get expired.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:MoneyBack / @date
Namespace No namespace
Annotations
Start date of policy
Type xs:date
Properties
use required
Used by
Element aa:MoneyBack
Source
<xs:attribute name="date" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>Start date of policy</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:MoneyBack / @amount
Namespace No namespace
Annotations
Type xs:float
Properties
use required
Used by
Element aa:MoneyBack
Source
<xs:attribute name="amount" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>
    </xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:MoneyBack / @description
Namespace No namespace
Annotations
Description or details of security in which investment made
Type xs:string
Properties
use required
Used by
Element aa:MoneyBack
Source
<xs:attribute name="description" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Description or details of security in which investment made</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:ContractClause / @title
Namespace No namespace
Annotations
In case of Title insurance whether it is Lender's or Owner's Title insurance
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="title" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>In case of Title insurance whether it is Lender's or Owner's Title insurance</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:ContractClause / @subLimit
Namespace No namespace
Annotations
The amount of coverage available to cover a specific type of loss
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="subLimit" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>The amount of coverage available to cover a specific type of loss</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:ContractClause / @conditions
Namespace No namespace
Annotations
The specific provisions, rules of conduct, duties, and obligations that the holder must comply with in order to keep coverage in effect. If these conditions are not met, the insurer can deny the claim.
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="conditions" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>The specific provisions, rules of conduct, duties, and obligations that the holder must comply with in order to keep coverage in effect. If these conditions are not met, the insurer can deny the claim.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:ContractClause / @exlcusions
Namespace No namespace
Annotations
The risk(s) excluded from the insurance policy coverage
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="exlcusions" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>The risk(s) excluded from the insurance policy coverage</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:ContractClause / @amount
Namespace No namespace
Annotations
Type xs:float
Properties
use required
Used by
Source
<xs:attribute name="amount" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>
    </xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:ContractClause / @description
Namespace No namespace
Annotations
Description or details of security in which investment made
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="description" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Description or details of security in which investment made</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Cover / @amount
Namespace No namespace
Annotations
Type xs:float
Properties
use required
Used by
Element aa:Cover
Source
<xs:attribute name="amount" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>
    </xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Cover / @description
Namespace No namespace
Annotations
Description or details of security in which investment made
Type xs:string
Properties
use required
Used by
Element aa:Cover
Source
<xs:attribute name="description" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Description or details of security in which investment made</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @policyName
Namespace No namespace
Annotations
Name of policy which is purchased
Type xs:string
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="policyName" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Name of policy which is purchased</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @policyNumber
Namespace No namespace
Annotations
Policy Number alloted or assigned
Type xs:string
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="policyNumber" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Policy Number alloted or assigned</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @eiaNumber
Namespace No namespace
Annotations
e-Insurance Account or Electronic Insurance Account number
Type xs:string
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="eiaNumber" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>e-Insurance Account or Electronic Insurance Account number</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @policyDescription
Namespace No namespace
Annotations
Description of policy
Type xs:string
Properties
content simple
Used by
Element aa:Summary
Source
<xs:attribute name="policyDescription" type="xs:string">
  <xs:annotation>
    <xs:documentation>Description of policy</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @sumAssured
Namespace No namespace
Annotations
Amount or value of insurance
Type xs:float
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="sumAssured" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Amount or value of insurance</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @coverAmount
Namespace No namespace
Annotations
Amount or value of cover in insurance
Type xs:float
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="coverAmount" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Amount or value of cover in insurance</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @tenureMonths
Namespace No namespace
Annotations
Months which are passed since investment made
Type xs:string
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="tenureMonths" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Months which are passed since investment made</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @tenureYears
Namespace No namespace
Annotations
Years which are passed since investment made
Type xs:string
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="tenureYears" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Years which are passed since investment made</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @premiumAmount
Namespace No namespace
Annotations
Premium amount to be paid for the policy
Type xs:float
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="premiumAmount" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Premium amount to be paid for the policy</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @policyStartDate
Namespace No namespace
Annotations
Date since when policy is valid or stated
Type xs:date
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="policyStartDate" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>Date since when policy is valid or stated</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @policyExpiryDate
Namespace No namespace
Annotations
Type xs:date
Properties
content simple
Used by
Element aa:Summary
Source
<xs:attribute name="policyExpiryDate" type="xs:date">
  <xs:annotation>
    <xs:documentation>
    </xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @policyType
Namespace No namespace
Annotations
The specific type of Insurance Life, Motor or Health Insurance. E.g Child's Plan
Type aa:PolicyType
Properties
use required
Facets
enumeration TERM
enumeration ENDOWMENT
enumeration MONEYBACK
enumeration PENSION_PLAN
enumeration WHOLE_LIFE
enumeration CHILDREN_PLAN
enumeration LOAN_COVER_TERM
enumeration comprehensive COMPREHENSIVE
enumeration THIRD_PARTY
enumeration OTHERS
Used by
Element aa:Summary
Source
<xs:attribute name="policyType" use="required" type="aa:PolicyType">
  <xs:annotation>
    <xs:documentation>The specific type of Insurance Life, Motor or Health Insurance. E.g Child's Plan</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @coverType
Namespace No namespace
Annotations
The specific risk types covered by the Insurance. E.g., Home insurance might cover Home Structure/ Building or Burglary/Theft, etc.
Type aa:CoverType
Properties
use required
Facets
enumeration TERM_ROP
enumeration CRITICAL_ILLNESS
enumeration HEALTH
enumeration SELF
enumeration FAMILY
enumeration BUILDING
enumeration CONTENTS
enumeration OTHERS
Used by
Element aa:Summary
Source
<xs:attribute name="coverType" use="required" type="aa:CoverType">
  <xs:annotation>
    <xs:documentation>The specific risk types covered by the Insurance. E.g., Home insurance might cover Home Structure/ Building or Burglary/Theft, etc.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @premiumFrequency
Namespace No namespace
Annotations
Frequnecy of premium to be paid whether monthly, quarterly or annually
Type aa:SummarypremiumFrequency
Properties
use required
Facets
enumeration MONTHLY
enumeration QUARTELY
enumeration HALF_YEARLY
enumeration YEARLY
enumeration ONE_TIME
Used by
Element aa:Summary
Source
<xs:attribute name="premiumFrequency" use="required" type="aa:SummarypremiumFrequency">
  <xs:annotation>
    <xs:documentation>Frequnecy of premium to be paid whether monthly, quarterly or annually</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @premiumPaymentYears
Namespace No namespace
Annotations
Number of year till when premium is require to pay.
Type xs:positiveInteger
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="premiumPaymentYears" use="required" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>Number of year till when premium is require to pay.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @premiumPaymentMonths
Namespace No namespace
Annotations
Number of month till when premium is require to pay
Type xs:positiveInteger
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="premiumPaymentMonths" use="required" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>Number of month till when premium is require to pay</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @nextPremiumDueDate
Namespace No namespace
Annotations
Type xs:date
Properties
content simple
Used by
Element aa:Summary
Source
<xs:attribute name="nextPremiumDueDate" type="xs:date">
  <xs:annotation>
    <xs:documentation>
    </xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @maturityDate
Namespace No namespace
Annotations
Date of maturity for investment
Type xs:date
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="maturityDate" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>Date of maturity for investment</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @maturityBenefit
Namespace No namespace
Annotations
The lump-sum amount the insurance company pay the holder after the maturity of insurance policy.
Type xs:string
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="maturityBenefit" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>The lump-sum amount the insurance company pay the holder after the maturity of insurance policy.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @txnId
Namespace No namespace
Annotations
Transaction ID recorded or captured for investment made
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="txnId" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Transaction ID recorded or captured for investment made</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @txnDate
Namespace No namespace
Annotations
Transaction date time stamp for particular record when investment taken place
Type xs:date
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="txnDate" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>Transaction date time stamp for particular record when investment taken place</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @narration
Namespace No namespace
Annotations
Nararation is additional details in form of decription of remark associated with investment
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="narration" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Nararation is additional details in form of decription of remark associated with investment</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @type
Namespace No namespace
Annotations
Transaction type; may be payment, charge adjustment or credit adjustment
Type aa:TransactionType
Properties
use required
Facets
enumeration PREMIUM_PAYMENT
enumeration BONUS
enumeration MONEY_BACK
enumeration LATE_FEES
enumeration FINAL_SETTLEMENT
enumeration CLAIM
enumeration Plan Change PLAN_CHANGE
enumeration INSURANCE_RENEWWAL
enumeration OTHERS
Used by
Element aa:Transaction
Source
<xs:attribute name="type" use="required" type="aa:TransactionType">
  <xs:annotation>
    <xs:documentation>Transaction type; may be payment, charge adjustment or credit adjustment</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @amount
Namespace No namespace
Annotations
The transaction amount
Type xs:float
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="amount" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>The transaction amount</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transactions / @startDate
Namespace No namespace
Annotations
Start date of investment since when it is applicable
Type xs:date
Properties
use required
Used by
Element aa:Transactions
Source
<xs:attribute name="startDate" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>Start date of investment since when it is applicable</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transactions / @endDate
Namespace No namespace
Annotations
End date of investment when tenure get complete
Type xs:date
Properties
use required
Used by
Element aa:Transactions
Source
<xs:attribute name="endDate" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>End date of investment when tenure get complete</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Account / @type
Namespace No namespace
Type xs:string
Properties
use required
fixed insurance
Used by
Element aa:Account
Source
<xs:attribute name="type" use="required" type="xs:string" fixed="insurance"/>
[ top ]
Attribute aa:Account / @maskedAccNumber
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Account
Source
<xs:attribute name="maskedAccNumber" use="required" type="xs:string"/>
[ top ]
Attribute aa:Account / @version
Namespace No namespace
Type aa:version
Properties
use required
Facets
maxInclusive 2.0
minInclusive 0.0
Used by
Element aa:Account
Source
<xs:attribute name="version" use="required" type="aa:version"/>
[ top ]
Attribute aa:Account / @linkedAccRef
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Account
Source
<xs:attribute name="linkedAccRef" use="required" type="xs:string"/>
[ top ]