Documentation for CityGML

Element: AddressLine

[Table of contents]

Name AddressLine
Used by (from the same schema document) Complex Type AddressDetails , Complex Type AddressLinesType , Complex Type DependentLocalityType , Complex Type FirmType , Complex Type LargeMailUserType , Complex Type MailStopType , Complex Type PostalRouteType , Complex Type SubPremiseType , Element Locality , Element Thoroughfare , Element Thoroughfare , Element Thoroughfare , Element Thoroughfare , Element Thoroughfare , Element AdministrativeArea , Element AdministrativeArea , Element PostOffice , Element PostalCode , Element PostalCode , Element PostBox , Element Department , Element Premise , Element Premise , Element Premise
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.
Logical Diagram
XML Instance Representation
<AddressLine
Type="anySimpleType [0..1]

'Defines the type of address line. eg. Street, Address Line 1, etc.'

"

Code="anySimpleType [0..1]

'Used by postal services to encode the name of the element.'

"
Allow any attributes from a namespace other than this schema's namespace (strict validation).
/>
Diagram
h447686930
Schema Component Representation
<xs:element name="AddressLine">
<xs:complexType mixed="true">
<xs:attribute name="Type"/>
<xs:attributeGroup ref=" grPostal "/>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>
</xs:element>