Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:
Main schema nps.xsd
Namespace http://api.rebit.org.in/FISchema/nps
Properties
attribute form default unqualified
element form default qualified
[ top ]
Element aa:Account
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagramnps.tmp#Account_maskedPranIdnps.tmp#Account_versionnps.tmp#Account_linkedAccRefnps.tmp#Account_typenps.tmp#Profilenps.tmp#Summarynps.tmp#Transactions
Properties
content complex
Model
Children aa:Profile, aa:Summary, aa:Transactions
Instance
<aa:Account linkedAccRef="" maskedPranId="" type="nps" version="" xmlns:aa="http://api.rebit.org.in/FISchema/nps">
  <aa:Profile>{0,1}</aa:Profile>
  <aa:Summary currentValue="" debtAssetValue="" equityAssetValue="" openingDate="" otherAssetValue="" status="" tier1NAVDate="" tier1Status="" tier2NAVDate="" tier2Status="">{0,1}</aa:Summary>
  <aa:Transactions>{0,1}</aa:Transactions>
</aa:Account>
Attributes
QName Type Fixed Use Annotation
linkedAccRef xs:string required
maskedPranId xs:string required
Permanent Retirement Account Number is a unique 12 digit number that identifies those individuals who have registered themselves under the National Pension Scheme (NPS)
type xs:string nps 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="maskedPranId" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Permanent Retirement Account Number is a unique 12 digit number that identifies those individuals who have registered themselves under the National Pension Scheme (NPS)</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="version" use="required" type="aa:version"/>
    <xs:attribute name="linkedAccRef" use="required" type="xs:string"/>
    <xs:attribute name="type" use="required" type="xs:string" fixed="nps"/>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Profile
Namespace http://api.rebit.org.in/FISchema/nps
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
Diagramnps.tmp#Holders
Properties
content complex
Used by
Element aa:Account
Model
Children aa:Holders
Instance
<aa:Profile xmlns:aa="http://api.rebit.org.in/FISchema/nps">
  <aa:Holders>{1,1}</aa:Holders>
</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" maxOccurs="1" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holders
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagramnps.tmp#Holder
Properties
content complex
Used by
Element aa:Profile
Model
Children aa:Holder
Instance
<aa:Holders xmlns:aa="http://api.rebit.org.in/FISchema/nps">
  <aa:Holder address="" dob="" email="" kycCompliance="" landline="" mobile="" name="" nominee="" pan="" pranId="">{1,unbounded}</aa:Holder>
</aa:Holders>
Source
<xs:element name="Holders">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Holder" maxOccurs="unbounded" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holder
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagramnps.tmp#Holder_namenps.tmp#Holder_dobnps.tmp#Holder_mobilenps.tmp#Holder_nomineenps.tmp#Holder_pranIdnps.tmp#Holder_landlinenps.tmp#Holder_addressnps.tmp#Holder_emailnps.tmp#Holder_pannps.tmp#Holder_kycCompliance
Properties
content complex
Used by
Element aa:Holders
Attributes
QName Type Use Annotation
address xs:string optional
Address of account holder
dob xs:date required
Date of birth of account holder
email aa:HolderEmail optional
Email id of account holder
kycCompliance xs:boolean optional
KYC status whether its completed or pending
landline xs:string optional
Landline number of account holder
mobile xs:string required
Mobile number of account holder
name xs:string required
Name of account holder
nominee aa:HoldingNominee optional
Status of nominee registered with the account
pan aa:HolderPan required
PAN number of account holder
pranId xs:string required
Permanent Retirement Account Number is a unique 12 digit number that identifies those individuals who have registered themselves under the National Pension Scheme (NPS)
Source
<xs:element name="Holder">
  <xs:complexType>
    <xs:attribute name="name" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Name of account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="dob" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>Date of birth of account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="mobile" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Mobile number of account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="nominee" use="optional" type="aa:HoldingNominee">
      <xs:annotation>
        <xs:documentation>Status of nominee registered with the account</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="pranId" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Permanent Retirement Account Number is a unique 12 digit number that identifies those individuals who have registered themselves under the National Pension Scheme (NPS)</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="landline" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>Landline number of account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="address" use="optional" type="xs:string">
      <xs:annotation>
        <xs:documentation>Address of account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="email" use="optional" type="aa:HolderEmail">
      <xs:annotation>
        <xs:documentation>Email id of account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="pan" use="required" type="aa:HolderPan">
      <xs:annotation>
        <xs:documentation>PAN number of account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="kycCompliance" use="optional" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>KYC status whether its completed or pending</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Summary
