ComplexTypeapp:ParameterizedTextureType
app:ParameterizedTextureType
定義
地物インスタンスに貼り付ける画像と貼り付け方をパラメータにより指定するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:boundedBy
gml:BoundingShapeType [0..1]
gml:location
gml:LocationPropertyType [0..1]
xs:boolean [0..1]
xs:anyURI [1]
XMLスキーマ
<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>