<xs:complexType name="TextureAssociationType">
<xs:annotation>
<xs:documentation>Denotes the relation of a texture to a surface, that is augmented by a TextureParameterization object. The
TextureAssociationType element must either carry a reference to a _TextureParameterization object or contain a
_TextureParameterization object inline, but neither both nor none.</xs:documentation>
</xs:annotation>
<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>