ComplexTypetun:TunnelInstallationType
tun:TunnelInstallationType
定義
トンネルの外部付属物を表現するための型。トンネル本体の外側に設置され、トンネルの外観を特徴づける恒久的な設備。
トンネルの付帯的な設備であり、主要な部分であってはならない。トンネルの付属物には以下を含む。ただし、全て外部に設置され、トンネルと接するもののみを対象とする。
避難連絡坑、受変電設備、予備電源設備、排水設備、換気設備、排水設備、監視制御設備、通報装置、非常用警報装置、消火設備、避難誘導設備、その他。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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:lod2Geometry
gml:GeometryPropertyType [0..1]
tun:lod2ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
tun:lod3ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
tun:lod4ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
XMLスキーマ
<xs:complexType name="TunnelInstallationType">
	<xs:annotation>
		<xs:documentation>Immovable structural component of a Tunnel which has not the significance of a TunnelPart. As subclass of
			_CityObject, a TunnelInstallation inherits all attributes and relations, in particular an id, names, external references,
			generic attributes and generalization relations. </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="lod2Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element name="lod3Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element name="lod4Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element name="lod2ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" minOccurs="0"/>
				<xs:element name="lod3ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" minOccurs="0"/>
				<xs:element name="lod4ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" minOccurs="0"/>
				<xs:element name="boundedBy" type="BoundarySurfacePropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="_GenericApplicationPropertyOfTunnelInstallation" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>