Address

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/Portfolios/Portfolio/Transactions/Transaction/Counterparty/Address

Diagram

Address StreetName Text256Type [0..1] StreetNumber Text32Type [0..1] Building Text256Type [0..1] CityName Text256Type [0..1] CityCode Text32Type [0..1] State Text256Type [0..1] Country ISOCountryCodeType [1] Phone Text256Type [0..1] Fax Text64Type [0..1] Email EmailAddressType [0..1] Homepage xs:anyURI [0..1]

Documentation

EN

Address of company

DE

[AUTO] Adresse des Unternehmens

FR

Address de company

NL

Address van company

Properties

Type
AddressType
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
14

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
Text256Type

Name of the street

[AUTO] Straßenname

Nom de street

Naam van street

ExampleText
Text32Type

Street number or building number

[AUTO] Hausnummer

Street numéro ou building numéro

Street nummer van building nummer

ExampleText
Text256Type

Building name or identifier

[AUTO] Gebäudebezeichnung

Building nom ou identifiant

Building naam van identificatie

ExampleText
Text256Type

Name of the city

[AUTO] Ortsname

Nom de city

Naam van city

ExampleText
Text32Type

Postal code or ZIP code

[AUTO] Postleitzahl

Postal code ou ZIP code

Postal code van ZIP code

ExampleText
Text256Type

State, province or region

[AUTO] Bundesland, Provinz oder Region

State, province ou région

State, province van regio

ExampleText
ISOCountryCodeType

ISO country code (ISO 3166-1 alpha-2)

[AUTO] ISO-Ländercode (ISO 3166-1 alpha-2)

ISO pays code (ISO 3166-1 alpha-2)

ISO land code (ISO 3166-1 alpha-2)

aa
Text256Type

Phone number

[AUTO] Telefonnummer

Phone numéro

Phone nummer

ExampleText
Text64Type

Fax number

[AUTO] Faxnummer

Fax numéro

Fax nummer

ExampleText
EmailAddressType

Email address

[AUTO] E-Mail-Adresse

Email address

Email address

aUEv@I.abIRJNUcFE
xs:anyURI

Website URL

[AUTO] Website-URL

Website URL

Website URL

http://example.com/sample

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Address"
            type="AddressType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Address of company</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Adresse des Unternehmens</xs:documentation>
      <xs:documentation xml:lang="fr">Address de company</xs:documentation>
      <xs:documentation xml:lang="nl">Address van company</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (AddressType)

<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
                xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="AddressType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Address information including street, city, country and contact details</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Adressinformationen einschließlich Straße, Stadt, Land und Kontaktdaten</xs:documentation>
      <xs:documentation xml:lang="fr">Address information y compris street, city, pays et contact details</xs:documentation>
      <xs:documentation xml:lang="nl">Address informatie inclusief street, city, land en contact details</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element minOccurs="0" name="StreetName" type="Text256Type">
         <xs:annotation>
            <xs:documentation xml:lang="en">Name of the street</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] Straßenname</xs:documentation>
            <xs:documentation xml:lang="fr">Nom de street</xs:documentation>
            <xs:documentation xml:lang="nl">Naam van street</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="StreetNumber" type="Text32Type">
         <xs:annotation>
            <xs:documentation xml:lang="en">Street number or building number</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] Hausnummer</xs:documentation>
            <xs:documentation xml:lang="fr">Street numéro ou building numéro</xs:documentation>
            <xs:documentation xml:lang="nl">Street nummer van building nummer</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Building" type="Text256Type">
         <xs:annotation>
            <xs:documentation xml:lang="en">Building name or identifier</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] Gebäudebezeichnung</xs:documentation>
            <xs:documentation xml:lang="fr">Building nom ou identifiant</xs:documentation>
            <xs:documentation xml:lang="nl">Building naam van identificatie</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="CityName" type="Text256Type">
         <xs:annotation>
            <xs:documentation xml:lang="en">Name of the city</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] Ortsname</xs:documentation>
            <xs:documentation xml:lang="fr">Nom de city</xs:documentation>
            <xs:documentation xml:lang="nl">Naam van city</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="CityCode" type="Text32Type">
         <xs:annotation>
            <xs:documentation xml:lang="en">Postal code or ZIP code</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] Postleitzahl</xs:documentation>
            <xs:documentation xml:lang="fr">Postal code ou ZIP code</xs:documentation>
            <xs:documentation xml:lang="nl">Postal code van ZIP code</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="State" type="Text256Type">
         <xs:annotation>
            <xs:documentation xml:lang="en">State, province or region</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] Bundesland, Provinz oder Region</xs:documentation>
            <xs:documentation xml:lang="fr">State, province ou région</xs:documentation>
            <xs:documentation xml:lang="nl">State, province van regio</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Country" type="ISOCountryCodeType">
         <xs:annotation>
            <xs:documentation xml:lang="en">ISO country code (ISO 3166-1 alpha-2)</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] ISO-Ländercode (ISO 3166-1 alpha-2)</xs:documentation>
            <xs:documentation xml:lang="fr">ISO pays code (ISO 3166-1 alpha-2)</xs:documentation>
            <xs:documentation xml:lang="nl">ISO land code (ISO 3166-1 alpha-2)</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Phone" type="Text256Type">
         <xs:annotation>
            <xs:documentation xml:lang="en">Phone number</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] Telefonnummer</xs:documentation>
            <xs:documentation xml:lang="fr">Phone numéro</xs:documentation>
            <xs:documentation xml:lang="nl">Phone nummer</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Fax" type="Text64Type">
         <xs:annotation>
            <xs:documentation xml:lang="en">Fax number</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] Faxnummer</xs:documentation>
            <xs:documentation xml:lang="fr">Fax numéro</xs:documentation>
            <xs:documentation xml:lang="nl">Fax nummer</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Email" type="EmailAddressType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Email address</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] E-Mail-Adresse</xs:documentation>
            <xs:documentation xml:lang="fr">Email address</xs:documentation>
            <xs:documentation xml:lang="nl">Email address</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Homepage" type="xs:anyURI">
         <xs:annotation>
            <xs:documentation xml:lang="en">Website URL</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] Website-URL</xs:documentation>
            <xs:documentation xml:lang="fr">Website URL</xs:documentation>
            <xs:documentation xml:lang="nl">Website URL</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>