ComplexTypegml:MultiSolidType
gml:MultiSolidType
定義
立体の集まりを表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
gml:solidMembers
gml:SolidArrayPropertyType [0..1]
XMLスキーマ
<complexType name="MultiSolidType">
	<annotation>
		<documentation>A MultiSolid is defined by one or more Solids, referenced through solidMember elements.</documentation>
	</annotation>
	<complexContent>
		<extension base="gml:AbstractGeometricAggregateType">
			<sequence>
				<annotation>
					<documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. It is also valid to use both the "standard" and the array property style in the same collection.
OTE: Array properties cannot reference remote geometry elements.</documentation>
				</annotation>
				<element ref="gml:solidMember" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="gml:solidMembers" minOccurs="0"/>
			</sequence>
		</extension>
	</complexContent>
</complexType>