Documentation for CityGML

Complex Type: TextureAssociationType

[Table of contents]

Super-types: None
Sub-types: None
Name TextureAssociationType
Used by (from the same schema document) Complex Type ParameterizedTextureType
Abstract no
Documentation Link of a texture to a surface, that is augmented by a TextureParameterization object. This object can be a remote property.
XML Instance Representation
<...
uri=" xs:anyURI [1]"
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
gml:remoteSchema="[0..1]">
Start Sequence [0..1]
<_TextureParameterization> ... </_TextureParameterization> [1]
End Sequence
</...>
Diagram
h-1790199718 h-1617836024
Schema Component Representation
<xs:complexType name="TextureAssociationType">
<xs:sequence minOccurs="0">
<xs:element ref=" _TextureParameterization "/>
</xs:sequence>
<xs:attribute name="uri" type=" xs:anyURI " use="required"/>
<xs:attributeGroup ref=" gml:AssociationAttributeGroup "/>
</xs:complexType>