ComplexTypegen:GenericCityObjectType
gen:GenericCityObjectType
定義
CityGMLに定義されていない地物を定義するための汎用的な地物を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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..*]
gen:lod0TerrainIntersection
gml:MultiCurvePropertyType [0..1]
gen:lod1TerrainIntersection
gml:MultiCurvePropertyType [0..1]
gen:lod2TerrainIntersection
gml:MultiCurvePropertyType [0..1]
gen:lod3TerrainIntersection
gml:MultiCurvePropertyType [0..1]
gen:lod4TerrainIntersection
gml:MultiCurvePropertyType [0..1]
gen:lod0ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
gen:lod1ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
gen:lod2ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
gen:lod3ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
gen:lod4ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
XMLスキーマ
<xs:complexType name="GenericCityObjectType">
	<xs:annotation>
		<xs:documentation>Generic (user defined) city objects may be used to model features which are not covered explicitly by the
			CityGML schema. Generic objects must be used with care; they shall only be used if there is no appropiate thematic class
			available in the overall CityGML schema. Oherwise, problems concerning semantic interoperability may arise. As subclass of
			_CityObject, a generic city object 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="lod0Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<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="lod0TerrainIntersection" type="gml:MultiCurvePropertyType" 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="lod0ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" 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:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>