ComplexTypebrid:BridgeInstallationType
brid:BridgeInstallationType
定義
橋梁の外部付属物。橋梁の外側に設置され、橋梁の外観を特徴づける設備を表現するための型。
橋梁の付帯的な設備であり、主要な部分であってはならない。橋梁の外部付属物には以下を含む。ただし、全て外部に設置され、橋梁と接するもののみを対象とする。支承、落橋防止装置、伸縮装置、排水施設、高欄、防護柵、遮音壁、遮光壁、航空障害灯など。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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..*]
brid:lod2ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
brid:lod3ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
brid:lod4ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
XMLスキーマ
<xs:complexType name="BridgeInstallationType">
	<xs:annotation>
		<xs:documentation>A BridgeInstallation is a part of a Bridge which has not the significance of a BridgePart. In contrast to
			BridgeConstructionElements, a BridgeInstallation is not essential from a structural point of view. Thus, it may be removed
			without the bridge collapsing. Examples are stairs, antennas, railways, etc. As subclass of _CityObject, a
			BridgeInstallation 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="_GenericApplicationPropertyOfBridgeInstallation" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>