Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:
Main schema cd.xsd
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Properties
attribute form default unqualified
element form default qualified
[ top ]
Element aa:Account
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Diagram
Diagram cd.tmp#Account_linkedAccRef cd.tmp#Account_maskedAccNumber cd.tmp#Account_version cd.tmp#Account_type cd.tmp#Profile cd.tmp#Summary cd.tmp#Transactions
Properties
content complex
Model
Children aa:Profile, aa:Summary, aa:Transactions
Instance
<aa:Account linkedAccRef="" maskedAccNumber="" type="certificates_deposit" version="" xmlns:aa="http://api.rebit.org.in/FISchema/certificates_deposit">
  <aa:Profile>{0,1}</aa:Profile>
  <aa:Summary currentValue="" investmentValue="">{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 certificates_deposit required
version aa:version required
Source
<xs:element name="Account">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Profile" minOccurs="0"/>
      <xs:element ref="aa:Summary" minOccurs="0"/>
      <xs:element ref="aa:Transactions" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="linkedAccRef" use="required" type="xs:string"/>
    <xs:attribute name="maskedAccNumber" use="required" type="xs:string"/>
    <xs:attribute name="version" use="required" type="aa:version"/>
    <xs:attribute name="type" use="required" type="xs:string" fixed="certificates_deposit"/>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Profile
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Diagram
Diagram cd.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/certificates_deposit">
  <aa:Holders>{1,1}</aa:Holders>
</aa:Profile>
Source
<xs:element name="Profile">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Holders"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holders
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Diagram
Diagram cd.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/certificates_deposit">
  <aa:Holder address="" ckycCompliance="" dematId="" dob="" email="" landline="" mobile="" name="" nominee="" pan="">{1,1}</aa:Holder>
</aa:Holders>
Source
<xs:element name="Holders">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Holder"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holder
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Diagram
Diagram cd.tmp#Holder_name cd.tmp#Holder_dob cd.tmp#Holder_mobile cd.tmp#Holder_nominee cd.tmp#Holder_dematId cd.tmp#Holder_landline cd.tmp#Holder_address cd.tmp#Holder_email cd.tmp#Holder_pan cd.tmp#Holder_ckycCompliance
Properties
content complex
Used by
Element aa:Holders
Attributes
QName Type Use
address xs:string optional
ckycCompliance xs:boolean required
dematId xs:string required
dob xs:date required
email aa:HoldingEmail required
landline xs:string optional
mobile xs:integer required
name xs:string required
nominee aa:HoldingNominee required
pan aa:HolderPan required
Source
<xs:element name="Holder">
  <xs:complexType>
    <xs:attribute name="name" use="required" type="xs:string"/>
    <xs:attribute name="dob" use="required" type="xs:date"/>
    <xs:attribute name="mobile" use="required" type="xs:integer"/>
    <xs:attribute name="nominee" use="required" type="aa:HoldingNominee"/>
    <xs:attribute name="dematId" use="required" type="xs:string"/>
    <xs:attribute name="landline" type="xs:string"/>
    <xs:attribute name="address" use="optional" type="xs:string"/>
    <xs:attribute name="email" use="required" type="aa:HoldingEmail"/>
    <xs:attribute name="pan" use="required" type="aa:HolderPan"/>
    <xs:attribute name="ckycCompliance" use="required" type="xs:boolean"/>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Summary
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Diagram
Diagram cd.tmp#Summary_investmentValue cd.tmp#Summary_currentValue cd.tmp#Holdings
Properties
content complex
Used by
Element aa:Account
Model
Children aa:Holdings
Instance
<aa:Summary currentValue="" investmentValue="" xmlns:aa="http://api.rebit.org.in/FISchema/certificates_deposit">
  <aa:Holdings type="">{1,1}</aa:Holdings>
</aa:Summary>
Attributes
QName Type Use
currentValue xs:float required
investmentValue xs:float required
Source
<xs:element name="Summary">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Holdings"/>
    </xs:sequence>
    <xs:attribute name="investmentValue" use="required" type="xs:float"/>
    <xs:attribute name="currentValue" use="required" type="xs:float"/>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holdings
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Diagram
Diagram cd.tmp#Holdings_type cd.tmp#Holding
Properties
content complex
Used by
Model
Children aa:Holding
Instance
<aa:Holdings type="" xmlns:aa="http://api.rebit.org.in/FISchema/certificates_deposit">
  <aa:Holding companyName="" description="" faceValue="" isin="" issueDate="" issuerName="" lastTradedDate="" lastTradedRate="" maturityDate="" scheme="" symbol="" tenureDays="" tenureMonths="" tenureYears="" yield="">{1,1}</aa:Holding>
</aa:Holdings>
Attributes
QName Type Use
type xs:string required
Source
<xs:element name="Holdings">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Holding"/>
    </xs:sequence>
    <xs:attribute name="type" use="required" type="xs:string"/>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holding
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Diagram
Diagram cd.tmp#Holding_companyName cd.tmp#Holding_isin cd.tmp#Holding_scheme cd.tmp#Holding_faceValue cd.tmp#Holding_symbol cd.tmp#Holding_issuerName cd.tmp#Holding_description cd.tmp#Holding_issueDate cd.tmp#Holding_tenureYears cd.tmp#Holding_tenureMonths cd.tmp#Holding_tenureDays cd.tmp#Holding_yield cd.tmp#Holding_maturityDate cd.tmp#Holding_lastTradedRate cd.tmp#Holding_lastTradedDate
Properties
content complex
Used by
Element aa:Holdings
Attributes
QName Type Use Annotation
companyName xs:string required
companyName: Name of the company
description xs:string required
faceValue xs:float required
isin xs:string required
issueDate xs:date required
issuerName xs:string required
lastTradedDate xs:date required
lastTradedRate xs:float required
maturityDate xs:date required
scheme xs:string required
isin: ISIN of the company (this is common for a company listed across
multiple exchanges)
symbol xs:string required
tenureDays xs:positiveInteger required
tenureMonths xs:string required
tenureYears xs:positiveInteger required
yield xs:positiveInteger required
Source
<xs:element name="Holding">
  <xs:complexType>
    <xs:attribute name="companyName" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>companyName: Name of the company</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="isin" use="required" type="xs:string"/>
    <xs:attribute name="scheme" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>isin: ISIN of the company (this is common for a company listed across multiple exchanges)</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="faceValue" use="required" type="xs:float"/>
    <xs:attribute name="symbol" use="required" type="xs:string"/>
    <xs:attribute name="issuerName" use="required" type="xs:string"/>
    <xs:attribute name=" description" use="required" type="xs:string"/>
    <xs:attribute name="issueDate" use="required" type="xs:date"/>
    <xs:attribute name="tenureYears" use="required" type="xs:positiveInteger"/>
    <xs:attribute name="tenureMonths" use="required" type="xs:string"/>
    <xs:attribute name="tenureDays" use="required" type="xs:positiveInteger"/>
    <xs:attribute name="yield" use="required" type="xs:positiveInteger"/>
    <xs:attribute name="maturityDate" use="required" type="xs:date"/>
    <xs:attribute name="lastTradedRate" use="required" type="xs:float"/>
    <xs:attribute name="lastTradedDate" use="required" type="xs:date"/>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Transactions
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Diagram
Diagram cd.tmp#Transactions_endDate cd.tmp#Transactions_startDate cd.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/certificates_deposit">
  <aa:Transaction currency="" isin="" narration="" otherTaxes="" rate="" stt="" totalCharge="" tradeValue="" transactionDateTime="" txnId="" type="" units="">{1,1}</aa:Transaction>
</aa:Transactions>
Attributes
QName Type Use
endDate xs:date required
startDate xs:date required
Source
<xs:element name="Transactions">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Transaction"/>
    </xs:sequence>
    <xs:attribute name="endDate" use="required" type="xs:date"/>
    <xs:attribute name="startDate" use="required" type="xs:date"/>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Transaction
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Diagram
Diagram cd.tmp#Transaction_txnId cd.tmp#Transaction_transactionDateTime cd.tmp#Transaction_isin cd.tmp#Transaction_narration cd.tmp#Transaction_rate cd.tmp#Transaction_stt cd.tmp#Transaction_type cd.tmp#Transaction_units cd.tmp#Transaction_currency cd.tmp#Transaction_totalCharge cd.tmp#Transaction_tradeValue cd.tmp#Transaction_otherTaxes
Properties
content complex
Used by
Element aa:Transactions
Attributes
QName Type Use
currency xs:string required
isin xs:string required
narration xs:string required
otherTaxes xs:string required
rate xs:string required
stt xs:string required
totalCharge xs:string required
tradeValue xs:string required
transactionDateTime xs:dateTime required
txnId xs:string required
type aa:TransactionsType required
units xs:string required
Source
<xs:element name="Transaction">
  <xs:complexType>
    <xs:attribute name="txnId" use="required" type="xs:string"/>
    <xs:attribute name="transactionDateTime" use="required" type="xs:dateTime"/>
    <xs:attribute name="isin" use="required" type="xs:string"/>
    <xs:attribute name="narration" use="required" type="xs:string"/>
    <xs:attribute name="rate" use="required" type="xs:string"/>
    <xs:attribute name="stt" use="required" type="xs:string"/>
    <xs:attribute name="type" use="required" type="aa:TransactionsType"/>
    <xs:attribute name="units" use="required" type="xs:string"/>
    <xs:attribute name="currency" use="required" type="xs:string"/>
    <xs:attribute name="totalCharge" use="required" type="xs:string"/>
    <xs:attribute name="tradeValue" use="required" type="xs:string"/>
    <xs:attribute name="otherTaxes" use="required" type="xs:string"/>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Investment
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Diagram
Diagram cd.tmp#Holdings
Properties
content complex
Model
Children aa:Holdings
Instance
<aa:Investment xmlns:aa="http://api.rebit.org.in/FISchema/certificates_deposit">
  <aa:Holdings type="">{1,1}</aa:Holdings>
</aa:Investment>
Source
<xs:element name="Investment">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Holdings"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Simple Type aa:version
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
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:HoldingNominee
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
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:HolderPan
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
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:TransactionsType
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration BUY
enumeration SELL
enumeration BOUNS
enumeration SPLIT
enumeration OTHERS
Used by
Source
<xs:simpleType name="TransactionsType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="BUY"/>
    <xs:enumeration value="SELL"/>
    <xs:enumeration value="BOUNS"/>
    <xs:enumeration value="SPLIT"/>
    <xs:enumeration value=" OTHERS"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:HoldingEmail
Namespace http://api.rebit.org.in/FISchema/certificates_deposit
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [^@]+@[^\.]+\..+
Used by
Attribute aa:Holder/@email
Source
<xs:simpleType name="HoldingEmail">
  <xs:restriction base="xs:string">
    <xs:pattern value="[^@]+@[^\.]+\..+"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Attribute aa:Holder / @name
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="name" use="required" type="xs:string"/>
[ top ]
Attribute aa:Holder / @dob
Namespace No namespace
Type xs:date
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="dob" use="required" type="xs:date"/>
[ top ]
Attribute aa:Holder / @mobile
Namespace No namespace
Type xs:integer
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="mobile" use="required" type="xs:integer"/>
[ top ]
Attribute aa:Holder / @nominee
Namespace No namespace
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"/>
[ top ]
Attribute aa:Holder / @dematId
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="dematId" use="required" type="xs:string"/>
[ top ]
Attribute aa:Holder / @landline
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element aa:Holder
Source
<xs:attribute name="landline" type="xs:string"/>
[ top ]
Attribute aa:Holder / @address
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Element aa:Holder
Source
<xs:attribute name="address" use="optional" type="xs:string"/>
[ top ]
Attribute aa:Holder / @email
Namespace No namespace
Type aa:HoldingEmail
Properties
use required
Facets
pattern [^@]+@[^\.]+\..+
Used by
Element aa:Holder
Source
<xs:attribute name="email" use="required" type="aa:HoldingEmail"/>
[ top ]
Attribute aa:Holder / @pan
Namespace No namespace
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"/>
[ top ]
Attribute aa:Holder / @ckycCompliance
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="ckycCompliance" use="required" type="xs:boolean"/>
[ top ]
Attribute aa:Holding / @companyName
Namespace No namespace
Annotations
companyName: Name of the company
Type xs:string
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="companyName" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>companyName: Name of the company</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holding / @isin
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="isin" use="required" type="xs:string"/>
[ top ]
Attribute aa:Holding / @scheme
Namespace No namespace
Annotations
isin: ISIN of the company (this is common for a company listed across
multiple exchanges)
Type xs:string
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="scheme" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>isin: ISIN of the company (this is common for a company listed across multiple exchanges)</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holding / @faceValue
Namespace No namespace
Type xs:float
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="faceValue" use="required" type="xs:float"/>
[ top ]
Attribute aa:Holding / @symbol
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="symbol" use="required" type="xs:string"/>
[ top ]
Attribute aa:Holding / @issuerName
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="issuerName" use="required" type="xs:string"/>
[ top ]
Attribute aa:Holding / @description
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name=" description" use="required" type="xs:string"/>
[ top ]
Attribute aa:Holding / @issueDate
Namespace No namespace
Type xs:date
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="issueDate" use="required" type="xs:date"/>
[ top ]
Attribute aa:Holding / @tenureYears
Namespace No namespace
Type xs:positiveInteger
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="tenureYears" use="required" type="xs:positiveInteger"/>
[ top ]
Attribute aa:Holding / @tenureMonths
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="tenureMonths" use="required" type="xs:string"/>
[ top ]
Attribute aa:Holding / @tenureDays
Namespace No namespace
Type xs:positiveInteger
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="tenureDays" use="required" type="xs:positiveInteger"/>
[ top ]
Attribute aa:Holding / @yield
Namespace No namespace
Type xs:positiveInteger
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="yield" use="required" type="xs:positiveInteger"/>
[ top ]
Attribute aa:Holding / @maturityDate
Namespace No namespace
Type xs:date
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="maturityDate" use="required" type="xs:date"/>
[ top ]
Attribute aa:Holding / @lastTradedRate
Namespace No namespace
Type xs:float
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="lastTradedRate" use="required" type="xs:float"/>
[ top ]
Attribute aa:Holding / @lastTradedDate
Namespace No namespace
Type xs:date
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="lastTradedDate" use="required" type="xs:date"/>
[ top ]
Attribute aa:Holdings / @type
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Holdings
Source
<xs:attribute name="type" use="required" type="xs:string"/>
[ top ]
Attribute aa:Summary / @investmentValue
Namespace No namespace
Type xs:float
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="investmentValue" use="required" type="xs:float"/>
[ top ]
Attribute aa:Summary / @currentValue
Namespace No namespace
Type xs:float
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="currentValue" use="required" type="xs:float"/>
[ top ]
Attribute aa:Transaction / @txnId
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="txnId" use="required" type="xs:string"/>
[ top ]
Attribute aa:Transaction / @transactionDateTime
Namespace No namespace
Type xs:dateTime
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="transactionDateTime" use="required" type="xs:dateTime"/>
[ top ]
Attribute aa:Transaction / @isin
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="isin" use="required" type="xs:string"/>
[ top ]
Attribute aa:Transaction / @narration
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="narration" use="required" type="xs:string"/>
[ top ]
Attribute aa:Transaction / @rate
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="rate" use="required" type="xs:string"/>
[ top ]
Attribute aa:Transaction / @stt
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="stt" use="required" type="xs:string"/>
[ top ]
Attribute aa:Transaction / @type
Namespace No namespace
Type aa:TransactionsType
Properties
use required
Facets
enumeration BUY
enumeration SELL
enumeration BOUNS
enumeration SPLIT
enumeration OTHERS
Used by
Element aa:Transaction
Source
<xs:attribute name="type" use="required" type="aa:TransactionsType"/>
[ top ]
Attribute aa:Transaction / @units
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="units" use="required" type="xs:string"/>
[ top ]
Attribute aa:Transaction / @currency
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="currency" use="required" type="xs:string"/>
[ top ]
Attribute aa:Transaction / @totalCharge
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="totalCharge" use="required" type="xs:string"/>
[ top ]
Attribute aa:Transaction / @tradeValue
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="tradeValue" use="required" type="xs:string"/>
[ top ]
Attribute aa:Transaction / @otherTaxes
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="otherTaxes" use="required" type="xs:string"/>
[ top ]
Attribute aa:Transactions / @endDate
Namespace No namespace
Type xs:date
Properties
use required
Used by
Element aa:Transactions
Source
<xs:attribute name="endDate" use="required" type="xs:date"/>
[ top ]
Attribute aa:Transactions / @startDate
Namespace No namespace
Type xs:date
Properties
use required
Used by
Element aa:Transactions
Source
<xs:attribute name="startDate" use="required" type="xs:date"/>
[ 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 / @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 / @type
Namespace No namespace
Type xs:string
Properties
use required
fixed certificates_deposit
Used by
Element aa:Account
Source
<xs:attribute name="type" use="required" type="xs:string" fixed="certificates_deposit"/>
[ top ]