ClassOfBusiness
/FundsXML4/AssetMasterData/Asset/AssetDetails/Equity/ClassOfBusiness
Diagram
Documentation
de
Enhaelt den Anbieter
en
Provider of economic sector classification
Properties
- Type
- IndustryProviderType
- Cardinality
- 0..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 |
|---|---|---|---|
| xs:string | ExampleText | ||
| xs:date | 2023-05-14 | ||
| xs:string | ExampleText | ||
| xs:string | ExampleText |
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"
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)
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: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>