ComplexTypetun:WallSurfaceType
tun:WallSurfaceType
定義
トンネルの外周を構成する外壁の面を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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..*]
gml:surfaceMember
gml:SurfacePropertyType [0..*]
gml:surfaceMember
gml:SurfacePropertyType [0..*]
gml:surfaceMember
gml:SurfacePropertyType [0..*]
XMLスキーマ
<xs:complexType name="WallSurfaceType">
	<xs:annotation>
		<xs:documentation>Mainly vertical construction that separates the interior part of the Tunnel from the ambient medium (rock,
			earth, water, air, ..)</xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="AbstractBoundarySurfaceType">
			<xs:sequence>
				<xs:element ref="_GenericApplicationPropertyOfWallSurface" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>