ClassOfBusiness

/FundsXML4/AssetMasterData/Asset/AssetDetails/Equity/ClassOfBusiness

Diagram

ClassOfBusiness Offeror xs:string [1] Date xs:date [1] Value xs:string [1] Text xs:string [0..1]

Documentation

EN

Provider of economic sector classification

DE

Enhaelt den Anbieter

FR

Provider de economic secteur classification

NL

Provider van economic sector classificatie

Properties

Type
IndustryProviderType
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:string ExampleText
xs:date 2020-02-17
xs:string ExampleText
xs:string ExampleText

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="ClassOfBusiness"
            type="IndustryProviderType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Provider of economic sector classification</xs:documentation>
      <xs:documentation xml:lang="de">Enhaelt den Anbieter</xs:documentation>
      <xs:documentation xml:lang="fr">Provider de economic secteur classification</xs:documentation>
      <xs:documentation xml:lang="nl">Provider van economic sector classificatie</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (IndustryProviderType)

<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
                xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="IndustryProviderType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Industry classification data from a specific data provider (Bloomberg, MSCI, etc.)</xs:documentation>
      <xs:documentation xml:lang="de">Branchenklassifikationsdaten von einem spezifischen Data Provider (Bloomberg, MSCI, etc.)</xs:documentation>
      <xs:documentation xml:lang="fr">Données de classification industrielle d'un data provider spécifique (Bloomberg, MSCI, etc.)</xs:documentation>
      <xs:documentation xml:lang="nl">Industrie classificatie gegevens van een specifieke data provider (Bloomberg, MSCI, etc.)</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element name="Offeror" type="xs:string"/>
      <xs:element name="Date" type="xs:date"/>
      <xs:element name="Value" type="xs:string"/>
      <xs:element minOccurs="0" name="Text">
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:maxLength value="128"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
   </xs:sequence>
</xs:complexType>