Email

/FundsXML4/AssetMasterData/Asset/AssetDetails/Equity/Issuer/ParentCompany/Address/Email

Diagram

Email

Documentation

EN

Email address

DE

E-Mail-Adresse

FR

Adresse e-mail

NL

E-mailadres

ES

Dirección de correo electrónico

IT

Indirizzo e-mail

CS

E-mailová adresa

HU

E-mail cím

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
8
Sample Data
dZFV.4Thr7@4.TAfzDDUR
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="en">Email address</xs:documentation>
      <xs:documentation xml:lang="de">E-Mail-Adresse</xs:documentation>
      <xs:documentation xml:lang="fr">Adresse e-mail</xs:documentation>
      <xs:documentation xml:lang="nl">E-mailadres</xs:documentation>
      <xs:documentation xml:lang="es">Dirección de correo electrónico</xs:documentation>
      <xs:documentation xml:lang="it">Indirizzo e-mail</xs:documentation>
      <xs:documentation xml:lang="cs">E-mailová adresa</xs:documentation>
      <xs:documentation xml:lang="hu">E-mail cím</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>