complexType PersonType
diagram index_p1125.png
namespace http://www.fundsxml.org
children Name FirstName FormOfAddress Title Position Function EMail Address PhoneNumber Text
used by
elements MasterDataType/Contact CompanyType/CountrySpecificData/DE/BuBaReporting/Meldung10383/Sachbearbeiter CountrySpecificDataType/DE/Reporting/BuBaReporting/Sachbearbeiter CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10380/Sachbearbeiter
annotation
documentation
Mit dem PersonTyp ist ein natuerliche Person abbildbar. Verwendet wird dieser Typ bei den Ansprechpartnern einer Kapitalanlagegesellschaft.
documentation
A type which represents a person.
source <xs:complexType name="PersonType">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Mit dem PersonTyp ist ein natuerliche Person abbildbar. Verwendet wird dieser Typ bei den Ansprechpartnern einer Kapitalanlagegesellschaft.</xs:documentation>
   
<xs:documentation xml:lang="en">A type which represents a person.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Name" type="xs:string">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Der Nachname der Person</xs:documentation>
       
<xs:documentation xml:lang="en">Surname of the person</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FirstName" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Der Vorname der Person</xs:documentation>
       
<xs:documentation xml:lang="en">Forename of the person</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FormOfAddress" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die Anrede der Person</xs:documentation>
       
<xs:documentation xml:lang="en">Form of Address of the person</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Title" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Der Titel der Person.</xs:documentation>
       
<xs:documentation xml:lang="en">Title of the person</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Position" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die Position der Person in ihrer Gesellschaft</xs:documentation>
       
<xs:documentation xml:lang="en">Position that the person fills in its Company </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Function" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die Funktion der Person in ihrer Gesellschaft</xs:documentation>
       
<xs:documentation xml:lang="en">Function of the person in its Company</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EMail" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die E-Mail-Adresse der Person</xs:documentation>
       
<xs:documentation xml:lang="en">Email Address of the person</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Address" type="AddressType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die Adresse der Person</xs:documentation>
       
<xs:documentation xml:lang="en">Address of the person</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PhoneNumber" type="PhoneNumberType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die Rufnummern der Person, sei es eine Telefonnummer, eine Faxnummer oder eine Mobilfunknummer.</xs:documentation>
       
<xs:documentation xml:lang="en">Phone number of the person</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Text" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Im Freitext koennen wieder zusaetzliche Informationen zu dieser Person abgelegt werden.</xs:documentation>
       
<xs:documentation xml:lang="en"/>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PersonType/Name
diagram index_p1126.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
annotation
documentation
Der Nachname der Person
documentation
Surname of the person
source <xs:element name="Name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Der Nachname der Person</xs:documentation>
   
<xs:documentation xml:lang="en">Surname of the person</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonType/FirstName
diagram index_p1127.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Der Vorname der Person
documentation
Forename of the person
source <xs:element name="FirstName" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Der Vorname der Person</xs:documentation>
   
<xs:documentation xml:lang="en">Forename of the person</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonType/FormOfAddress
diagram index_p1128.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Die Anrede der Person
documentation
Form of Address of the person
source <xs:element name="FormOfAddress" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die Anrede der Person</xs:documentation>
   
<xs:documentation xml:lang="en">Form of Address of the person</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonType/Title
diagram index_p1129.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Der Titel der Person.
documentation
Title of the person
source <xs:element name="Title" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Der Titel der Person.</xs:documentation>
   
<xs:documentation xml:lang="en">Title of the person</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonType/Position
diagram index_p1130.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Die Position der Person in ihrer Gesellschaft
documentation
Position that the person fills in its Company
source <xs:element name="Position" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die Position der Person in ihrer Gesellschaft</xs:documentation>
   
<xs:documentation xml:lang="en">Position that the person fills in its Company </xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonType/Function
diagram index_p1131.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Die Funktion der Person in ihrer Gesellschaft
documentation
Function of the person in its Company
source <xs:element name="Function" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die Funktion der Person in ihrer Gesellschaft</xs:documentation>
   
<xs:documentation xml:lang="en">Function of the person in its Company</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonType/EMail
diagram index_p1132.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Die E-Mail-Adresse der Person
documentation
Email Address of the person
source <xs:element name="EMail" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die E-Mail-Adresse der Person</xs:documentation>
   
<xs:documentation xml:lang="en">Email Address of the person</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonType/Address
diagram index_p1133.png
namespace http://www.fundsxml.org
type AddressType
properties
minOcc 0
maxOcc 1
content complex
children Street PostCode Town Country Text
annotation
documentation
Die Adresse der Person
documentation
Address of the person
source <xs:element name="Address" type="AddressType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die Adresse der Person</xs:documentation>
   
<xs:documentation xml:lang="en">Address of the person</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonType/PhoneNumber
diagram index_p1134.png
namespace http://www.fundsxml.org
type PhoneNumberType
properties
minOcc 0
maxOcc unbounded
content complex
children Type CountryCode AreaCode PhoneNumber DirectNumber Text
annotation
documentation
Die Rufnummern der Person, sei es eine Telefonnummer, eine Faxnummer oder eine Mobilfunknummer.
documentation
Phone number of the person
source <xs:element name="PhoneNumber" type="PhoneNumberType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die Rufnummern der Person, sei es eine Telefonnummer, eine Faxnummer oder eine Mobilfunknummer.</xs:documentation>
   
<xs:documentation xml:lang="en">Phone number of the person</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonType/Text
diagram index_p1135.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Im Freitext koennen wieder zusaetzliche Informationen zu dieser Person abgelegt werden.
source <xs:element name="Text" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Im Freitext koennen wieder zusaetzliche Informationen zu dieser Person abgelegt werden.</xs:documentation>
   
<xs:documentation xml:lang="en"/>
 
</xs:annotation>
</xs:element>


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