Documentation for CityGML

Complex Type: ParameterizedTextureType

[Table of contents]

Super-types: gml:AbstractFeatureType < AbstractSurfaceDataType (by extension) < AbstractTextureType (by extension) < ParameterizedTextureType (by extension)
Sub-types: None
Name ParameterizedTextureType
Used by (from the same schema document) Element ParameterizedTexture
Abstract no
Documentation Specialization for standard 2D textures. "target" provides the linking to surface geometry. Only gml:MultiSurface and decendants of gml:AbstractSurfaceType are valid targets. As property of the link, a texture parameterization either as set of texture coordinates or transformation matrix is given.
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]
<target> TextureAssociationType </target> [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="ParameterizedTextureType">
<xs:complexContent>
<xs:extension base=" AbstractTextureType ">
<xs:sequence>
<xs:element name="target" type=" TextureAssociationType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref=" _GenericApplicationPropertyOfParameterizedTexture " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>