Elementapp:textureCoordinates
定義
テクスチャの座標。UV座標(画像の横方向をU軸、縦方向をV軸とし、座標値を0から1の小数値を用いて記述する座標)により記述する。このタグの属性として、 ring=”[幾何オブジェクトへの参照]" を入れ、参照するオブジェクトを定義する。
gml:doubleList
XMLスキーマ
<xs:element name="textureCoordinates" maxOccurs="unbounded">
	<xs:complexType>
		<xs:simpleContent>
			<xs:extension base="gml:doubleList">
				<xs:attribute name="ring" type="xs:anyURI" use="required"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
</xs:element>
XMLインスタンスのサンプル
<app:textureCoordinates ring="#sample_00000000-0000-0000-0000-000000000000_0">0.99955 0.00400 0.99900 0.00450 0.99850 0.00500 0.099700 0.00600</app:textureCoordinates>