complexType ContactDetailsType
diagram index_p617.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
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">
     
<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:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:maxLength value="350"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</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.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ContactDetailsType/Name
diagram index_p618.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type restriction of xs:string
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">
 
<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:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="350"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ContactDetailsType/Address
diagram index_p619.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
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_p620.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
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_p621.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
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_p622.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
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_p623.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
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_p624.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type BicCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 8
maxLength 12
annotation
documentation
BIC: Unique and unambiguous identification of a financial institution, as assigned under a globally recognised or
proprietary identification scheme.
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.
</xs:documentation>
 
</xs:annotation>
</xs:element>


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