complexType addressInformationType
diagram index_p677.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
children eCH-0010:addressLine1 eCH-0010:addressLine2 eCH-0010:street eCH-0010:houseNumber eCH-0010:dwellingNumber eCH-0010:postOfficeBoxNumber eCH-0010:postOfficeBoxText eCH-0010:locality eCH-0010:town eCH-0010:swissZipCode eCH-0010:swissZipCodeAddOn eCH-0010:swissZipCodeId eCH-0010:foreignZipCode eCH-0010:country
used by
elements mailAddressType/addressInformation personMailAddressType/addressInformation organisationMailAddressType/addressInformation buildingAuthorityType/address personType/address
source <xs:complexType name="addressInformationType">
 
<xs:sequence>
   
<xs:element name="addressLine1" type="eCH-0010:addressLineType" minOccurs="0"/>
   
<xs:element name="addressLine2" type="eCH-0010:addressLineType" minOccurs="0"/>
   
<xs:sequence minOccurs="0">
     
<xs:element name="street" type="eCH-0010:streetType"/>
     
<xs:element name="houseNumber" type="eCH-0010:houseNumberType" minOccurs="0"/>
     
<xs:element name="dwellingNumber" type="eCH-0010:dwellingNumberType" minOccurs="0"/>
   
</xs:sequence>
   
<xs:sequence minOccurs="0">
     
<xs:element name="postOfficeBoxNumber" type="eCH-0010:postOfficeBoxNumberType" minOccurs="0"/>
     
<xs:element name="postOfficeBoxText" type="eCH-0010:postOfficeBoxTextType"/>
   
</xs:sequence>
   
<xs:element name="locality" type="eCH-0010:localityType" minOccurs="0"/>
   
<xs:element name="town" type="eCH-0010:townType"/>
   
<xs:choice>
     
<xs:sequence>
       
<xs:element name="swissZipCode" type="eCH-0010:swissZipCodeType"/>
       
<xs:element name="swissZipCodeAddOn" type="eCH-0010:swissZipCodeAddOnType" minOccurs="0"/>
       
<xs:element name="swissZipCodeId" type="eCH-0010:swissZipCodeIdType" minOccurs="0"/>
     
</xs:sequence>
     
<xs:element name="foreignZipCode" type="eCH-0010:foreignZipCodeType" minOccurs="0"/>
   
</xs:choice>
   
<xs:element name="country" type="eCH-0010:countryType"/>
 
</xs:sequence>
</xs:complexType>

element addressInformationType/addressLine1
diagram index_p678.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:addressLineType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 60
source <xs:element name="addressLine1" type="eCH-0010:addressLineType" minOccurs="0"/>

element addressInformationType/addressLine2
diagram index_p679.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:addressLineType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 60
source <xs:element name="addressLine2" type="eCH-0010:addressLineType" minOccurs="0"/>

element addressInformationType/street
diagram index_p680.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:streetType
properties
content simple
facets
Kind Value Annotation
maxLength 60
source <xs:element name="street" type="eCH-0010:streetType"/>

element addressInformationType/houseNumber
diagram index_p681.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:houseNumberType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 12
source <xs:element name="houseNumber" type="eCH-0010:houseNumberType" minOccurs="0"/>

element addressInformationType/dwellingNumber
diagram index_p682.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:dwellingNumberType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 10
source <xs:element name="dwellingNumber" type="eCH-0010:dwellingNumberType" minOccurs="0"/>

element addressInformationType/postOfficeBoxNumber
diagram index_p683.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:postOfficeBoxNumberType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 99999999
source <xs:element name="postOfficeBoxNumber" type="eCH-0010:postOfficeBoxNumberType" minOccurs="0"/>

element addressInformationType/postOfficeBoxText
diagram index_p684.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:postOfficeBoxTextType
properties
content simple
facets
Kind Value Annotation
maxLength 15
source <xs:element name="postOfficeBoxText" type="eCH-0010:postOfficeBoxTextType"/>

element addressInformationType/locality
diagram index_p685.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:localityType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 40
source <xs:element name="locality" type="eCH-0010:localityType" minOccurs="0"/>

element addressInformationType/town
diagram index_p686.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:townType
properties
content simple
facets
Kind Value Annotation
maxLength 40
source <xs:element name="town" type="eCH-0010:townType"/>

element addressInformationType/swissZipCode
diagram index_p687.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:swissZipCodeType
properties
content simple
facets
Kind Value Annotation
minInclusive 1000
maxInclusive 9999
source <xs:element name="swissZipCode" type="eCH-0010:swissZipCodeType"/>

element addressInformationType/swissZipCodeAddOn
diagram index_p688.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:swissZipCodeAddOnType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 2
source <xs:element name="swissZipCodeAddOn" type="eCH-0010:swissZipCodeAddOnType" minOccurs="0"/>

element addressInformationType/swissZipCodeId
diagram index_p689.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:swissZipCodeIdType
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="swissZipCodeId" type="eCH-0010:swissZipCodeIdType" minOccurs="0"/>

element addressInformationType/foreignZipCode
diagram index_p690.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:foreignZipCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 15
source <xs:element name="foreignZipCode" type="eCH-0010:foreignZipCodeType" minOccurs="0"/>

element addressInformationType/country
diagram index_p691.png
namespace http://www.ech.ch/xmlns/eCH-0010/6
type eCH-0010:countryType
properties
content complex
children eCH-0010:countryId eCH-0010:countryIdISO2 eCH-0010:countryNameShort
source <xs:element name="country" type="eCH-0010:countryType"/>


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