ComplexTypebldg:CeilingSurfaceType
bldg:CeilingSurfaceType
定義
部屋など構造物内部の上側の面(天井)を表現するための型。部屋(bldg:Room)の境界面となる。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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..*]
bldg:lod2MultiSurface
gml:MultiSurfacePropertyType [0..1]
bldg:lod3MultiSurface
gml:MultiSurfacePropertyType [0..1]
gml:surfaceMember
gml:SurfacePropertyType [0..*]
XMLスキーマ
<xs:complexType name="CeilingSurfaceType">
	<xs:complexContent>
		<xs:extension base="AbstractBoundarySurfaceType">
			<xs:sequence>
				<xs:element ref="_GenericApplicationPropertyOfCeilingSurface" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>