ComplexTypebrid:AbstractBridgeType
brid:AbstractBridgeType
定義
Bridgeクラスと BridgePart クラスの共通属性と関連の抽象型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
gml:boundedBy
gml:BoundingShapeType [0..1]
gml:location
gml:LocationPropertyType [0..1]
core:creationDate
xs:date [0..1]
core:terminationDate
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]
uro:pointCloud
uro:AbstractPointCloudPropertyType [0..*]
app:appearance
app:AppearancePropertyType [0..*]
gen:stringAttribute
gen:StringAttributeType [1]
gen:intAttribute
gen:IntAttributeType [1]
gen:doubleAttribute
gen:DoubleAttributeType [1]
gen:dateAttribute
gen:DateAttributeType [1]
gen:uriAttribute
gen:UriAttributeType [1]
gen:measureAttribute
gen:MeasureAttributeType [1]
gen:genericAttributeSet
gen:GenericAttributeSetType [1]
brid:class
gml:CodeType [0..1]
brid:function
gml:CodeType [0..*]
brid:usage
gml:CodeType [0..*]
brid:yearOfConstruction
xs:gYear [0..1]
brid:yearOfDemolition
xs:gYear [0..1]
brid:isMovable
xs:boolean [0..1]
brid:lod1Solid
gml:SolidPropertyType [0..1]
brid:lod1MultiSurface
gml:MultiSurfacePropertyType [0..1]
brid:lod1TerrainIntersection
gml:MultiCurvePropertyType [0..1]
brid:lod2Solid
gml:SolidPropertyType [0..1]
brid:lod2MultiSurface
gml:MultiSurfacePropertyType [0..1]
brid:lod2MultiCurve
gml:MultiCurvePropertyType [0..1]
brid:lod2TerrainIntersection
gml:MultiCurvePropertyType [0..1]
brid:outerBridgeConstruction
brid:BridgeConstructionElementPropertyType [0..*]
brid:outerBridgeInstallation
brid:BridgeInstallationPropertyType [0..*]
brid:interiorBridgeInstallation
brid:IntBridgeInstallationPropertyType [0..*]
brid:boundedBy
brid:BoundarySurfacePropertyType [0..*]
brid:lod3Solid
gml:SolidPropertyType [0..1]
brid:lod3MultiSurface
gml:MultiSurfacePropertyType [0..1]
brid:lod3MultiCurve
gml:MultiCurvePropertyType [0..1]
brid:lod3TerrainIntersection
gml:MultiCurvePropertyType [0..1]
brid:lod4Solid
gml:SolidPropertyType [0..1]
brid:lod4MultiSurface
gml:MultiSurfacePropertyType [0..1]
brid:lod4MultiCurve
gml:MultiCurvePropertyType [0..1]
brid:lod4TerrainIntersection
gml:MultiCurvePropertyType [0..1]
brid:interiorBridgeRoom
brid:InteriorBridgeRoomPropertyType [0..*]
brid:consistsOfBridgePart
brid:BridgePartPropertyType [0..*]
brid:address
core:AddressPropertyType [0..*]
uro:bridBaseAttribute
uro:ConstructionBaseAttributePropertyType [0..*]
uro:bridDataQualityAttribute
uro:DataQualityAttributePropertyType [0..*]
uro:bridDisasterRiskAttribute
uro:DisasterRiskAttributePropertyType [0..*]
uro:bridDmAttribute
uro:DmAttributePropertyType [0..*]
uro:bridFacilityAttribute
uro:FacilityAttributePropertyType [0..*]
uro:bridFacilityIdAttribute
uro:FacilityIdAttributePropertyType [0..*]
uro:bridFacilityTypeAttribute
uro:FacilityTypeAttributePropertyType [0..*]
uro:bridFunctionalAttribute
uro:BridgeFunctionalAttributePropertyType [0..*]
uro:bridKeyValuePairAttribute
uro:KeyValuePairAttributePropertyType [0..*]
uro:bridRiskAssessmentAttribute
uro:ConstructionRiskAssessmentAttributePropertyType [0..*]
uro:bridStructureAttribute
uro:BridgeStructureAttributePropertyType [0..*]
XMLスキーマ
<xs:complexType name="AbstractBridgeType" abstract="true">
	<xs:annotation>
		<xs:documentation>Type describing the thematic and geometric attributes and the associations of bridges. It is an abstract
			type, only its subclasses Bridge and BridgePart can be instantiated. An _AbstractBridge may consist of BridgeParts, which
			are again _AbstractBridges by inheritance. Thus an aggregation hierarchy between _AbstractBridges of arbitrary depth may
			be specified. In such an hierarchy, top elements are Bridges, while all other elements are BridgeParts. Each element of
			such a hierarchy may have all attributes and geometries of _AbstractBridges. It must, however, be assured that no
			inconsistencies occur.</xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="core:AbstractSiteType">
			<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="yearOfConstruction" type="xs:gYear" minOccurs="0"/>
				<xs:element name="yearOfDemolition" type="xs:gYear" minOccurs="0"/>
				<xs:element name="isMovable" type="xs:boolean" default="false" minOccurs="0"/>
				<xs:element name="lod1Solid" type="gml:SolidPropertyType" minOccurs="0"/>
				<xs:element name="lod1MultiSurface" type="gml:MultiSurfacePropertyType" minOccurs="0"/>
				<xs:element name="lod1TerrainIntersection" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod2Solid" type="gml:SolidPropertyType" minOccurs="0"/>
				<xs:element name="lod2MultiSurface" type="gml:MultiSurfacePropertyType" minOccurs="0"/>
				<xs:element name="lod2MultiCurve" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod2TerrainIntersection" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="outerBridgeConstruction" type="BridgeConstructionElementPropertyType" minOccurs="0"
					maxOccurs="unbounded"/>
				<xs:element name="outerBridgeInstallation" type="BridgeInstallationPropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="interiorBridgeInstallation" type="IntBridgeInstallationPropertyType" minOccurs="0"
					maxOccurs="unbounded"/>
				<xs:element name="boundedBy" type="BoundarySurfacePropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="lod3Solid" type="gml:SolidPropertyType" minOccurs="0"/>
				<xs:element name="lod3MultiSurface" type="gml:MultiSurfacePropertyType" minOccurs="0"/>
				<xs:element name="lod3MultiCurve" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod3TerrainIntersection" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod4Solid" type="gml:SolidPropertyType" minOccurs="0"/>
				<xs:element name="lod4MultiSurface" type="gml:MultiSurfacePropertyType" minOccurs="0"/>
				<xs:element name="lod4MultiCurve" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod4TerrainIntersection" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="interiorBridgeRoom" type="InteriorBridgeRoomPropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="consistsOfBridgePart" type="BridgePartPropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="address" type="core:AddressPropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="_GenericApplicationPropertyOfAbstractBridge" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>