ComplexTypeapp:TextureAssociationType
app:TextureAssociationType
定義
テクスチャの貼り付けに使用する幾何への参照を行うための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
app:TexCoordList
app:TexCoordListType [1]
app:TexCoordGen
app:TexCoordGenType [1]
XMLスキーマ
<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>