ComplexTypedem:ReliefComponentPropertyType
dem:ReliefComponentPropertyType
定義
dem:_ReliefComponentを参照するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<xs:complexType name="ReliefComponentPropertyType">
	<xs:annotation>
		<xs:documentation>Denotes the relation of a ReliefFeature to its components. The ReliefComponentPropertyType element must
			either carry a reference to a _ReliefComponent object or contain a _ReliefComponent object inline, but neither both nor
			none. </xs:documentation>
	</xs:annotation>
	<xs:sequence minOccurs="0">
		<xs:element ref="_ReliefComponent"/>
	</xs:sequence>
	<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>