ComplexTypebrid:BridgeConstructionElementType
brid:BridgeConstructionElementType
定義
橋梁の構造上重要な部材を表現するための型。
橋脚、橋台、トラス、アーチ、吊材、パイロン、ケーブルをさす。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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:class
gml:CodeType [0..1]
brid:usage
gml:CodeType [0..*]
brid:lod1Geometry
gml:GeometryPropertyType [0..1]
brid:lod1TerrainIntersection
gml:MultiCurvePropertyType [0..1]
brid:lod2TerrainIntersection
gml:MultiCurvePropertyType [0..1]
brid:lod3TerrainIntersection
gml:MultiCurvePropertyType [0..1]
brid:lod4TerrainIntersection
gml:MultiCurvePropertyType [0..1]
brid:lod1ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
brid:lod2ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
brid:lod3ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
brid:lod4ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
XMLスキーマ
<xs:complexType name="BridgeConstructionElementType">
	<xs:annotation>
		<xs:documentation>A BridgeConstructionElement is a part of a Bridge which has not the significance of a BridgePart. In
			contrast to BridgeInstallation, a BridgeConstructionElement is essential from a structural point of view. Examples are
			pylons, anchorages, 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:annotation>
					<xs:documentation> The name will be represented by gml:name (inherited from _GML) The lodXMultiSurface must be used,
						if the geometry of a building is just a collection of surfaces bounding a solid, but not a topologically clean solid
						boundary necessary for GML3 solid boundaries. </xs:documentation>
				</xs:annotation>
				<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="lod1Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<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="lod1TerrainIntersection" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod2TerrainIntersection" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod3TerrainIntersection" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod4TerrainIntersection" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod1ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" 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="_GenericApplicationPropertyOfBridgeConstructionElement" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>