ComplexTypetran:TrafficAreaType
tran:TrafficAreaType
定義
車両や人が通行可能な領域、進行方向に区切った航路又は鉄道の軌道を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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..*]
tran:class
gml:CodeType [0..1]
tran:usage
gml:CodeType [0..*]
gml:surfaceMember
gml:SurfacePropertyType [0..*]
gml:surfaceMember
gml:SurfacePropertyType [0..*]
tran:lod4MultiSurface
gml:MultiSurfacePropertyType [0..1]
uro:routeName
xs:string [0..1]
uro:directionType
gml:CodeType [0..1]
uro:trackType
gml:CodeType [0..1]
uro:startPost
xs:string [0..1]
uro:endPost
xs:string [0..1]
uro:alignmentType
gml:CodeType [0..1]
uro:lod2Network
gml:GeometricComplexPropertyType [0..1]
uro:lod3Network
gml:GeometricComplexPropertyType [0..1]
uro:controlPoint
uro:ControlPointPropertyType [0..*]
XMLスキーマ
<xs:complexType name="TrafficAreaType">
	<xs:annotation>
		<xs:documentation>Type describing the class for traffic Areas. Traffic areas are the surfaces where traffic actually takes
			place. As subclass of _CityObject, a TrafficArea inherits all attributes and relations, in particular an id, names,
			external references, and generalization relations. </xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="AbstractTransportationObjectType">
			<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="surfaceMaterial" type="gml:CodeType" minOccurs="0"/>
				<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 ref="_GenericApplicationPropertyOfTrafficArea" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>