complexType DataSupplierType
diagram index_p860.png
namespace http://www.fundsxml.org
children Short Name TypeOfDataSupplier
used by
elements FundsXML/DataSupplier FundsXML/AssetMasterData/Asset/DataSupplier FundsXML/ContractArrangerList/ContractArranger/DataSupplier FundsXML/DataSupplierList/DataSupplier CompanyType/DataSupplier FundType/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>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:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Name" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Bezeichnung des Datenlieferanten bzw - beziehers.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TypeOfDataSupplier" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>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_p861.png
namespace http://www.fundsxml.org
type extension of xs:string
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
isPartOfUK  xs:boolean  optional    true  
annotation
documentation
Kuerzel zur Identifikation der Datenlieferanten bzw. -bezieher.
source <xs:element name="Short">
 
<xs:annotation>
   
<xs:documentation>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:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

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

element DataSupplierType/Name
diagram index_p862.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Bezeichnung des Datenlieferanten bzw - beziehers.
source <xs:element name="Name" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Bezeichnung des Datenlieferanten bzw - beziehers.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DataSupplierType/TypeOfDataSupplier
diagram index_p863.png
namespace http://www.fundsxml.org
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
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>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