complexType ContactDetailsType
diagram index_p318.png
namespace http://www.fundsxml.org/XMLSchema/3.2
children Name Address PhoneNumber FaxNumber EmailAddress URLAddress BICIdentifier
used by
elements FppType/FundManagementCompany FppType/Annexes/LocalMarketAnnex/LocalOrderDesk FppType/MainFundOrderDesk
annotation
documentation
Contact Details
source <xs:complexType name="ContactDetailsType">
 
<xs:annotation>
   
<xs:documentation>Contact Details</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Name" type="Text350Type">
     
<xs:annotation>
       
<xs:documentation>Name by which a party is known and which is usually used to identify that party</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Address" type="PostalAddressType">
     
<xs:annotation>
       
<xs:documentation>Information that locates and identifies a specific address, as defined by postal services</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PhoneNumber" type="PhoneNumberType">
     
<xs:annotation>
       
<xs:documentation>The telephone/fax numbers should consist of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FaxNumber" type="PhoneNumberType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Collection of information that identifies a FAX number that should consist of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EmailAddress" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Address for electronic mail (e-mail).</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:maxLength value="256"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="URLAddress" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Address for the Universal Resource Locator (URL), eg, used over the www (HTTP) service.</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:maxLength value="256"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="BICIdentifier" type="BicCodeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>BIC: Unique and unambiguous identification of a financial institution, as assigned under a globally recognised or
proprietary identification scheme.Enter the BIC11 (including XXX if there is no branch code), or "N/A" if there is no BIC.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ContactDetailsType/Name
diagram index_p319.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type Text350Type
properties
content simple
facets
Kind Value Annotation
maxLength 350
annotation
documentation
Name by which a party is known and which is usually used to identify that party
source <xs:element name="Name" type="Text350Type">
 
<xs:annotation>
   
<xs:documentation>Name by which a party is known and which is usually used to identify that party</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContactDetailsType/Address
diagram index_p320.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type PostalAddressType
properties
content complex
children Unstructured Structured
annotation
documentation
Information that locates and identifies a specific address, as defined by postal services
source <xs:element name="Address" type="PostalAddressType">
 
<xs:annotation>
   
<xs:documentation>Information that locates and identifies a specific address, as defined by postal services</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContactDetailsType/PhoneNumber
diagram index_p321.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type PhoneNumberType
properties
content complex
children Type CountryCode AreaCode PhoneNumber DirectNumber Text
annotation
documentation
The telephone/fax numbers should consist of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).
source <xs:element name="PhoneNumber" type="PhoneNumberType">
 
<xs:annotation>
   
<xs:documentation>The telephone/fax numbers should consist of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContactDetailsType/FaxNumber
diagram index_p322.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type PhoneNumberType
properties
minOcc 0
maxOcc 1
content complex
children Type CountryCode AreaCode PhoneNumber DirectNumber Text
annotation
documentation
Collection of information that identifies a FAX number that should consist of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).
source <xs:element name="FaxNumber" type="PhoneNumberType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Collection of information that identifies a FAX number that should consist of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContactDetailsType/EmailAddress
diagram index_p323.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
annotation
documentation
Address for electronic mail (e-mail).
source <xs:element name="EmailAddress" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Address for electronic mail (e-mail).</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="256"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ContactDetailsType/URLAddress
diagram index_p324.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
annotation
documentation
Address for the Universal Resource Locator (URL), eg, used over the www (HTTP) service.
source <xs:element name="URLAddress" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Address for the Universal Resource Locator (URL), eg, used over the www (HTTP) service.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="256"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ContactDetailsType/BICIdentifier
diagram index_p325.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type BicCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 3
maxLength 12
annotation
documentation
BIC: Unique and unambiguous identification of a financial institution, as assigned under a globally recognised or
proprietary identification scheme.Enter the BIC11 (including XXX if there is no branch code), or "N/A" if there is no BIC.
source <xs:element name="BICIdentifier" type="BicCodeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>BIC: Unique and unambiguous identification of a financial institution, as assigned under a globally recognised or
proprietary identification scheme.Enter the BIC11 (including XXX if there is no branch code), or "N/A" if there is no BIC.
</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy