ComplexTypetran:AuxiliaryTrafficAreaType
tran:AuxiliaryTrafficAreaType
定義
交通領域の機能を補助するために設けられた領域、又は鉄道用地のうち、道床を除く範囲を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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]
XMLスキーマ
<xs:complexType name="AuxiliaryTrafficAreaType">
	<xs:annotation>
		<xs:documentation>Type describing the class for auxiliary traffic Areas. These are the surfaces where no traffic actually
			takes place, but which belong to a transportation object. Examples are kerbstones, road markings and grass stripes. As
			subclass of _CityObject, an AuxiliaryTrafficArea 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="_GenericApplicationPropertyOfAuxiliaryTrafficArea" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>