| diagram | ![]() |
||
| children | Exposure | ||
| used by |
|
||
| source | <xs:complexType name="ExposureType"> <xs:sequence> <xs:element name="Exposure" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Type" type="xs:string"> <xs:annotation> <xs:documentation>Type of exposure (commitment approach, AIFMD, ...)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Value" type="FundAmountType"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | Type Value | ||||||
| source | <xs:element name="Exposure" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Type" type="xs:string"> <xs:annotation> <xs:documentation>Type of exposure (commitment approach, AIFMD, ...)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Value" type="FundAmountType"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="Type" type="xs:string"> <xs:annotation> <xs:documentation>Type of exposure (commitment approach, AIFMD, ...)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | FundAmountType | ||
| properties |
|
||
| children | Amount | ||
| source | <xs:element name="Value" type="FundAmountType"/> |