<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="transactionDateTime" use="required" type="xs:dateTime">
<xs:annotation>
<xs:documentation>Transaction date time stamp for particular record when investment taken place</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="schemeCode" use="optional" type="xs:string">
<xs:annotation>
<xs:documentation>Code of scheme chosen by person for the investment</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="isin" use="required" type="xs:string">
<xs:annotation>
<xs:documentation>International Securities Identification Number (ISIN) uniquely identifies a security.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="isinDescription" use="required" type="xs:string">
<xs:annotation>
<xs:documentation>Long Name of ISIN</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="dividendType" use="optional" type="aa:DividendType">
<xs:annotation>
<xs:documentation>May be Cash, Stock, Property, Scrip or Liquidating.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ucc" use="optional" type="xs:string">
<xs:annotation>
<xs:documentation>Unique Client Code generated by Stock Exchanges for the given transaction.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="amount" use="optional" type="xs:float">
<xs:annotation>
<xs:documentation>The transaction amount.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="units" use="required" type="xs:float">
<xs:annotation>
<xs:documentation>Units allotted in folio till date</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="nav" use="required" type="xs:float">
<xs:annotation>
<xs:documentation>NAV is current market rate of security held as on date</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="navDate" use="required" type="xs:date">
<xs:annotation>
<xs:documentation>Last Available NAV date for the scheme of investment</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" use="optional" type="aa:TransactionType">
<xs:annotation>
<xs:documentation>Transaction type may be BUY or SELL.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="mode" use="optional" type="aa:HoldingMode">
<xs:annotation>
<xs:documentation>Mode of transaction. May be DEMAT, NEFT, Net banking, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name=" narration" use="optional" type="xs:string">
<xs:annotation>
<xs:documentation>Narration is additional details in form of description of remark associated with investment</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|