ComplexTypegml:TriangulatedSurfaceType
gml:SurfaceType
gml:TriangulatedSurfaceType
定義
三角形の集合で構成された面を表す型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
gml:exterior
gml:AbstractRingPropertyType [1]
XMLスキーマ
<complexType name="TriangulatedSurfaceType">
	<annotation>
		<documentation>A triangulated surface is a polyhedral 
  surface that is composed only of triangles. There is no
  restriction on how the triangulation is derived.</documentation>
	</annotation>
	<complexContent>
		<restriction base="gml:SurfaceType">
			<sequence>
				<group ref="gml:StandardObjectProperties"/>
				<element ref="gml:trianglePatches">
					<annotation>
						<documentation>This property encapsulates the patches of 
     the triangulated surface.</documentation>
					</annotation>
				</element>
			</sequence>
		</restriction>
	</complexContent>
</complexType>