Contact

/FundsXML4/Funds/Fund/Subfunds/Subfund/ShareClasses/ShareClass/CountrySpecificData/AT/OeKBStammdatenblatt/Verwaltungsgesellschaft/Contact

Diagram

Contact Name Text256Type [0..1] Phone Text64Type [0..1] Email EmailAddressType [0..1]

Documentation

EN

Contact details (name, phone, email)

DE

[AUTO] Kontaktdaten (Name, Telefon, E-Mail)

FR

Contact details (nom, phone, email)

NL

Contact details (naam, phone, email)

Properties

Type
(anonymous)
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
12

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
Text256Type

Text (max. 256 characters)

[AUTO] Text (max. 256 Zeichen)

Text (max. 256 characters)

Text (max. 256 characters)

ExampleText
Text64Type

Text (max. 64 characters)

[AUTO] Text (max. 64 Zeichen)

Text (max. 64 characters)

Text (max. 64 characters)

ExampleText
EmailAddressType

Email address format validated against RFC 5322 pattern

E-Mail-Adresse, validiert nach RFC 5322 Pattern

Email address format validé selon RFC 5322 pattern

Email address formaat gevalideerd volgens RFC 5322 pattern

o0foUgY3@V.v8eebaUEL

Element Definition

<xs:element 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"
            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>