ManufacturerEmail

/FundsXML4/RegulatoryReportings/DirectReporting/EMT_V4_2/FinancialInstrument/GeneralInformation/ManufacturerEmail

Diagram

ManufacturerEmail 00074 Contact entry point for communication with the Manufacturer to either provide feed back reporting or to retrieve details on how to provide feed back reporting.

Documentation

00074 Contact entry point for communication with the Manufacturer to either provide feed back reporting or to retrieve details on how to provide feed back reporting.

Properties

Type
EmailAddressType
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
6
Sample Data
W邳'o\E
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:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="ManufacturerEmail"
            type="EmailAddressType">
   <xs:annotation>
      <xs:documentation>00074 Contact entry point for communication with the Manufacturer to either provide feed back reporting or to retrieve details on how to provide feed back reporting.</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:xs="http://www.w3.org/2001/XMLSchema"
               name="EmailAddressType">
   <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>