Documentation for CityGML

Complex Type: AppearanceType

[Table of contents]

Super-types: gml:AbstractFeatureType < AppearanceType (by extension)
Sub-types: None
Name AppearanceType
Used by (from the same schema document) Complex Type AppearancePropertyType
Abstract no
Documentation Named container for all surface data (texture/material). All appearances of the same name ("theme") within a CityGML file are considered a group.
XML Instance Representation
<...
gml:id="[0..1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

<gml:boundedBy> ... </gml:boundedBy> [0..1]
<gml:location> ... </gml:location> [0..1]

'deprecated in GML version 3.1'

<theme> xs:string </theme> [0..1]
<surfaceDataMember> SurfaceDataPropertyType </surfaceDataMember> [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="AppearanceType">
<xs:complexContent>
<xs:extension base=" gml:AbstractFeatureType ">
<xs:sequence>
<xs:element name="theme" type=" xs:string " minOccurs="0"/>
<xs:element name="surfaceDataMember" type=" SurfaceDataPropertyType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref=" _GenericApplicationPropertyOfAppearance " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>