complexType AddressType
diagram index_p239.png
namespace http://www.fundsxml.org
children Street PostCode Town Country Text
used by
elements FundFactsType/Custodian/Address FundManagerType/Address MasterDataType/Address PersonType/Address
annotation
documentation
Der AdressTyp stellt einen Typ fuer die Darstellung einer Adresse bereit.
documentation
The AddressType can be used for the representation of an address
source <xs:complexType name="AddressType">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Der AdressTyp stellt einen Typ fuer die Darstellung einer Adresse bereit. </xs:documentation>
   
<xs:documentation xml:lang="en">The AddressType can be used for the representation of an address</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Street" type="xs:string">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die Strasse einer Adresse.</xs:documentation>
       
<xs:documentation xml:lang="en">A street part of the address</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PostCode" type="xs:string">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die Postleitzahl einer Adresse.</xs:documentation>
       
<xs:documentation xml:lang="en">A postcode part of the address</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Town" type="xs:string">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Der Ort einer Adresse.</xs:documentation>
       
<xs:documentation xml:lang="en">A town/city included in the address</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Country" type="ISOCountryCodeType" nillable="true">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die Landeskennzahl einer Adresse, dargestellt als ISO-Landescode.</xs:documentation>
       
<xs:documentation xml:lang="en">A Country identification in the form of an ISO code.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Text" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<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: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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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

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

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

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

element AddressType/Text
diagram index_p244.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
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.
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.
source <xs:element name="Text" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<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: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:annotation>
</xs:element>


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