Documentation for CityGML

Element: CountryName

[Table of contents]

Name CountryName
Used by (from the same schema document) Complex Type AddressDetails
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Specification of the name of a country.
Logical Diagram
XML Instance Representation
<CountryName
Type="anySimpleType [0..1]

'Old name, new name, 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="CountryName">
<xs:complexType mixed="true">
<xs:attribute name="Type"/>
<xs:attributeGroup ref=" grPostal "/>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>
</xs:element>