complexType PhoneNumberType
diagram index_p1136.png
namespace http://www.fundsxml.org
children Type CountryCode AreaCode PhoneNumber DirectNumber Text
used by
elements FundManagerType/PhoneNumber MasterDataType/PhoneNumber PersonType/PhoneNumber
annotation
documentation
Dieser Typ stellt eine Rufnummer dar. Sollten die Informationen nicht einzelnen vorliegen, so ist die Komplettinformation unter Rufnummer zu speichern.
documentation
A telefon contact number. Each number has a type associated (i.e. phone, fax or mobile). If the Numerb cannot be seperated into the codes and numbers the whole information has to be plaecd in "PhoneNumber"
source <xs:complexType name="PhoneNumberType">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Dieser Typ stellt eine Rufnummer dar. Sollten die Informationen nicht einzelnen vorliegen, so ist die Komplettinformation unter Rufnummer zu speichern.</xs:documentation>
   
<xs:documentation xml:lang="en">A telefon contact number. Each number has a type associated (i.e. phone, fax or mobile). If the Numerb cannot be seperated into the codes and numbers the whole information has to be plaecd in "PhoneNumber"</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Type" type="xs:string">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die Art der Rufnummer.</xs:documentation>
       
<xs:documentation xml:lang="en">The type of the phone number</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CountryCode" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die Landesvorwahl einer Rufnummer in der Form "00XX" z.B. 0049 fuer Deutschland.</xs:documentation>
       
<xs:documentation xml:lang="en">Country prefix of the calling number in the form of "00XX" (for example 0049 for Germany).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AreaCode" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die Ortsvorwahl mit fuehrender Null.</xs:documentation>
       
<xs:documentation xml:lang="en">The are code of the contact telephone number.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PhoneNumber" type="xs:string">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die eigentliche Rufnummer. Sollten die anderen Informationen nicht einzelnen vorliegen, so ist die Komplettinformation hier anzufuehren.</xs:documentation>
       
<xs:documentation xml:lang="en">The contact number itself. In case other element parts of the number are not separatley specified this information can express the complete calling number including the country and area codes.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DirectNumber" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die Durchwahl der Rufnummer</xs:documentation>
       
<xs:documentation xml:lang="en">A phone extension used for direct dialing</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Text" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Auch hier koennen wieder zusaetzliche Informationen als Text abgelegt werden.</xs:documentation>
       
<xs:documentation xml:lang="en">A space for additional information if needed.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PhoneNumberType/Type
diagram index_p1137.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
annotation
documentation
Die Art der Rufnummer.
documentation
The type of the phone number
source <xs:element name="Type" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die Art der Rufnummer.</xs:documentation>
   
<xs:documentation xml:lang="en">The type of the phone number</xs:documentation>
 
</xs:annotation>
</xs:element>

element PhoneNumberType/CountryCode
diagram index_p1138.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Die Landesvorwahl einer Rufnummer in der Form "00XX" z.B. 0049 fuer Deutschland.
documentation
Country prefix of the calling number in the form of "00XX" (for example 0049 for Germany).
source <xs:element name="CountryCode" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die Landesvorwahl einer Rufnummer in der Form "00XX" z.B. 0049 fuer Deutschland.</xs:documentation>
   
<xs:documentation xml:lang="en">Country prefix of the calling number in the form of "00XX" (for example 0049 for Germany).</xs:documentation>
 
</xs:annotation>
</xs:element>

element PhoneNumberType/AreaCode
diagram index_p1139.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Die Ortsvorwahl mit fuehrender Null.
documentation
The are code of the contact telephone number.
source <xs:element name="AreaCode" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die Ortsvorwahl mit fuehrender Null.</xs:documentation>
   
<xs:documentation xml:lang="en">The are code of the contact telephone number.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PhoneNumberType/PhoneNumber
diagram index_p1140.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
annotation
documentation
Die eigentliche Rufnummer. Sollten die anderen Informationen nicht einzelnen vorliegen, so ist die Komplettinformation hier anzufuehren.
documentation
The contact number itself. In case other element parts of the number are not separatley specified this information can express the complete calling number including the country and area codes.
source <xs:element name="PhoneNumber" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die eigentliche Rufnummer. Sollten die anderen Informationen nicht einzelnen vorliegen, so ist die Komplettinformation hier anzufuehren.</xs:documentation>
   
<xs:documentation xml:lang="en">The contact number itself. In case other element parts of the number are not separatley specified this information can express the complete calling number including the country and area codes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PhoneNumberType/DirectNumber
diagram index_p1141.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Die Durchwahl der Rufnummer
documentation
A phone extension used for direct dialing
source <xs:element name="DirectNumber" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die Durchwahl der Rufnummer</xs:documentation>
   
<xs:documentation xml:lang="en">A phone extension used for direct dialing</xs:documentation>
 
</xs:annotation>
</xs:element>

element PhoneNumberType/Text
diagram index_p1142.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Auch hier koennen wieder zusaetzliche Informationen als Text abgelegt werden.
documentation
A space for additional information if needed.
source <xs:element name="Text" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Auch hier koennen wieder zusaetzliche Informationen als Text abgelegt werden.</xs:documentation>
   
<xs:documentation xml:lang="en">A space for additional information if needed.</xs:documentation>
 
</xs:annotation>
</xs:element>


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