Namespace http://api.rebit.org.in/FISchema/nps
Annotations
The value of the account, term of the deposits if relevant and any other
data that summarizes the funds in the account.
Diagram
Diagramnps.tmp#Summary_openingDatenps.tmp#Summary_currentValuenps.tmp#Summary_statusnps.tmp#Summary_tier1Statusnps.tmp#Summary_tier2NAVDatenps.tmp#Summary_tier2Statusnps.tmp#Summary_tier1NAVDatenps.tmp#Summary_debtAssetValuenps.tmp#Summary_equityAssetValuenps.tmp#Summary_otherAssetValuenps.tmp#Holdings
Properties
content complex
Used by
Element aa:Account
Model
Children aa:Holdings
Instance
<aa:Summary currentValue="" debtAssetValue="" equityAssetValue="" openingDate="" otherAssetValue="" status="" tier1NAVDate="" tier1Status="" tier2NAVDate="" tier2Status="" xmlns:aa="http://api.rebit.org.in/FISchema/nps">
  <aa:Holdings>{1,1}</aa:Holdings>
</aa:Summary>
Attributes
QName Type Use Annotation
currentValue xs:float required
Current value of investment as on date.
debtAssetValue xs:float optional
Amount or Value of investment made in debt instrument of NPS scheme.
equityAssetValue xs:float optional
Amount or Value of investment made in equity instrument of NPS scheme.
openingDate xs:date required
Date of account opening and initial investment made.
otherAssetValue xs:float optional
Amount or Value of investment made in other instrument of NPS scheme.
status aa:SummaryStatus required
Status of the account whether Active or Inactive.
tier1NAVDate xs:date required
Net assets value of fund in which investment made as part of tier1 NPS investment.
tier1Status aa:SummaryTier1Status required
Status of fund whether its Active, Inactive or Frozen.
tier2NAVDate xs:date optional
Net assets value of fund in which investment made as part of tier2 NPS investment.
tier2Status aa:SummaryTier2Status optional
Status of fund whether its Active, Inactive, Frozen or NA.
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:Holdings" maxOccurs="1" minOccurs="1"/>
    </xs:sequence>
    <xs:attribute name="openingDate" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>Date of account opening and initial investment made.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="currentValue" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Current value of investment as on date.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="status" use="required" type="aa:SummaryStatus">
      <xs:annotation>
        <xs:documentation>Status of the account whether Active or Inactive.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="tier1Status" use="required" type="aa:SummaryTier1Status">
      <xs:annotation>
        <xs:documentation>Status of fund whether its Active, Inactive or Frozen.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="tier2NAVDate" use="optional" type="xs:date">
      <xs:annotation>
        <xs:documentation>Net assets value of fund in which investment made as part of tier2 NPS investment.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="tier2Status" use="optional" type="aa:SummaryTier2Status">
      <xs:annotation>
        <xs:documentation>Status of fund whether its Active, Inactive, Frozen or NA.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="tier1NAVDate" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>Net assets value of fund in which investment made as part of tier1 NPS investment.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="debtAssetValue" use="optional" type="xs:float">
      <xs:annotation>
        <xs:documentation>Amount or Value of investment made in debt instrument of NPS scheme.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="equityAssetValue" use="optional" type="xs:float">
      <xs:annotation>
        <xs:documentation>Amount or Value of investment made in equity instrument of NPS scheme.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="otherAssetValue" use="optional" type="xs:float">
      <xs:annotation>
        <xs:documentation>Amount or Value of investment made in other instrument of NPS scheme.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holdings
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagramnps.tmp#Tier1Holdingsnps.tmp#Tier2Holdings
Properties
content complex
Used by
Element aa:Summary
Model
Children aa:Tier1Holdings, aa:Tier2Holdings
Instance
<aa:Holdings xmlns:aa="http://api.rebit.org.in/FISchema/nps">
  <aa:Tier1Holdings amountInTransition="" currentValue="" schemePreferenceType="">{1,1}</aa:Tier1Holdings>
  <aa:Tier2Holdings amountInTransition="" currentValue="" schemePreferenceType="">{0,1}</aa:Tier2Holdings>
