<xs:complexType name="ParameterizedTextureType">
<xs:annotation>
<xs: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. </xs:documentation>
</xs:annotation>
<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>