Company
/FundsXML4/Funds/Fund/FundStaticData/Companies/Company
Diagram
Properties
- Type
- FundCompanyType
- Cardinality
- 1..*
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 5
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
|
/Funds/.../ListedRole
choice
|
xs:string | Distributing Agent | |
|
/Funds/.../UnlistedRole
choice
|
Text200Type | Text (max. 200 characters) |
ExampleText |
| xs:date | 2025-08-03 | ||
| xs:date | 2020-05-17 | ||
| CompanyType | Detaili data of Company/Issuer |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
maxOccurs="unbounded"
name="Company"
type="FundCompanyType"/>
Referenced Type Definition
(FundCompanyType)
Referenced Type Definition (FundCompanyType)
<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="FundCompanyType">
<xs:sequence>
<xs:choice>
<xs:element name="ListedRole">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Distributing Agent"/>
<xs:enumeration value="Domiciliary Agent"/>
<xs:enumeration value="Fund Promoter"/>
<xs:enumeration value="Legal Advisor"/>
<xs:enumeration value="Management Company"/>
<xs:enumeration value="Paying Agent"/>
<xs:enumeration value="Sub Transfer Agent"/>
<xs:enumeration value="Sub Investment Advisor"/>
<xs:enumeration value="Swiss Paying Agent"/>
<xs:enumeration value="Swiss Representative"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UnlistedRole" type="Text200Type"/>
</xs:choice>
<xs:element minOccurs="0" name="RoleStart" type="xs:date"/>
<xs:element minOccurs="0" name="RoleEnd" type="xs:date"/>
<xs:element name="Details" type="CompanyType"/>
</xs:sequence>
</xs:complexType>