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

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

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

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

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

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

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

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

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

element PersonType/Text
diagram index_p1074.png
namespace http://www.fundsxml.org/XMLSchema/3.1
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