ComplexTypegml:SurfacePatchArrayPropertyType
gml:SurfacePatchArrayPropertyType
定義
パッチの並びを表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<complexType name="SurfacePatchArrayPropertyType">
	<annotation>
		<documentation>A container for an array of surface patches.</documentation>
	</annotation>
	<sequence minOccurs="0" maxOccurs="unbounded">
		<element ref="gml:_SurfacePatch"/>
	</sequence>
</complexType>