Documentation for CityGML

Complex Type: AddressLinesType

[Table of contents]

Super-types: None
Sub-types: None
Name AddressLinesType
Used by (from the same schema document) Complex Type AddressDetails
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (strict validation).
>
<AddressLine> ... </AddressLine> [1..*]
Allow any elements from a namespace other than this schema's namespace (strict validation). [0..*]
</...>
Diagram
h1885024549
Schema Component Representation
<xs:complexType name="AddressLinesType">
<xs:sequence>
<xs:element ref=" AddressLine " maxOccurs="unbounded"/>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>