ComplexTypebldg:AbstractBuildingType
bldg:AbstractBuildingType
定義
Building クラスと BuildingPart クラスの共通属性と関連の抽象型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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]
bldg:class
gml:CodeType [0..1]
bldg:function
gml:CodeType [0..*]
bldg:usage
gml:CodeType [0..*]
bldg:yearOfConstruction
xs:gYear [0..1]
bldg:yearOfDemolition
xs:gYear [0..1]
bldg:roofType
gml:CodeType [0..1]
bldg:measuredHeight
gml:LengthType [0..1]
bldg:storeysAboveGround
xs:nonNegativeInteger [0..1]
bldg:storeysBelowGround
xs:nonNegativeInteger [0..1]
bldg:storeyHeightsAboveGround
gml:MeasureOrNullListType [0..1]
bldg:storeyHeightsBelowGround
gml:MeasureOrNullListType [0..1]
bldg:lod0FootPrint
gml:MultiSurfacePropertyType [0..1]
bldg:lod0RoofEdge
gml:MultiSurfacePropertyType [0..1]
bldg:lod1Solid
gml:SolidPropertyType [0..1]
bldg:lod1MultiSurface
gml:MultiSurfacePropertyType [0..1]
bldg:lod1TerrainIntersection
gml:MultiCurvePropertyType [0..1]
bldg:lod2Solid
gml:SolidPropertyType [0..1]
bldg:lod2MultiSurface
gml:MultiSurfacePropertyType [0..1]
bldg:lod2MultiCurve
gml:MultiCurvePropertyType [0..1]
bldg:lod2TerrainIntersection
gml:MultiCurvePropertyType [0..1]
bldg:outerBuildingInstallation
bldg:BuildingInstallationPropertyType [0..*]
bldg:interiorBuildingInstallation
bldg:IntBuildingInstallationPropertyType [0..*]
bldg:boundedBy
bldg:BoundarySurfacePropertyType [0..*]
bldg:lod3Solid
gml:SolidPropertyType [0..1]
bldg:lod3MultiSurface
gml:MultiSurfacePropertyType [0..1]
bldg:lod3MultiCurve
gml:MultiCurvePropertyType [0..1]
bldg:lod3TerrainIntersection
gml:MultiCurvePropertyType [0..1]
bldg:lod4Solid
gml:SolidPropertyType [0..1]
bldg:lod4MultiSurface
gml:MultiSurfacePropertyType [0..1]
bldg:lod4MultiCurve
gml:MultiCurvePropertyType [0..1]
bldg:lod4TerrainIntersection
gml:MultiCurvePropertyType [0..1]
bldg:interiorRoom
bldg:InteriorRoomPropertyType [0..*]
bldg:consistsOfBuildingPart
bldg:BuildingPartPropertyType [0..*]
bldg:address
core:AddressPropertyType [0..*]
uro:bldgDataQualityAttribute
uro:DataQualityAttributePropertyType [0..*]
uro:bldgDisasterRiskAttribute
uro:DisasterRiskAttributePropertyType [0..*]
uro:bldgDmAttribute
uro:DmAttributePropertyType [0..*]
uro:bldgFacilityAttribute
uro:FacilityAttributePropertyType [0..*]
uro:bldgFacilityIdAttribute
uro:FacilityIdAttributePropertyType [0..*]
uro:bldgFacilityTypeAttribute
uro:FacilityTypeAttributePropertyType [0..*]
uro:bldgKeyValuePairAttribute
uro:KeyValuePairAttributePropertyType [0..*]
uro:bldgRealEstateIDAttribute
uro:RealEstateIDAttributePropertyType [0..*]
uro:bldgUsecaseAttribute
uro:BuildingUsecaseAttributePropertyType [0..*]
uro:buildingDetailAttribute
uro:BuildingDetailAttributePropertyType [0..*]
uro:buildingIDAttribute
uro:BuildingIDAttributePropertyType [0..*]
uro:ifcBuildingAttribute
uro:IfcAttributePropertyType [0..*]
uro:indoorBuildingAttribute
uro:IndoorAttributePropertyType [0..*]
uro:largeCustomerFacilityAttribute
uro:LargeCustomerFacilityAttributePropertyType [0..*]
XMLスキーマ
<xs:complexType name="AbstractBuildingType" abstract="true">
	<xs:annotation>
		<xs:documentation>Type describing the thematic and geometric attributes and the associations of buildings. It is an abstract
			type, only its subclasses Building and BuildingPart can be instantiated. An _AbstractBuilding may consist of
			BuildingParts, which are again _AbstractBuildings by inheritance. Thus an aggregation hierarchy between _AbstractBuildings
			of arbitrary depth may be specified. In such an hierarchy, top elements are Buildings, while all other elements are
			BuildingParts. Each element of such a hierarchy may have all attributes and geometries of _AbstractBuildings. It must,
			however, be assured than no inconsistencies occur (for example, if the geometry of a Building does not correspond to the
			geometries of its parts, or if the roof type of a Building is saddle roof, while its parts have an hip roof). As subclass
			of _CityObject, an _AbstractBuilding inherits all attributes and relations, in particular an id, names, external
			references, and generalization relations. </xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="core:AbstractSiteType">
			<xs:sequence>
				<xs:annotation>
					<xs:documentation> The name will be represented by gml:name (inherited from _GML) . list order for
						storeyHeightsAboveground: first floor, second floor,... list order for storeyHeightsBelowground: first floor below
						ground, second floor below ground,... 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="yearOfConstruction" type="xs:gYear" minOccurs="0"/>
				<xs:element name="yearOfDemolition" type="xs:gYear" minOccurs="0"/>
				<xs:element name="roofType" type="gml:CodeType" minOccurs="0"/>
				<xs:element name="measuredHeight" type="gml:LengthType" minOccurs="0"/>
				<xs:element name="storeysAboveGround" type="xs:nonNegativeInteger" minOccurs="0"/>
				<xs:element name="storeysBelowGround" type="xs:nonNegativeInteger" minOccurs="0"/>
				<xs:element name="storeyHeightsAboveGround" type="gml:MeasureOrNullListType" minOccurs="0"/>
				<xs:element name="storeyHeightsBelowGround" type="gml:MeasureOrNullListType" minOccurs="0"/>
				<xs:element name="lod0FootPrint" type="gml:MultiSurfacePropertyType" minOccurs="0"/>
				<xs:element name="lod0RoofEdge" type="gml:MultiSurfacePropertyType" 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="outerBuildingInstallation" type="BuildingInstallationPropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="interiorBuildingInstallation" type="IntBuildingInstallationPropertyType" 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="interiorRoom" type="InteriorRoomPropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="consistsOfBuildingPart" type="BuildingPartPropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="address" type="core:AddressPropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="_GenericApplicationPropertyOfAbstractBuilding" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>