SegmentStaticData

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/Segments/Segment/SegmentStaticData

Diagram

SegmentStaticData Inception, manager, description, ... All static data for Segments InceptionDate xs:date [0..1] LiquidationDate xs:date [0..1] Manager CompanyType [0..1] Description (anonymous) [0..*] CustomAttributes AttributesType [0..1]

Documentation

Inception, manager, description, ...

en

All static data for Segments

Properties

Type
SegmentStaticDataType
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
9
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:date 2021-04-15
xs:date 2021-12-29
CompanyType

Detaili data of Company/Issuer

(anonymous)
AttributesType

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="SegmentStaticData"
            type="SegmentStaticDataType">
   <xs:annotation>
      <xs:documentation>Inception, manager, description, ...</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (SegmentStaticDataType)

<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="SegmentStaticDataType">
   <xs:annotation>
      <xs:documentation xml:lang="en">All static data for Segments</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element minOccurs="0" name="InceptionDate" type="xs:date"/>
      <xs:element minOccurs="0" name="LiquidationDate" type="xs:date"/>
      <xs:element minOccurs="0" name="Manager" type="CompanyType"/>
      <xs:element maxOccurs="unbounded" minOccurs="0" name="Description">
         <xs:complexType>
            <xs:simpleContent>
               <xs:extension base="xs:string">
                  <xs:attribute name="language" type="xs:language" use="required"/>
               </xs:extension>
            </xs:simpleContent>
         </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="CustomAttributes" type="AttributesType"/>
   </xs:sequence>
</xs:complexType>