ComplexTypefrn:CityFurnitureType
frn:CityFurnitureType
定義
都市の屋外(道路、住宅街、広場、造成地等)に設置されている、移動しない小規模な設備を表現するための型(例:街路灯、道路標識、交通信号機、花壇、広告板、ベンチ、境界杭、バス停)。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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..*]
frn:lod4Geometry
gml:GeometryPropertyType [0..1]
frn:lod1TerrainIntersection
gml:MultiCurvePropertyType [0..1]
frn:lod2TerrainIntersection
gml:MultiCurvePropertyType [0..1]
frn:lod3TerrainIntersection
gml:MultiCurvePropertyType [0..1]
frn:lod4TerrainIntersection
gml:MultiCurvePropertyType [0..1]
frn:lod1ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
frn:lod2ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
frn:lod3ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
frn:lod4ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
uro:facilityType
gml:CodeType [0..1]
uro:description
xs:string [0..1]
uro:geometrySrcDescLod0
gml:CodeType [0..*]
uro:geometrySrcDescLod1
gml:CodeType [1..*]
uro:geometrySrcDescLod2
gml:CodeType [0..*]
uro:geometrySrcDescLod3
gml:CodeType [0..*]
uro:thematicSrcDesc
gml:CodeType [0..*]
uro:appearanceSrcDescLod0
gml:CodeType [0..*]
uro:appearanceSrcDescLod1
gml:CodeType [0..*]
uro:appearanceSrcDescLod2
gml:CodeType [0..*]
uro:appearanceSrcDescLod3
gml:CodeType [0..*]
uro:lodType
gml:CodeType [0..*]
uro:lod1HeightType
gml:CodeType [0..1]
uro:publicSurveyDataQualityAttribute
uro:PublicSurveyDataQualityAttributePropertyType [0..1]
uro:id
xs:string [0..1]
uro:partId
xs:string [0..1]
uro:branchId
xs:string [0..1]
uro:prefecture
gml:CodeType [0..*]
uro:city
gml:CodeType [0..*]
uro:route
xs:string [0..1]
uro:startPost
xs:string [0..1]
uro:endPost
xs:string [0..1]
uro:startLat
xs:double [0..1]
uro:startLong
xs:double [0..1]
uro:alternativeName
xs:string [0..*]
uro:class
gml:CodeType [0..1]
uro:function
gml:CodeType [0..*]
uro:key
gml:CodeType [1]
uro:codeValue
gml:CodeType [1]
XMLスキーマ
<xs:complexType name="CityFurnitureType">
	<xs:annotation>
		<xs:documentation>Type describing city furnitures, like traffic lights, benches, ... As subclass of _CityObject, a
			CityFurniture 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:AbstractCityObjectType">
			<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="lod1Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element name="lod2Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element name="lod3Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element name="lod4Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element name="lod1TerrainIntersection" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod2TerrainIntersection" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod3TerrainIntersection" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod4TerrainIntersection" type="gml:MultiCurvePropertyType" minOccurs="0"/>
				<xs:element name="lod1ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" minOccurs="0"/>
				<xs:element name="lod2ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" minOccurs="0"/>
				<xs:element name="lod3ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" minOccurs="0"/>
				<xs:element name="lod4ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" minOccurs="0"/>
				<xs:element ref="_GenericApplicationPropertyOfCityFurniture" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>