ComplexTypetun:CeilingSurfaceType
tun:CeilingSurfaceType
定義
区画など構造物内部の上側の面(天井)を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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..*]
tun:lod2MultiSurface
gml:MultiSurfacePropertyType [0..1]
tun:lod3MultiSurface
gml:MultiSurfacePropertyType [0..1]
gml:surfaceMember
gml:SurfacePropertyType [0..*]
XMLスキーマ
<xs:complexType name="CeilingSurfaceType">
	<xs:annotation>
		<xs:documentation>Mostly horizontal construction that bounds a HollowSpace from above.</xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="AbstractBoundarySurfaceType">
			<xs:sequence>
				<xs:element ref="_GenericApplicationPropertyOfCeilingSurface" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>