EMail

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/CountrySpecificData/AT/OeKBStammdatenblatt/EMail

Diagram

EMail

Documentation

DE

Kontakt Email

EN

contacts email address

FR

contacts email address

NL

contacts email address

ES

dirección de correo electrónico de contacto

IT

indirizzo email dei contatti

CS

contacts email address

HU

contacts email address

Properties

Type
EmailAddressType
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
12
Sample Data
QzXauCfA@W.mzm6
Restrictions
Base: xs:string
Pattern: [_\-a-zA-Z0-9\.\+]+@[a-zA-Z0-9](\.?[\-a-zA-Z0-9]*[a-zA-Z0-9])*

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="EMail"
            type="EmailAddressType">
   <xs:annotation>
      <xs:documentation xml:lang="de">Kontakt Email</xs:documentation>
      <xs:documentation xml:lang="en">contacts email address</xs:documentation>
      <xs:documentation xml:lang="fr">contacts email address</xs:documentation>
      <xs:documentation xml:lang="nl">contacts email address</xs:documentation>
      <xs:documentation xml:lang="es">dirección de correo electrónico de contacto</xs:documentation>
      <xs:documentation xml:lang="it">indirizzo email dei contatti</xs:documentation>
      <xs:documentation xml:lang="cs">contacts email address</xs:documentation>
      <xs:documentation xml:lang="hu">contacts email address</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (EmailAddressType)

<xs:simpleType 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"
               name="EmailAddressType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Email address format validated against RFC 5322 pattern</xs:documentation>
      <xs:documentation xml:lang="de">E-Mail-Adresse, validiert nach RFC 5322 Pattern</xs:documentation>
      <xs:documentation xml:lang="fr">Format d'adresse e-mail validé selon le modèle RFC 5322</xs:documentation>
      <xs:documentation xml:lang="nl">E-mailadresformaat gevalideerd volgens RFC 5322-patroon</xs:documentation>
      <xs:documentation xml:lang="es">Formato de dirección de correo electrónico validado según patrón RFC 5322</xs:documentation>
      <xs:documentation xml:lang="it">Formato dell'indirizzo e-mail convalidato rispetto al modello RFC 5322</xs:documentation>
      <xs:documentation xml:lang="cs">Formát e-mailové adresy validovaný podle vzoru RFC 5322</xs:documentation>
      <xs:documentation xml:lang="hu">E-mail cím formátum az RFC 5322 minta szerint validálva</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:pattern value="[_\-a-zA-Z0-9\.\+]+@[a-zA-Z0-9](\.?[\-a-zA-Z0-9]*[a-zA-Z0-9])*"/>
   </xs:restriction>
</xs:simpleType>