</aa:Holdings>
Source
<xs:element name="Holdings">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Tier1Holdings" maxOccurs="1" minOccurs="1"/>
      <xs:element ref="aa:Tier2Holdings" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Tier1Holdings
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagramnps.tmp#Tier1Holdings_schemePreferenceTypenps.tmp#Tier1Holdings_amountInTransitionnps.tmp#Tier1Holdings_currentValuenps.tmp#Tier1Holding
Properties
content complex
Used by
Element aa:Holdings
Model
Children aa:Tier1Holding
Instance
<aa:Tier1Holdings amountInTransition="" currentValue="" schemePreferenceType="" xmlns:aa="http://api.rebit.org.in/FISchema/nps">
  <aa:Tier1Holding allocationPercentage="" blockedUnits="" freeUnits="" nav="" schemeId="" schemeName="" totalUnits="" totalValueOfScheme="">{1,4}</aa:Tier1Holding>
</aa:Tier1Holdings>
Attributes
QName Type Use Annotation
amountInTransition xs:float required
The number of units blocked to complete a transition (Scheme Change/Withdrawal/Shifting request is under progress)
currentValue xs:float required
Current value of investment
schemePreferenceType aa:SummaryTier1SchemePreferenceType optional
Preference or Percentage of investor selected for investment made in various security type
Source
<xs:element name="Tier1Holdings">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Tier1Holding" maxOccurs="4"/>
    </xs:sequence>
    <xs:attribute name="schemePreferenceType" use="optional" type="aa:SummaryTier1SchemePreferenceType">
      <xs:annotation>
        <xs:documentation>Preference or Percentage of investor selected for investment made in various security type</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="amountInTransition" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>The number of units blocked to complete a transition (Scheme Change/Withdrawal/Shifting request is under progress)</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="currentValue" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Current value of investment</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Tier1Holding
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagramnps.tmp#Tier1Holding_blockedUnitsnps.tmp#Tier1Holding_freeUnitsnps.tmp#Tier1Holding_navnps.tmp#Tier1Holding_schemeNamenps.tmp#Tier1Holding_schemeIdnps.tmp#Tier1Holding_allocationPercentagenps.tmp#Tier1Holding_totalUnitsnps.tmp#Tier1Holding_totalValueOfScheme
Properties
content complex
Used by
Attributes
QName Type Use Annotation
allocationPercentage xs:float required
Segregation and Percentage of units allotted in equity, debt and govt. funds
blockedUnits xs:float required
Number of units which are blocked for specific period and not available for sale
freeUnits xs:float required
The number of units not under any transition
nav xs:string required
NAV is current market rate of security held as on date
schemeId xs:string required
ID of scheme chosen by person for the investment.
schemeName xs:string required
Name of scheme chosen by person for the investment.
totalUnits xs:float required
Total number of units issued to investor in the fund opted
totalValueOfScheme xs:float required
Total combined and consolidated value of investment scheme in Tier 1.
Source
<xs:element name="Tier1Holding">
  <xs:complexType>
    <xs:attribute name="blockedUnits" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Number of units which are blocked for specific period and not available for sale</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="freeUnits" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>The number of units not under any transition</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="nav" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>NAV is current market rate of security held as on date</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="schemeName" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Name of scheme chosen by person for the investment.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="schemeId" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>ID of scheme chosen by person for the investment.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="allocationPercentage" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Segregation and Percentage of units allotted in equity, debt and govt. funds</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="totalUnits" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Total number of units issued to investor in the fund opted</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="totalValueOfScheme" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Total combined and consolidated value of investment scheme in Tier 1.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Tier2Holdings
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagramnps.tmp#Tier2Holdings_schemePreferenceTypenps.tmp#Tier2Holdings_currentValuenps.tmp#Tier2Holdings_amountInTransitionnps.tmp#Tier2Holding
Properties
content complex
Used by
Element aa:Holdings
Model
Children aa:Tier2Holding
Instance
<aa:Tier2Holdings amountInTransition="" currentValue="" schemePreferenceType="" xmlns:aa="http://api.rebit.org.in/FISchema/nps">
  <aa:Tier2Holding allocationPercentage="" blockedUnits="" freeUnits="" nav="" schemeId="" schemeName="" totalUnits="" totalValueOfScheme="">{1,4}</aa:Tier2Holding>
