Investment
/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/PerformanceFigures/Performances/Performance/Investment
Diagram
Properties
- Type
- (anonymous)
- Cardinality
- 0..1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 12
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| FundAmountType |
Amount in different currencies with fund/subfund/shareclass currency indicators [AUTO] Betrag in verschiedenen Währungen mit Fund/Subfund/ShareClass-Währungskennzeichen Montant dans different currencies avec fonds/subfund/shareclass devise indicators Bedrag in different currencies met fonds/subfund/shareclass valuta indicators |
||
| FundAmountType |
Amount in different currencies with fund/subfund/shareclass currency indicators [AUTO] Betrag in verschiedenen Währungen mit Fund/Subfund/ShareClass-Währungskennzeichen Montant dans different currencies avec fonds/subfund/shareclass devise indicators Bedrag in different currencies met fonds/subfund/shareclass valuta indicators |
||
| FrequencyType |
Frequency: [AUTO] Häufigkeit: Frequency: Frequency: |
YEAR |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
minOccurs="0"
name="Investment">
<xs:complexType>
<xs:choice>
<xs:element name="SingleInvestment" type="FundAmountType"/>
<xs:sequence>
<xs:element name="SavingsPlanInvestment" type="FundAmountType"/>
<xs:element minOccurs="0" name="SavingsPlanFrequency" type="FrequencyType"/>
</xs:sequence>
</xs:choice>
</xs:complexType>
</xs:element>