ComplexTypecore:AbstractCityObjectType
core:AbstractCityObjectType
定義
都市要素の基本的な属性と関係を表現する物に関する抽象型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:description
gml:StringOrRefType [0..1]
gml:name
gml:CodeType [0..*]
gml:boundedBy
gml:BoundingShapeType [0..1]
gml:location
gml:LocationPropertyType [0..1]
core:creationDate
xs:date [0..1]
core:terminationDate
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]
uro:pointCloud
uro:AbstractPointCloudPropertyType [0..*]
app:appearance
app:AppearancePropertyType [0..*]
gen:stringAttribute
gen:StringAttributeType [1]
gen:intAttribute
gen:IntAttributeType [1]
gen:doubleAttribute
gen:DoubleAttributeType [1]
gen:dateAttribute
gen:DateAttributeType [1]
gen:uriAttribute
gen:UriAttributeType [1]
gen:measureAttribute
gen:MeasureAttributeType [1]
gen:genericAttributeSet
gen:GenericAttributeSetType [1]
XMLスキーマ
<xs:complexType name="AbstractCityObjectType" abstract="true">
	<xs:annotation>
		<xs:documentation>Type describing the abstract superclass of most CityGML features. Its purpose is to provide a creation and
			a termination date as well as a reference to corresponding objects in other information systems. A generalization relation
			may be used to relate features, which represent the same real-world object in different Levels-of-Detail, i.e. a feature
			and its generalized counterpart(s). The direction of this relation is from the feature to the corresponding generalized
			feature.</xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="gml:AbstractFeatureType">
			<xs:sequence>
				<xs:element name="creationDate" type="xs:date" minOccurs="0"/>
				<xs:element name="terminationDate" type="xs:date" minOccurs="0"/>
				<xs:element name="externalReference" type="ExternalReferenceType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="generalizesTo" type="GeneralizationRelationType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="relativeToTerrain" type="RelativeToTerrainType" minOccurs="0"/>
				<xs:element name="relativeToWater" type="RelativeToWaterType" minOccurs="0"/>
				<xs:element ref="_GenericApplicationPropertyOfCityObject" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>