ComplexTypecore:CityModelType
core:CityModelType
定義
3次元都市モデルのための地物集合を表現するための型。
全ての都市オブジェクト及びその幾何形状等はこの地物型の中に含める。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:location
gml:LocationPropertyType [0..1]
gml:FeaturePropertyType [0..*]
gml:FeaturePropertyType [0..*]
gml:featureMembers
gml:FeatureArrayPropertyType [0..1]
XMLスキーマ
<xs:complexType name="CityModelType">
	<xs:annotation>
		<xs:documentation>Type describing the "root" element of any city model file. It is a collection whose members are restricted
			to be features of a city model. All features are included as cityObjectMember. </xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="gml:AbstractFeatureCollectionType">
			<xs:sequence>
				<xs:element ref="_GenericApplicationPropertyOfCityModel" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>