| diagram | ![]() |
||
| children | Type Counterparty | ||
| used by |
|
||
| source | <xs:complexType name="FeeType"> <xs:sequence> <xs:element name="Type" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Fee type</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Counterparty" type="CompanyType"> <xs:annotation> <xs:documentation>Counterparty details</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Type" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Fee type</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | CompanyType | ||
| properties |
|
||
| children | Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany | ||
| annotation |
|
||
| source | <xs:element name="Counterparty" type="CompanyType"> <xs:annotation> <xs:documentation>Counterparty details</xs:documentation> </xs:annotation> </xs:element> |