</aa:Tier2Holdings>
Attributes
QName Type Use Annotation
amountInTransition xs:float required
The number of units blocked to complete a transition (Scheme Change/Withdrawal/Shifting request is under progress).
currentValue xs:float required
Current value of investment
schemePreferenceType aa:SummaryTier2SchemePreferenceType optional
Preference or Percentage of investor selected for investment made in various security type
Source
<xs:element name="Tier2Holdings">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Tier2Holding" maxOccurs="4" minOccurs="1"/>
    </xs:sequence>
    <xs:attribute name="schemePreferenceType" use="optional" type="aa:SummaryTier2SchemePreferenceType">
      <xs:annotation>
        <xs:documentation>Preference or Percentage of investor selected for investment made in various security type</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="currentValue" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Current value of investment</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="amountInTransition" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>The number of units blocked to complete a transition (Scheme Change/Withdrawal/Shifting request is under progress).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Tier2Holding
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagramnps.tmp#Tier2Holding_blockedUnitsnps.tmp#Tier2Holding_freeUnitsnps.tmp#Tier2Holding_navnps.tmp#Tier2Holding_schemeNamenps.tmp#Tier2Holding_schemeIdnps.tmp#Tier2Holding_totalUnitsnps.tmp#Tier2Holding_totalValueOfSchemenps.tmp#Tier2Holding_allocationPercentage
Properties
content complex
Used by
Attributes
QName Type Use Annotation
allocationPercentage xs:float required
Segregation and Percentage of units allotted in equity, debt and govt. funds
blockedUnits xs:float required
Number of units which are blocked for specific period and not available for sale.
freeUnits xs:float required
The number of units not under any transition
nav xs:string required
NAV is current market rate of security held as on date.
schemeId xs:string required
ID of scheme chosen by person for the investment
schemeName xs:string required
Name of scheme chosen by person for the investment.
totalUnits xs:float required
Total number of units issued to investor in the fund opted
totalValueOfScheme xs:float required
Total combined and consolidated value of investment scheme in Tier 2.
Source
<xs:element name="Tier2Holding">
  <xs:complexType>
    <xs:attribute name="blockedUnits" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Number of units which are blocked for specific period and not available for sale.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="freeUnits" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>The number of units not under any transition</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="nav" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>NAV is current market rate of security held as on date.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="schemeName" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Name of scheme chosen by person for the investment.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="schemeId" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>ID of scheme chosen by person for the investment</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="totalUnits" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Total number of units issued to investor in the fund opted</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="totalValueOfScheme" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Total combined and consolidated value of investment scheme in Tier 2.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="allocationPercentage" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Segregation and Percentage of units allotted in equity, debt and govt. funds</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Transactions
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagramnps.tmp#Transaction
Properties
content complex
Used by
Element aa:Account
Model
Children aa:Transaction
Instance
<aa:Transactions xmlns:aa="http://api.rebit.org.in/FISchema/nps">
  <aa:Transaction>{1,1}</aa:Transaction>
</aa:Transactions>
Source
<xs:element name="Transactions">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Transaction"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Transaction
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagram
Used by
Element aa:Transactions
Source
<xs:element name="Transaction">
</xs:element>
[ top ]
Simple Type aa:SummaryStatus
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ACTIVE
enumeration DEACTIVATED
Used by
Attribute aa:Summary/@status
Source
<xs:simpleType name="SummaryStatus">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ACTIVE"/>
    <xs:enumeration value="DEACTIVATED"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:HoldingNominee
