complexType PostalAddressType
diagram index_p1458.png
namespace http://www.fundsxml.org/XMLSchema/3.2
children Unstructured Structured
used by
element ContactDetailsType/Address
annotation
documentation
Postal Adress
source <xs:complexType name="PostalAddressType">
 
<xs:annotation>
   
<xs:documentation>Postal Adress</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="Unstructured" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Components of the address (street, city etc.) should be separated by commas.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Structured">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="AddressType" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Identifies the nature of the postal address.
ADDR - postal address
BIZZ - business address
DLVY - delivery address
HOME - home address
MLTO - mail address
PBOX - postal office box
OTHR - other address
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="ADDR"/>
               
<xs:enumeration value="BIZZ"/>
               
<xs:enumeration value="DLYV"/>
               
<xs:enumeration value="HOME"/>
               
<xs:enumeration value="MLTO"/>
               
<xs:enumeration value="PBOX"/>
               
<xs:enumeration value="OTHR"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="AddressLine" type="Text70Type" minOccurs="0" maxOccurs="5">
           
<xs:annotation>
             
<xs:documentation>Information that locates and identifies a specific address, as defined by postal services, that is presented in
free format text.
</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="StreetName" type="Text70Type" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Name of a street or thoroughfare.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="BuildingNumber" type="Text16Type" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Number that identifies the position of a building on a street.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="PostCode" type="Text16Type" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting
of mail.
</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="TownName" type="Text35Type" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Name of a built-up area, with defined boundaries, and a local government.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="CountrySubDivision" type="Text35Type" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Identifies a subdivision of a country eg, state, region, county.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Country" type="ISOCountryCodeType" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Nation with its own government.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element PostalAddressType/Unstructured
diagram index_p1459.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type xs:string
properties
content simple
annotation
documentation
Components of the address (street, city etc.) should be separated by commas.
source <xs:element name="Unstructured" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Components of the address (street, city etc.) should be separated by commas.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/Structured
diagram index_p1460.png
namespace http://www.fundsxml.org/XMLSchema/3.2
properties
content complex
children AddressType AddressLine StreetName BuildingNumber PostCode TownName CountrySubDivision Country
source <xs:element name="Structured">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AddressType" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Identifies the nature of the postal address.
ADDR - postal address
BIZZ - business address
DLVY - delivery address
HOME - home address
MLTO - mail address
PBOX - postal office box
OTHR - other address
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="ADDR"/>
           
<xs:enumeration value="BIZZ"/>
           
<xs:enumeration value="DLYV"/>
           
<xs:enumeration value="HOME"/>
           
<xs:enumeration value="MLTO"/>
           
<xs:enumeration value="PBOX"/>
           
<xs:enumeration value="OTHR"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="AddressLine" type="Text70Type" minOccurs="0" maxOccurs="5">
       
<xs:annotation>
         
<xs:documentation>Information that locates and identifies a specific address, as defined by postal services, that is presented in
free format text.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="StreetName" type="Text70Type" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Name of a street or thoroughfare.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="BuildingNumber" type="Text16Type" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Number that identifies the position of a building on a street.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="PostCode" type="Text16Type" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting
of mail.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="TownName" type="Text35Type" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Name of a built-up area, with defined boundaries, and a local government.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="CountrySubDivision" type="Text35Type" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Identifies a subdivision of a country eg, state, region, county.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Country" type="ISOCountryCodeType" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Nation with its own government.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PostalAddressType/Structured/AddressType
diagram index_p1461.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration ADDR
enumeration BIZZ
enumeration DLYV
enumeration HOME
enumeration MLTO
enumeration PBOX
enumeration OTHR
annotation
documentation
Identifies the nature of the postal address.
ADDR - postal address
BIZZ - business address
DLVY - delivery address
HOME - home address
MLTO - mail address
PBOX - postal office box
OTHR - other address
source <xs:element name="AddressType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Identifies the nature of the postal address.
ADDR - postal address
BIZZ - business address
DLVY - delivery address
HOME - home address
MLTO - mail address
PBOX - postal office box
OTHR - other address
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="ADDR"/>
     
<xs:enumeration value="BIZZ"/>
     
<xs:enumeration value="DLYV"/>
     
<xs:enumeration value="HOME"/>
     
<xs:enumeration value="MLTO"/>
     
<xs:enumeration value="PBOX"/>
     
<xs:enumeration value="OTHR"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element PostalAddressType/Structured/AddressLine
diagram index_p1462.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type Text70Type
properties
minOcc 0
maxOcc 5
content simple
facets
Kind Value Annotation
maxLength 70
annotation
documentation
Information that locates and identifies a specific address, as defined by postal services, that is presented in
free format text.
source <xs:element name="AddressLine" type="Text70Type" minOccurs="0" maxOccurs="5">
 
<xs:annotation>
   
<xs:documentation>Information that locates and identifies a specific address, as defined by postal services, that is presented in
free format text.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/Structured/StreetName
diagram index_p1463.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type Text70Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 70
annotation
documentation
Name of a street or thoroughfare.
source <xs:element name="StreetName" type="Text70Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Name of a street or thoroughfare.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/Structured/BuildingNumber
diagram index_p1464.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type Text16Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 16
annotation
documentation
Number that identifies the position of a building on a street.
source <xs:element name="BuildingNumber" type="Text16Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Number that identifies the position of a building on a street.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/Structured/PostCode
diagram index_p1465.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type Text16Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 16
annotation
documentation
Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting
of mail.
source <xs:element name="PostCode" type="Text16Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting
of mail.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/Structured/TownName
diagram index_p1466.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type Text35Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 35
annotation
documentation
Name of a built-up area, with defined boundaries, and a local government.
source <xs:element name="TownName" type="Text35Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Name of a built-up area, with defined boundaries, and a local government.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/Structured/CountrySubDivision
diagram index_p1467.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type Text35Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 35
annotation
documentation
Identifies a subdivision of a country eg, state, region, county.
source <xs:element name="CountrySubDivision" type="Text35Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Identifies a subdivision of a country eg, state, region, county.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/Structured/Country
diagram index_p1468.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type ISOCountryCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
Nation with its own government.
source <xs:element name="Country" type="ISOCountryCodeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Nation with its own government.</xs:documentation>
 
</xs:annotation>
</xs:element>


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