Documentation for CityGML

Complex Type: SimpleTextureType

[Table of contents]

Super-types: gml:AbstractGMLType < _AppearanceType (by extension) < SimpleTextureType (by extension)
Sub-types: None
Name SimpleTextureType
Used by (from the same schema document) Element SimpleTexture
Abstract no
Documentation Deprecated in CityGML version 0.4.0. Use the concepts of the new appearance model instead. Adopted from X3D standard (http://www.web3d.org/x3d/). ToDo: repeat
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.'

<textureMap> xs:anyURI </textureMap> [1]
<textureCoordinates> gml:doubleList </textureCoordinates> [1]
<textureType> TextureTypeType </textureType> [0..1]
<repeat> xs:boolean </repeat> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="SimpleTextureType">
<xs:complexContent>
<xs:extension base=" _AppearanceType ">
<xs:sequence>
<xs:element name="textureMap" type=" xs:anyURI "/>
<xs:element name="textureCoordinates" type=" gml:doubleList "/>
<xs:element name="textureType" type=" TextureTypeType " minOccurs="0"/>
<xs:element name="repeat" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>