Namespace http://api.rebit.org.in/FISchema/nps
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/nps
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 1.0.0
Used by
Source
<xs:simpleType name="version">
  <xs:restriction base="xs:string">
    <xs:enumeration value="1.0.0"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:SummaryTier1Status
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ACTIVE
enumeration DEACTIVATED
enumeration FROZEN
Used by
Source
<xs:simpleType name="SummaryTier1Status">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ACTIVE"/>
    <xs:enumeration value="DEACTIVATED"/>
    <xs:enumeration value="FROZEN"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:SummaryTier1SchemePreferenceType
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration AUTO
enumeration ACTIVE
enumeration AUTO_AGGRESSIVE
enumeration AUTO_MODERATE
enumeration AUTO_CONSERVATIVE
enumeration DEFAULT_STANDARD
enumeration CORPORATE
Used by
Source
<xs:simpleType name="SummaryTier1SchemePreferenceType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="AUTO"/>
    <xs:enumeration value="ACTIVE"/>
    <xs:enumeration value="AUTO_AGGRESSIVE"/>
    <xs:enumeration value="AUTO_MODERATE"/>
    <xs:enumeration value="AUTO_CONSERVATIVE"/>
    <xs:enumeration value="DEFAULT_STANDARD"/>
    <xs:enumeration value="CORPORATE"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:SummaryTier2Status
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ACTIVE
enumeration FROZEN
enumeration DEACTIVATED
enumeration NA
Used by
Source
<xs:simpleType name="SummaryTier2Status">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ACTIVE"/>
    <xs:enumeration value="FROZEN"/>
    <xs:enumeration value="DEACTIVATED"/>
    <xs:enumeration value="NA"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:SummaryTier2SchemePreferenceType
Namespace http://api.rebit.org.in/FISchema/nps
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration AUTO
enumeration ACTIVE
enumeration AUTO_AGGRESSIVE
enumeration AUTO_MODERATE
enumeration AUTO_CONSERVATIVE
enumeration DEFAULT_STANDARD
enumeration CORPORATE
enumeration NA
Used by
Source
<xs:simpleType name="SummaryTier2SchemePreferenceType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="AUTO"/>
    <xs:enumeration value="ACTIVE"/>
    <xs:enumeration value="AUTO_AGGRESSIVE"/>
    <xs:enumeration value="AUTO_MODERATE"/>
    <xs:enumeration value="AUTO_CONSERVATIVE"/>
    <xs:enumeration value="DEFAULT_STANDARD"/>
    <xs:enumeration value="CORPORATE"/>
    <xs:enumeration value="NA"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:HolderEmail
Namespace http://api.rebit.org.in/FISchema/nps
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/nps
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 ]
Attribute aa:Holder / @name
Namespace No namespace
Annotations
Name of account holder
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 account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @dob
Namespace No namespace
Annotations
Date of birth of 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 account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @mobile
Namespace No namespace
Annotations
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>Mobile number of account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @nominee
Namespace No namespace
Annotations
Status of nominee registered with the account
Type aa:HoldingNominee
Properties
use optional
Facets
enumeration REGISTERED
enumeration NOT-REGISTERED
Used by
Element aa:Holder
Source
<xs:attribute name="nominee" use="optional" type="aa:HoldingNominee">
  <xs:annotation>
    <xs:documentation>Status of nominee registered with the account</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @pranId
Namespace No namespace
Annotations
Permanent Retirement Account Number is a unique 12 digit number that identifies those individuals who have registered themselves under the National Pension Scheme (NPS)
Type xs:string
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="pranId" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Permanent Retirement Account Number is a unique 12 digit number that identifies those individuals who have registered themselves under the National Pension Scheme (NPS)</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" type="xs:string" use="optional">
  <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
