DataSupplier
/FundsXML4/Documents/Document/DataSupplier
Diagram
Documentation
Data supplier of document
Datenlieferant des Dokuments
Fournisseur de données du document
Gegevensleverancier van het document
Properties
- Type
- DataSupplierType
- Cardinality
- 0..1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 3
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| ISOCountryCodeType |
Country of authority defining the list of valid data suppliers (e.g. AT, DE, ...) [AUTO] Land der Behörde, die die Liste der gültigen Datenlieferanten definiert (z.B. AT, DE, ...) Pays de authority defining liste de valid données suppliers (e.g. AT, DE, ...) Land van authority defining lijst van valid gegevens suppliers (e.g. AT, DE, ...) |
aa | |
| Text64Type |
Code of supplier (unique per country) [AUTO] Code des Lieferanten (eindeutig pro Land) Code de supplier (unique per pays) Code van supplier (uniek per land) |
ExampleText | |
| Text256Type |
Name of data supplier [AUTO] Name des Datenlieferanten Nom de données supplier Naam van gegevens supplier |
ExampleText | |
| Text64Type |
Type of data supplier (e.g. IC, CB, NB, Vendor, ...) [AUTO] Typ des Datenlieferanten (z.B. IC, CB, NB, Vendor, ...) Type de données supplier (e.g. IC, CB, NB, Vendor, ...) Type van gegevens supplier (e.g. IC, CB, NB, Vendor, ...) |
ExampleText | |
| (anonymous) |
Contact details (name, phone, email) [AUTO] Kontaktdaten (Name, Telefon, E-Mail) Contact details (nom, phone, email) Contact details (naam, phone, email) |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
minOccurs="0"
name="DataSupplier"
type="DataSupplierType">
<xs:annotation>
<xs:documentation xml:lang="en">Data supplier of document</xs:documentation>
<xs:documentation xml:lang="de">Datenlieferant des Dokuments</xs:documentation>
<xs:documentation xml:lang="fr">Fournisseur de données du document</xs:documentation>
<xs:documentation xml:lang="nl">Gegevensleverancier van het document</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(DataSupplierType)
Referenced Type Definition (DataSupplierType)
<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="DataSupplierType">
<xs:annotation>
<xs:documentation xml:lang="en">Information about the data supplier providing the FundsXML data</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Informationen über den Datenlieferanten, der die FundsXML-Daten bereitstellt</xs:documentation>
<xs:documentation xml:lang="fr">Information about données supplier providing FundsXML données</xs:documentation>
<xs:documentation xml:lang="nl">Informatie about gegevens supplier providing FundsXML gegevens</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SystemCountry" type="ISOCountryCodeType">
<xs:annotation>
<xs:documentation xml:lang="en">Country of authority defining the list of valid data suppliers (e.g. AT, DE, ...)</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Land der Behörde, die die Liste der gültigen Datenlieferanten definiert (z.B. AT, DE, ...)</xs:documentation>
<xs:documentation xml:lang="fr">Pays de authority defining liste de valid données suppliers (e.g. AT, DE, ...)</xs:documentation>
<xs:documentation xml:lang="nl">Land van authority defining lijst van valid gegevens suppliers (e.g. AT, DE, ...)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Short" type="Text64Type">
<xs:annotation>
<xs:documentation xml:lang="en">Code of supplier (unique per country)</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Code des Lieferanten (eindeutig pro Land)</xs:documentation>
<xs:documentation xml:lang="fr">Code de supplier (unique per pays)</xs:documentation>
<xs:documentation xml:lang="nl">Code van supplier (uniek per land)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name" type="Text256Type">
<xs:annotation>
<xs:documentation xml:lang="en">Name of data supplier</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Name des Datenlieferanten</xs:documentation>
<xs:documentation xml:lang="fr">Nom de données supplier</xs:documentation>
<xs:documentation xml:lang="nl">Naam van gegevens supplier</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Type" type="Text64Type">
<xs:annotation>
<xs:documentation xml:lang="en">Type of data supplier (e.g. IC, CB, NB, Vendor, ...)</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Typ des Datenlieferanten (z.B. IC, CB, NB, Vendor, ...)</xs:documentation>
<xs:documentation xml:lang="fr">Type de données supplier (e.g. IC, CB, NB, Vendor, ...)</xs:documentation>
<xs:documentation xml:lang="nl">Type van gegevens supplier (e.g. IC, CB, NB, Vendor, ...)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Contact">
<xs:annotation>
<xs:documentation xml:lang="en">Contact details (name, phone, email)</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Kontaktdaten (Name, Telefon, E-Mail)</xs:documentation>
<xs:documentation xml:lang="fr">Contact details (nom, phone, email)</xs:documentation>
<xs:documentation xml:lang="nl">Contact details (naam, phone, email)</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="Name" type="Text256Type"/>
<xs:element minOccurs="0" name="Phone" type="Text64Type"/>
<xs:element minOccurs="0" name="Email" type="EmailAddressType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>