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

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 2025-05-25
xs:string ExampleText
xs:string ExampleText

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            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:annotation>
</xs:element>

Referenced Type Definition (IndustryProviderType)

<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
                xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
                xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="IndustryProviderType">
   <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>