ComplexTypewtr:WaterGroundSurfaceType
wtr:WaterGroundSurfaceType
定義
水底面を表現するための型。地形と水部の境界面及び水中の構造物と水部との境界面をいう。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:boundedBy
gml:BoundingShapeType [0..1]
gml:location
gml:LocationPropertyType [0..1]
xs:date [0..1]
xs:date [0..1]
core:externalReference
core:ExternalReferenceType [0..*]
core:generalizesTo
core:GeneralizationRelationType [0..*]
core:relativeToTerrain
core:RelativeToTerrainType [0..1]
core:relativeToWater
core:RelativeToWaterType [0..1]
app:appearance
app:AppearancePropertyType [0..*]
wtr:lod4Surface
gml:SurfacePropertyType [0..1]
XMLスキーマ
<xs:complexType name="WaterGroundSurfaceType">
	<xs:annotation>
		<xs:documentation>Type describing the ground surface of a water body, i.e. the boundary to the digital terrain model. As
			subclass of _CityObject, a WaterGroundSurface inherits all attributes and relations, in particular an id, names, external
			references, and generalization relations. </xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="AbstractWaterBoundarySurfaceType">
			<xs:sequence>
				<xs:element ref="_GenericApplicationPropertyOfWaterGroundSurface" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>