complexType SegmentStaticDataType
diagram index_p1626.png
children InceptionDate LiquidationDate Manager Description CustomAttributes
used by
element SegmentType/SegmentStaticData
source <xs:complexType name="SegmentStaticDataType">
 
<xs:sequence>
   
<xs:element name="InceptionDate" type="xs:date" minOccurs="0"/>
   
<xs:element name="LiquidationDate" type="xs:date" minOccurs="0"/>
   
<xs:element name="Manager" type="CompanyType" minOccurs="0"/>
   
<xs:element name="Description" minOccurs="0" maxOccurs="unbounded">
     
<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 name="CustomAttributes" type="AttributesType" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element SegmentStaticDataType/InceptionDate
diagram index_p1627.png
type xs:date
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="InceptionDate" type="xs:date" minOccurs="0"/>

element SegmentStaticDataType/LiquidationDate
diagram index_p1628.png
type xs:date
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="LiquidationDate" type="xs:date" minOccurs="0"/>

element SegmentStaticDataType/Manager
diagram index_p1629.png
type CompanyType
properties
minOcc 0
maxOcc 1
content complex
children Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany
source <xs:element name="Manager" type="CompanyType" minOccurs="0"/>

element SegmentStaticDataType/Description
diagram index_p1630.png
type extension of xs:string
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xs:language  required      
source <xs:element name="Description" minOccurs="0" maxOccurs="unbounded">
 
<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>

attribute SegmentStaticDataType/Description/@language
type xs:language
properties
use required
source <xs:attribute name="language" type="xs:language" use="required"/>

element SegmentStaticDataType/CustomAttributes
diagram index_p1631.png
type AttributesType
properties
minOcc 0
maxOcc 1
content complex
children Attribute
source <xs:element name="CustomAttributes" type="AttributesType" minOccurs="0"/>


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