use optional
Used by
Element aa:Holder
Source
<xs:attribute name="address" use="optional" 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 account holder
Type aa:HolderEmail
Properties
use optional
Facets
pattern [^@]+@[^\.]+\..+
Used by
Element aa:Holder
Source
<xs:attribute name="email" use="optional" type="aa:HolderEmail">
  <xs:annotation>
    <xs:documentation>Email id of account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @pan
Namespace No namespace
Annotations
PAN number of account holder
Type aa:HolderPan
Properties
use required
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="required" type="aa:HolderPan">
  <xs:annotation>
    <xs:documentation>PAN number of account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @kycCompliance
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="kycCompliance" 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:Tier1Holding / @blockedUnits
Namespace No namespace
Annotations
Number of units which are blocked for specific period and not available for sale
Type xs:float
Properties
use required
Used by
Element aa:Tier1Holding
Source
<xs:attribute name="blockedUnits" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Number of units which are blocked for specific period and not available for sale</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier1Holding / @freeUnits
Namespace No namespace
Annotations
The number of units not under any transition
Type xs:float
Properties
use required
Used by
Element aa:Tier1Holding
Source
<xs:attribute name="freeUnits" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>The number of units not under any transition</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier1Holding / @nav
Namespace No namespace
Annotations
NAV is current market rate of security held as on date
Type xs:string
Properties
use required
Used by
Element aa:Tier1Holding
Source
<xs:attribute name="nav" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>NAV is current market rate of security held as on date</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier1Holding / @schemeName
Namespace No namespace
Annotations
Name of scheme chosen by person for the investment.
Type xs:string
Properties
use required
Used by
Element aa:Tier1Holding
Source
<xs:attribute name="schemeName" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Name of scheme chosen by person for the investment.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier1Holding / @schemeId
Namespace No namespace
Annotations
ID of scheme chosen by person for the investment.
Type xs:string
Properties
use required
Used by
Element aa:Tier1Holding
Source
<xs:attribute name="schemeId" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>ID of scheme chosen by person for the investment.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier1Holding / @allocationPercentage
Namespace No namespace
Annotations
Segregation and Percentage of units allotted in equity, debt and govt. funds
Type xs:float
Properties
use required
Used by
Element aa:Tier1Holding
Source
<xs:attribute name="allocationPercentage" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Segregation and Percentage of units allotted in equity, debt and govt. funds</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier1Holding / @totalUnits
Namespace No namespace
Annotations
Total number of units issued to investor in the fund opted
Type xs:float
Properties
use required
Used by
Element aa:Tier1Holding
Source
<xs:attribute name="totalUnits" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Total number of units issued to investor in the fund opted</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier1Holding / @totalValueOfScheme
Namespace No namespace
Annotations
Total combined and consolidated value of investment scheme in Tier 1.
Type xs:float
Properties
use required
Used by
Element aa:Tier1Holding
Source
<xs:attribute name="totalValueOfScheme" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Total combined and consolidated value of investment scheme in Tier 1.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier1Holdings / @schemePreferenceType
Namespace No namespace
Annotations
Preference or Percentage of investor selected for investment made in various security type
Type aa:SummaryTier1SchemePreferenceType
Properties
use optional
Facets
enumeration AUTO
enumeration ACTIVE
enumeration AUTO_AGGRESSIVE
enumeration AUTO_MODERATE
enumeration AUTO_CONSERVATIVE
enumeration DEFAULT_STANDARD
enumeration CORPORATE
Used by
Source
<xs:attribute name="schemePreferenceType" use="optional" type="aa:SummaryTier1SchemePreferenceType">
  <xs:annotation>
    <xs:documentation>Preference or Percentage of investor selected for investment made in various security type</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier1Holdings / @amountInTransition
