Documentation for CityGML

Complex Type: _AppearanceType

[Table of contents]

Super-types: gml:AbstractGMLType < _AppearanceType (by extension)
Sub-types:
Name _AppearanceType
Used by (from the same schema document) Element _Appearance
Abstract yes
Documentation Deprecated in CityGML version 0.4.0. Use the concepts of the new appearance model instead. This abstract type is the parent type of MaterialType and SimpleTextureType. It is derived from gml:AbstractGMLType, thus it inherits the attribute gml:id and may be referenced by an appearanceProperty, although it is defined elsewhere in another appearanceProperty.
Application Data deprecated
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.'

</...>
Diagram
h361726713
Schema Component Representation
<xs:complexType name="_AppearanceType" abstract="true">
<xs:complexContent>
<xs:extension base=" gml:AbstractGMLType "/>
</xs:complexContent>
</xs:complexType>