Documentation for CityGML

Element: xAL

[Table of contents]

Name xAL
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Root element for a list of addresses
Logical Diagram
h1449858929
XML Instance Representation
<xAL
Version="anySimpleType [0..1]

'Specific to DTD to specify the version number of DTD'

"
Allow any attributes from a namespace other than this schema's namespace (strict validation).
>
<AddressDetails> ... </AddressDetails> [1..*]
Allow any elements from a namespace other than this schema's namespace (strict validation). [0..*]
</xAL>
Diagram
h1449858929
Schema Component Representation
<xs:element name="xAL">
<xs:complexType>
<xs:sequence>
<xs:element ref=" AddressDetails " maxOccurs="unbounded"/>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="Version"/>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>
</xs:element>