complexType AddressType
diagram index_p30.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
children Street PostCode Town Country Text
used by
elements FundFactsType/Custodian/Address FundManagerType/Address MasterDataType/Address PersonType/Address
annotation
documentation
The AddressType can be used for the representation of an address
documentation
Der AdressTyp stellt einen Typ fuer die Darstellung einer Adresse bereit.
source <xs:complexType name="AddressType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The AddressType can be used for the representation of an address</xs:documentation>
   
<xs:documentation xml:lang="de">Der AdressTyp stellt einen Typ fuer die Darstellung einer Adresse bereit. </xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Street" type="xs:string">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">A street part of the address</xs:documentation>
       
<xs:documentation xml:lang="de">Die Strasse einer Adresse.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PostCode" type="xs:string">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">A postcode part of the address</xs:documentation>
       
<xs:documentation xml:lang="de">Die Postleitzahl einer Adresse.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Town" type="xs:string">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">A town/city included in the address</xs:documentation>
       
<xs:documentation xml:lang="de">Der Ort einer Adresse.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Country" type="ISOCountryCodeType" nillable="true">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">A Country identification in the form of an ISO code.</xs:documentation>
       
<xs:documentation xml:lang="de">Die Landeskennzahl einer Adresse, dargestellt als ISO-Landescode.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Text" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">This free text can contain additional information specific to the address information. For example, for an american form of address, it can specify the state information.</xs:documentation>
       
<xs:documentation xml:lang="de">Der Freitext stellt fuer eine Adresse einen weiteren Informationsbehaelter bereit. Hier koennen Informationen abgelegt werden, die nicht in die bisherigen Definitionen eingepasst werden koennen. Bei englischen Adressen koennte hier z.B. das Haus stehen, bei amerikanischen Adressen ist es das Bundesland.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AddressType/Street
diagram index_p31.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
content simple
annotation
documentation
A street part of the address
documentation
Die Strasse einer Adresse.
source <xs:element name="Street" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A street part of the address</xs:documentation>
   
<xs:documentation xml:lang="de">Die Strasse einer Adresse.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AddressType/PostCode
diagram index_p32.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
content simple
annotation
documentation
A postcode part of the address
documentation
Die Postleitzahl einer Adresse.
source <xs:element name="PostCode" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A postcode part of the address</xs:documentation>
   
<xs:documentation xml:lang="de">Die Postleitzahl einer Adresse.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AddressType/Town
diagram index_p33.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
content simple
annotation
documentation
A town/city included in the address
documentation
Der Ort einer Adresse.
source <xs:element name="Town" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A town/city included in the address</xs:documentation>
   
<xs:documentation xml:lang="de">Der Ort einer Adresse.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AddressType/Country
diagram index_p34.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type ISOCountryCodeType
properties
content simple
nillable true
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
A Country identification in the form of an ISO code.
documentation
Die Landeskennzahl einer Adresse, dargestellt als ISO-Landescode.
source <xs:element name="Country" type="ISOCountryCodeType" nillable="true">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A Country identification in the form of an ISO code.</xs:documentation>
   
<xs:documentation xml:lang="de">Die Landeskennzahl einer Adresse, dargestellt als ISO-Landescode.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AddressType/Text
diagram index_p35.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This free text can contain additional information specific to the address information. For example, for an american form of address, it can specify the state information.
documentation
Der Freitext stellt fuer eine Adresse einen weiteren Informationsbehaelter bereit. Hier koennen Informationen abgelegt werden, die nicht in die bisherigen Definitionen eingepasst werden koennen. Bei englischen Adressen koennte hier z.B. das Haus stehen, bei amerikanischen Adressen ist es das Bundesland.
source <xs:element name="Text" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">This free text can contain additional information specific to the address information. For example, for an american form of address, it can specify the state information.</xs:documentation>
   
<xs:documentation xml:lang="de">Der Freitext stellt fuer eine Adresse einen weiteren Informationsbehaelter bereit. Hier koennen Informationen abgelegt werden, die nicht in die bisherigen Definitionen eingepasst werden koennen. Bei englischen Adressen koennte hier z.B. das Haus stehen, bei amerikanischen Adressen ist es das Bundesland.</xs:documentation>
 
</xs:annotation>
</xs:element>


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