Documentation for CityGML

Complex Type: AbstractTextureType

[Table of contents]

Super-types: gml:AbstractFeatureType < AbstractSurfaceDataType (by extension) < AbstractTextureType (by extension)
Sub-types:
Name AbstractTextureType
Used by (from the same schema document) Element _Texture
Abstract no
Documentation Base class for textures. "imageURI" can contain any valid URI from references to a local file to preformatted web service requests. The linking to geometry and texture parameterization is provided by derived classes.
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'

<isFront> xs:boolean </isFront> [0..1]
<imageURI> xs:anyURI </imageURI> [1]
<mimeType> MimeTypeType </mimeType> [0..1]
<textureType> TextureTypeType </textureType> [0..1]
<wrapMode> WrapModeType </wrapMode> [0..1]
<borderColor> ColorPlusOpacity </borderColor> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="AbstractTextureType">
<xs:complexContent>
<xs:extension base=" AbstractSurfaceDataType ">
<xs:sequence>
<xs:element name="imageURI" type=" xs:anyURI "/>
<xs:element name="mimeType" type=" MimeTypeType " minOccurs="0"/>
<xs:element name="textureType" type=" TextureTypeType " minOccurs="0"/>
<xs:element name="wrapMode" type=" WrapModeType " minOccurs="0"/>
<xs:element name="borderColor" type=" ColorPlusOpacity " minOccurs="0"/>
<xs:element ref=" _GenericApplicationPropertyOfAbstractTexture " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>