Namespace No namespace
Annotations
The number of units blocked to complete a transition (Scheme Change/Withdrawal/Shifting request is under progress)
Type xs:float
Properties
use required
Used by
Source
<xs:attribute name="amountInTransition" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>The number of units blocked to complete a transition (Scheme Change/Withdrawal/Shifting request is under progress)</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier1Holdings / @currentValue
Namespace No namespace
Annotations
Current value of investment
Type xs:float
Properties
use required
Used by
Source
<xs:attribute name="currentValue" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Current value of investment</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier2Holding / @blockedUnits
Namespace No namespace
Annotations
Number of units which are blocked for specific period and not available for sale.
Type xs:float
Properties
use required
Used by
Element aa:Tier2Holding
Source
<xs:attribute name="blockedUnits" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Number of units which are blocked for specific period and not available for sale.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier2Holding / @freeUnits
Namespace No namespace
Annotations
The number of units not under any transition
Type xs:float
Properties
use required
Used by
Element aa:Tier2Holding
Source
<xs:attribute name="freeUnits" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>The number of units not under any transition</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier2Holding / @nav
Namespace No namespace
Annotations
NAV is current market rate of security held as on date.
Type xs:string
Properties
use required
Used by
Element aa:Tier2Holding
Source
<xs:attribute name="nav" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>NAV is current market rate of security held as on date.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier2Holding / @schemeName
Namespace No namespace
Annotations
Name of scheme chosen by person for the investment.
Type xs:string
Properties
use required
Used by
Element aa:Tier2Holding
Source
<xs:attribute name="schemeName" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Name of scheme chosen by person for the investment.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier2Holding / @schemeId
Namespace No namespace
Annotations
ID of scheme chosen by person for the investment
Type xs:string
Properties
use required
Used by
Element aa:Tier2Holding
Source
<xs:attribute name="schemeId" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>ID of scheme chosen by person for the investment</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier2Holding / @totalUnits
Namespace No namespace
Annotations
Total number of units issued to investor in the fund opted
Type xs:float
Properties
use required
Used by
Element aa:Tier2Holding
Source
<xs:attribute name="totalUnits" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Total number of units issued to investor in the fund opted</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier2Holding / @totalValueOfScheme
Namespace No namespace
Annotations
Total combined and consolidated value of investment scheme in Tier 2.
Type xs:float
Properties
use required
Used by
Element aa:Tier2Holding
Source
<xs:attribute name="totalValueOfScheme" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Total combined and consolidated value of investment scheme in Tier 2.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier2Holding / @allocationPercentage
Namespace No namespace
Annotations
Segregation and Percentage of units allotted in equity, debt and govt. funds
Type xs:float
Properties
use required
Used by
Element aa:Tier2Holding
Source
<xs:attribute name="allocationPercentage" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Segregation and Percentage of units allotted in equity, debt and govt. funds</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier2Holdings / @schemePreferenceType
Namespace No namespace
Annotations
Preference or Percentage of investor selected for investment made in various security type
Type aa:SummaryTier2SchemePreferenceType
Properties
use optional
Facets
enumeration AUTO
enumeration ACTIVE
enumeration AUTO_AGGRESSIVE
enumeration AUTO_MODERATE
enumeration AUTO_CONSERVATIVE
enumeration DEFAULT_STANDARD
enumeration CORPORATE
enumeration NA
Used by
Source
<xs:attribute name="schemePreferenceType" use="optional" type="aa:SummaryTier2SchemePreferenceType">
  <xs:annotation>
    <xs:documentation>Preference or Percentage of investor selected for investment made in various security type</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier2Holdings / @currentValue
Namespace No namespace
Annotations
Current value of investment
Type xs:float
Properties
use required
Used by
Source
<xs:attribute name="currentValue" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Current value of investment</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Tier2Holdings / @amountInTransition
Namespace No namespace
Annotations
The number of units blocked to complete a transition (Scheme Change/Withdrawal/Shifting request is under progress).
Type xs:float
Properties
use required
Used by
Source
<xs:attribute name="amountInTransition" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>The number of units blocked to complete a transition (Scheme Change/Withdrawal/Shifting request is under progress).</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @openingDate
Namespace No namespace
Annotations
Date of account opening and initial investment made.
Type xs:date
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="openingDate" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>Date of account opening and initial investment made.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @currentValue
Namespace No namespace
Annotations
Current value of investment as on date.
Type xs:float
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="currentValue" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Current value of investment as on date.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @status
Namespace No namespace
Annotations
Status of the account whether Active or Inactive.
Type aa:SummaryStatus
Properties
use required
Facets
enumeration ACTIVE
enumeration DEACTIVATED
Used by
Element aa:Summary
Source
<xs:attribute name="status" use="required" type="aa:SummaryStatus">
  <xs:annotation>
    <xs:documentation>Status of the account whether Active or Inactive.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @tier1Status
