ComplexTypebrid:AbstractBoundarySurfaceType
brid:AbstractBoundarySurfaceType
定義
境界面の抽象型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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:lod2MultiSurface
gml:MultiSurfacePropertyType [0..1]
brid:lod3MultiSurface
gml:MultiSurfacePropertyType [0..1]
brid:lod4MultiSurface
gml:MultiSurfacePropertyType [0..1]
brid:opening
brid:OpeningPropertyType [0..*]
XMLスキーマ
<xs:complexType name="AbstractBoundarySurfaceType" abstract="true">
	<xs:annotation>
		<xs:documentation>A BoundarySurface is a thematic object which classifies surfaces bounding an _AbstractBridge,
			BridgeInstallation, IntBuildingInstallation, BridgeConstructionElement, and BridgeRoom. The geometry of a BoundarySurface
			is given by MultiSurfaces. As it is a subclass of _CityObject, it inherits all atributes and relations, in particular the
			external references, the generic attributes, and the generalization relations. </xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="core:AbstractCityObjectType">
			<xs:sequence>
				<xs:element name="lod2MultiSurface" type="gml:MultiSurfacePropertyType" minOccurs="0"/>
				<xs:element name="lod3MultiSurface" type="gml:MultiSurfacePropertyType" minOccurs="0"/>
				<xs:element name="lod4MultiSurface" type="gml:MultiSurfacePropertyType" minOccurs="0"/>
				<xs:element name="opening" type="OpeningPropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="_GenericApplicationPropertyOfBoundarySurface" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>