complexType TISType
diagram index_p2260.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
children TIS-EU
annotation
documentation
Price information: TIS EUSD data
documentation
The type representing prices.
source <xs:complexType name="TISType">
 
<xs:annotation>
   
<xs:documentation xml:lang="DE">Price information: TIS EUSD data</xs:documentation>
   
<xs:documentation xml:lang="EN">The type representing prices.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="TIS-EU" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>EU-Zwischengewinn (TIS)</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Amount" type="xs:decimal" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>TIS amount</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Percentage" type="PercentageType" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>TIS percentage</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="ScopeType" minOccurs="0">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Name">
                 
<xs:annotation>
                   
<xs:documentation>In Scope/Out of Scope/Undisclosed</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:string">
                     
<xs:enumeration value="In Scope"/>
                     
<xs:enumeration value="Out of Scope"/>
                     
<xs:enumeration value="Undisclosed/Unknown"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
               
<xs:element name="Classification">
                 
<xs:annotation>
                   
<xs:documentation>Klassifizierung der Foderungen (0,1,2,3,4)</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:string">
                     
<xs:enumeration value="0"/>
                     
<xs:enumeration value="1"/>
                     
<xs:enumeration value="2"/>
                     
<xs:enumeration value="3"/>
                     
<xs:enumeration value="4"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
               
<xs:element name="PercentReceivables" type="PercentageType">
                 
<xs:annotation>
                   
<xs:documentation>aktueller %-Satz der Forderungen</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element TISType/TIS-EU
diagram index_p2261.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
properties
minOcc 0
maxOcc 1
content complex
children Amount Percentage ScopeType
annotation
documentation
EU-Zwischengewinn (TIS)
source <xs:element name="TIS-EU" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>EU-Zwischengewinn (TIS)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Amount" type="xs:decimal" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>TIS amount</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Percentage" type="PercentageType" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>TIS percentage</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="ScopeType" minOccurs="0">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Name">
             
<xs:annotation>
               
<xs:documentation>In Scope/Out of Scope/Undisclosed</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:enumeration value="In Scope"/>
                 
<xs:enumeration value="Out of Scope"/>
                 
<xs:enumeration value="Undisclosed/Unknown"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Classification">
             
<xs:annotation>
               
<xs:documentation>Klassifizierung der Foderungen (0,1,2,3,4)</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:enumeration value="0"/>
                 
<xs:enumeration value="1"/>
                 
<xs:enumeration value="2"/>
                 
<xs:enumeration value="3"/>
                 
<xs:enumeration value="4"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="PercentReceivables" type="PercentageType">
             
<xs:annotation>
               
<xs:documentation>aktueller %-Satz der Forderungen</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TISType/TIS-EU/Amount
diagram index_p2262.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
TIS amount
source <xs:element name="Amount" type="xs:decimal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>TIS amount</xs:documentation>
 
</xs:annotation>
</xs:element>

element TISType/TIS-EU/Percentage
diagram index_p2263.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type PercentageType
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
TIS percentage
source <xs:element name="Percentage" type="PercentageType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>TIS percentage</xs:documentation>
 
</xs:annotation>
</xs:element>

element TISType/TIS-EU/ScopeType
diagram index_p2264.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
properties
minOcc 0
maxOcc 1
content complex
children Name Classification PercentReceivables
source <xs:element name="ScopeType" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Name">
       
<xs:annotation>
         
<xs:documentation>In Scope/Out of Scope/Undisclosed</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="In Scope"/>
           
<xs:enumeration value="Out of Scope"/>
           
<xs:enumeration value="Undisclosed/Unknown"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Classification">
       
<xs:annotation>
         
<xs:documentation>Klassifizierung der Foderungen (0,1,2,3,4)</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="0"/>
           
<xs:enumeration value="1"/>
           
<xs:enumeration value="2"/>
           
<xs:enumeration value="3"/>
           
<xs:enumeration value="4"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="PercentReceivables" type="PercentageType">
       
<xs:annotation>
         
<xs:documentation>aktueller %-Satz der Forderungen</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TISType/TIS-EU/ScopeType/Name
diagram index_p2265.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration In Scope
enumeration Out of Scope
enumeration Undisclosed/Unknown
annotation
documentation
In Scope/Out of Scope/Undisclosed
source <xs:element name="Name">
 
<xs:annotation>
   
<xs:documentation>In Scope/Out of Scope/Undisclosed</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="In Scope"/>
     
<xs:enumeration value="Out of Scope"/>
     
<xs:enumeration value="Undisclosed/Unknown"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TISType/TIS-EU/ScopeType/Classification
diagram index_p2266.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration 0
enumeration 1
enumeration 2
enumeration 3
enumeration 4
annotation
documentation
Klassifizierung der Foderungen (0,1,2,3,4)
source <xs:element name="Classification">
 
<xs:annotation>
   
<xs:documentation>Klassifizierung der Foderungen (0,1,2,3,4)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="0"/>
     
<xs:enumeration value="1"/>
     
<xs:enumeration value="2"/>
     
<xs:enumeration value="3"/>
     
<xs:enumeration value="4"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TISType/TIS-EU/ScopeType/PercentReceivables
diagram index_p2267.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type PercentageType
properties
content simple
annotation
documentation
aktueller %-Satz der Forderungen
source <xs:element name="PercentReceivables" type="PercentageType">
 
<xs:annotation>
   
<xs:documentation>aktueller %-Satz der Forderungen</xs:documentation>
 
</xs:annotation>
</xs:element>


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