ComplexTypecore:ImplicitRepresentationPropertyType
core:ImplicitRepresentationPropertyType
定義
core:ImplicitGeometryを参照するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
core:ImplicitGeometry
core:ImplicitGeometryType [0..1]
XMLスキーマ
<xs:complexType name="ImplicitRepresentationPropertyType">
	<xs:annotation>
		<xs:documentation>Denotes the relation of a _CityObject to its implicit geometry representation, which is a representation
			of a geometry by referencing a prototype and transforming it to its real position in space. The
			ImplicitRepresentationPropertyType element must either carry a reference to a ImplicitGeometry object or contain a
			ImplicitGeometry object inline, but neither both nor none. </xs:documentation>
	</xs:annotation>
	<xs:sequence minOccurs="0">
		<xs:element ref="ImplicitGeometry"/>
	</xs:sequence>
	<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>