Namespace No namespace
Annotations
Status of fund whether its Active, Inactive or Frozen.
Type aa:SummaryTier1Status
Properties
use required
Facets
enumeration ACTIVE
enumeration DEACTIVATED
enumeration FROZEN
Used by
Element aa:Summary
Source
<xs:attribute name="tier1Status" use="required" type="aa:SummaryTier1Status">
  <xs:annotation>
    <xs:documentation>Status of fund whether its Active, Inactive or Frozen.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @tier2NAVDate
Namespace No namespace
Annotations
Net assets value of fund in which investment made as part of tier2 NPS investment.
Type xs:date
Properties
use optional
Used by
Element aa:Summary
Source
<xs:attribute name="tier2NAVDate" use="optional" type="xs:date">
  <xs:annotation>
    <xs:documentation>Net assets value of fund in which investment made as part of tier2 NPS investment.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @tier2Status
Namespace No namespace
Annotations
Status of fund whether its Active, Inactive, Frozen or NA.
Type aa:SummaryTier2Status
Properties
use optional
Facets
enumeration ACTIVE
enumeration FROZEN
enumeration DEACTIVATED
enumeration NA
Used by
Element aa:Summary
Source
<xs:attribute name="tier2Status" use="optional" type="aa:SummaryTier2Status">
  <xs:annotation>
    <xs:documentation>Status of fund whether its Active, Inactive, Frozen or NA.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @tier1NAVDate
Namespace No namespace
Annotations
Net assets value of fund in which investment made as part of tier1 NPS investment.
Type xs:date
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="tier1NAVDate" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>Net assets value of fund in which investment made as part of tier1 NPS investment.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @debtAssetValue
Namespace No namespace
Annotations
Amount or Value of investment made in debt instrument of NPS scheme.
Type xs:float
Properties
use optional
Used by
Element aa:Summary
Source
<xs:attribute name="debtAssetValue" use="optional" type="xs:float">
  <xs:annotation>
    <xs:documentation>Amount or Value of investment made in debt instrument of NPS scheme.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @equityAssetValue
Namespace No namespace
Annotations
Amount or Value of investment made in equity instrument of NPS scheme.
Type xs:float
Properties
use optional
Used by
Element aa:Summary
Source
<xs:attribute name="equityAssetValue" use="optional" type="xs:float">
  <xs:annotation>
    <xs:documentation>Amount or Value of investment made in equity instrument of NPS scheme.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @otherAssetValue
Namespace No namespace
Annotations
Amount or Value of investment made in other instrument of NPS scheme.
Type xs:float
Properties
use optional
Used by
Element aa:Summary
Source
<xs:attribute name="otherAssetValue" use="optional" type="xs:float">
  <xs:annotation>
    <xs:documentation>Amount or Value of investment made in other instrument of NPS scheme.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Account / @maskedPranId
Namespace No namespace
Annotations
Permanent Retirement Account Number is a unique 12 digit number that identifies those individuals who have registered themselves under the National Pension Scheme (NPS)
Type xs:string
Properties
use required
Used by
Element aa:Account
Source
<xs:attribute name="maskedPranId" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Permanent Retirement Account Number is a unique 12 digit number that identifies those individuals who have registered themselves under the National Pension Scheme (NPS)</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Account / @version
Namespace No namespace
Type aa:version
Properties
use required
Facets
enumeration 1.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 ]
Attribute aa:Account / @type
Namespace No namespace
Type xs:string
Properties
use required
fixed nps
Used by
Element aa:Account
Source
<xs:attribute name="type" use="required" type="xs:string" fixed="nps"/>
[ top ]