complexType CompanyType
diagram index_p370.png
children Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany
used by
elements FundStaticDataType/Administrator SubfundStaticDataType/Advisor SingleFundStaticDataType/Advisor FundStaticDataType/Auditor AssetMgmtCompanyDynDataType/AssetMgmtCompanyDynDataSet/Company AccountType/Counterparty SwapType/Counterparty ForeignExchangeTradeType/Counterparty FutureType/Counterparty TransactionType/Counterparty OptionType/Counterparty FixedTimeDepositType/Counterparty CallCapitalType/Counterparty CreditDefaultSwapType/Counterparty ReposType/Counterparty LoanType/Counterparty FeeType/Counterparty WarrantType/Counterparty FundStaticDataType/Custodian BondType/Guarantor FundStaticDataType/InvestmentCompany ShareClassDetailsType/Issuer OptionType/Issuer CertificateType/Issuer EquityType/Issuer WarrantType/Issuer BondType/Issuer SubfundStaticDataType/Managers/Manager SingleFundStaticDataType/Managers/Manager SegmentStaticDataType/Manager CompanyType/ParentCompany AssetType/RealEstateCompany IndexType/SourceCompany RatingType/UnlistedAgency
source <xs:complexType name="CompanyType">
 
<xs:sequence>
   
<xs:element name="Identifiers" type="IdentifiersType">
     
<xs:annotation>
       
<xs:documentation>Identifiers of company</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Name" type="Text500Type">
     
<xs:annotation>
       
<xs:documentation>Name of company</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LegalName" type="Text500Type" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Legal (full) name of company</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LegalForm" type="Text256Type" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Legal form of company</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Address" type="AddressType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Address of company</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BusinessCountry" type="ISOCountryCodeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Country code of main business of company</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ParentCompany" type="CompanyType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Parent company (if applicable)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CompanyType/Identifiers
diagram index_p371.png
type IdentifiersType
properties
content complex
children ISIN Bloomberg CUSIP GermanWKN LEI MexID ReutersRIC SEDOL SwissValorenCode SwiftBIC OtherID
annotation
documentation
Identifiers of company
source <xs:element name="Identifiers" type="IdentifiersType">
 
<xs:annotation>
   
<xs:documentation>Identifiers of company</xs:documentation>
 
</xs:annotation>
</xs:element>

element CompanyType/Name
diagram index_p372.png
type Text500Type
properties
content simple
facets
Kind Value Annotation
maxLength 500
annotation
documentation
Name of company
source <xs:element name="Name" type="Text500Type">
 
<xs:annotation>
   
<xs:documentation>Name of company</xs:documentation>
 
</xs:annotation>
</xs:element>

element CompanyType/LegalName
diagram index_p373.png
type Text500Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 500
annotation
documentation
Legal (full) name of company
source <xs:element name="LegalName" type="Text500Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Legal (full) name of company</xs:documentation>
 
</xs:annotation>
</xs:element>

element CompanyType/LegalForm
diagram index_p374.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
annotation
documentation
Legal form of company
source <xs:element name="LegalForm" type="Text256Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Legal form of company</xs:documentation>
 
</xs:annotation>
</xs:element>

element CompanyType/Address
diagram index_p375.png
type AddressType
properties
minOcc 0
maxOcc 1
content complex
children StreetName StreetNumber Building CityName CityCode State Country Phone Fax Email Homepage
annotation
documentation
Address of company
source <xs:element name="Address" type="AddressType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Address of company</xs:documentation>
 
</xs:annotation>
</xs:element>

element CompanyType/BusinessCountry
diagram index_p376.png
type ISOCountryCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
Country code of main business of company
source <xs:element name="BusinessCountry" type="ISOCountryCodeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Country code of main business of company</xs:documentation>
 
</xs:annotation>
</xs:element>

element CompanyType/ParentCompany
diagram index_p377.png
type CompanyType
properties
minOcc 0
maxOcc 1
content complex
children Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany
annotation
documentation
Parent company (if applicable)
source <xs:element name="ParentCompany" type="CompanyType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Parent company (if applicable)</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy