ComplexTypetun:TunnelFurnitureType
tun:TunnelFurnitureType
定義
トンネル内部の区画に配置された、可動設備を表現するための型。
tun:IntTunnelInstallationが、トンネル内部に設置された恒久的かつ固定的な設備であることと対照的に、tun:TunnelFurnitureは椅子や机のような、動かすことができる(位置が固定されない)設備である。
以下の設備のうち、固定されていない設備を対象とする。
受変電設備、予備電源設備、排水設備、換気設備、排水設備、監視制御設備、通報装置、非常用警報装置、消火設備、避難誘導設備、その他。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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:class
gml:CodeType [0..1]
tun:usage
gml:CodeType [0..*]
tun:lod4ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
XMLスキーマ
<xs:complexType name="TunnelFurnitureType">
	<xs:annotation>
		<xs:documentation>Movable, functional objects, whether useful or ornamental, usually found in a
			HollowSpace</xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="core:AbstractCityObjectType">
			<xs:sequence>
				<xs:element name="class" type="gml:CodeType" minOccurs="0"/>
				<xs:element name="function" type="gml:CodeType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="usage" type="gml:CodeType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="lod4Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element name="lod4ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" minOccurs="0"/>
				<xs:element ref="_GenericApplicationPropertyOfTunnelFurniture" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>