ComplexTypegml:TrianglePatchArrayPropertyType
gml:TrianglePatchArrayPropertyType
定義
三角形面のみで構成されるパッチを表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<complexType name="TrianglePatchArrayPropertyType">
	<annotation>
		<documentation>This type defines a container for an array of 
    triangle patches.</documentation>
	</annotation>
	<complexContent>
		<restriction base="gml:SurfacePatchArrayPropertyType">
			<sequence minOccurs="0" maxOccurs="unbounded">
				<element ref="gml:Triangle"/>
			</sequence>
		</restriction>
	</complexContent>
</complexType>