Documentation for CityGML

Complex Type: TextureParameterizationType

[Table of contents]

Super-types: gml:AbstractGMLType < TextureParameterizationType (by extension)
Sub-types:
Name TextureParameterizationType
Used by (from the same schema document) Element _TextureParameterization
Abstract yes
Documentation Base class for augmenting a link "texture->surface" with texture parameterization. Subclasses of this class define concrete parameterizations. Currently, texture coordinates and texture coordinate generation using a transformation matrix are available.
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
Schema Component Representation
<xs:complexType name="TextureParameterizationType" abstract="true">
<xs:complexContent>
<xs:extension base=" gml:AbstractGMLType ">
<xs:sequence>
<xs:element ref=" _GenericApplicationPropertyOfTextureParameterization " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>