complexType DataSupplierType
diagram index_p423.png
namespace http://www.fundsxml.org/XMLSchema/3.1
children Short Name TypeOfDataSupplier
used by
elements FundsXML/DataSupplier FundsXML/ContractArrangerList/ContractArranger/DataSupplier FundsXML/DataSupplierList/DataSupplier CompanyType/DataSupplier FundType/DataSupplier AssetDataType/DataSupplier
annotation
documentation
Der DataSupplierTyp enthaelt die Daten eines Datenlieferanten bzw. -beziehers.
source <xs:complexType name="DataSupplierType">
 
<xs:annotation>
   
<xs:documentation>Der DataSupplierTyp enthaelt die Daten eines Datenlieferanten bzw. -beziehers.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Short">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Short name or Abbreviation that identifies a Data Supplier.</xs:documentation>
       
<xs:documentation xml:lang="de">Kuerzel zur Identifikation der Datenlieferanten bzw. -bezieher.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute name="isPartOfUK" type="xs:boolean" use="optional" fixed="true">
             
<xs:annotation>
               
<xs:documentation>deprecated</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Name" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Name of the Data Supplier.</xs:documentation>
       
<xs:documentation xml:lang="de">Bezeichnung des Datenlieferanten bzw - beziehers.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TypeOfDataSupplier" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Type of data provider. E.g.:
KAG - Fund Company
AKAG - Foreign fund company
OEKB - Austria safe control bank
VENDOR - Data Vendor
Bloomberg, Reuters, Telekurs,
etc. (open list)*********
</xs:documentation>
       
<xs:documentation xml:lang="de">Bezeichnet den Typ des Datenlieferanten:
KAG - Fondsgesellschaft
AKAG - auslaendische Fondsgesellschaft
OeKB - Oesterreichsiche Kontrollbank
VENDOR - Datenvendor
</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="KAG"/>
         
<xs:enumeration value="AKAG"/>
         
<xs:enumeration value="OeKB"/>
         
<xs:enumeration value="VENDOR"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element DataSupplierType/Short
diagram index_p424.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type extension of xs:string
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
isPartOfUK  xs:boolean  optional    true  
documentation
deprecated
annotation
documentation
Short name or Abbreviation that identifies a Data Supplier.
documentation
Kuerzel zur Identifikation der Datenlieferanten bzw. -bezieher.
source <xs:element name="Short">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Short name or Abbreviation that identifies a Data Supplier.</xs:documentation>
   
<xs:documentation xml:lang="de">Kuerzel zur Identifikation der Datenlieferanten bzw. -bezieher.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="isPartOfUK" type="xs:boolean" use="optional" fixed="true">
         
<xs:annotation>
           
<xs:documentation>deprecated</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute DataSupplierType/Short/@isPartOfUK
type xs:boolean
properties
use optional
fixed true
annotation
documentation
deprecated
source <xs:attribute name="isPartOfUK" type="xs:boolean" use="optional" fixed="true">
 
<xs:annotation>
   
<xs:documentation>deprecated</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element DataSupplierType/Name
diagram index_p425.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Name of the Data Supplier.
documentation
Bezeichnung des Datenlieferanten bzw - beziehers.
source <xs:element name="Name" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Name of the Data Supplier.</xs:documentation>
   
<xs:documentation xml:lang="de">Bezeichnung des Datenlieferanten bzw - beziehers.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DataSupplierType/TypeOfDataSupplier
diagram index_p426.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration KAG
enumeration AKAG
enumeration OeKB
enumeration VENDOR
annotation
documentation
Type of data provider. E.g.:
KAG - Fund Company
AKAG - Foreign fund company
OEKB - Austria safe control bank
VENDOR - Data Vendor
Bloomberg, Reuters, Telekurs,
etc. (open list)*********
documentation
Bezeichnet den Typ des Datenlieferanten:
KAG - Fondsgesellschaft
AKAG - auslaendische Fondsgesellschaft
OeKB - Oesterreichsiche Kontrollbank
VENDOR - Datenvendor
source <xs:element name="TypeOfDataSupplier" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Type of data provider. E.g.:
KAG - Fund Company
AKAG - Foreign fund company
OEKB - Austria safe control bank
VENDOR - Data Vendor
Bloomberg, Reuters, Telekurs,
etc. (open list)*********
</xs:documentation>
   
<xs:documentation xml:lang="de">Bezeichnet den Typ des Datenlieferanten:
KAG - Fondsgesellschaft
AKAG - auslaendische Fondsgesellschaft
OeKB - Oesterreichsiche Kontrollbank
VENDOR - Datenvendor
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="KAG"/>
     
<xs:enumeration value="AKAG"/>
     
<xs:enumeration value="OeKB"/>
     
<xs:enumeration value="VENDOR"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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