| diagram |
 |
| namespace |
http://www.fundsxml.org |
| children |
TotalAmount DepositAccruedInterest SecuritiesAccruedInterest DividendClaims OtherParticipations |
| used by |
|
| annotation |
| documentation | | Auflistung aller sonstigen Vermoegenswerte |
|
| source |
<xs:complexType name="OtherAssets">
<xs:annotation>
<xs:documentation>Auflistung aller sonstigen Vermoegenswerte</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="TotalAmount" type="xs:decimal"/>
<xs:element name="DepositAccruedInterest" type="xs:decimal" minOccurs="0"/>
<xs:element name="SecuritiesAccruedInterest" type="xs:decimal" minOccurs="0"/>
<xs:element name="DividendClaims" type="xs:decimal" minOccurs="0"/>
<xs:element name="OtherParticipations" type="xs:decimal" minOccurs="0"/>
</xs:sequence>
</xs:complexType> |