ComplexTypeapp:AppearanceType
app:AppearanceType
定義
地物の外観を表現するための型。
地物の幾何オブジェクトとなる面に色又はテクスチャを指定する。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:boundedBy
gml:BoundingShapeType [0..1]
gml:location
gml:LocationPropertyType [0..1]
xs:string [0..1]
XMLスキーマ
<xs:complexType name="AppearanceType">
	<xs:annotation>
		<xs:documentation> Named container for all surface data (texture/material). All appearances of the same name ("theme")
			within a CityGML file are considered a group. </xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="gml:AbstractFeatureType">
			<xs:sequence>
				<xs:element name="theme" type="xs:string" minOccurs="0"/>
				<xs:element name="surfaceDataMember" type="SurfaceDataPropertyType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="_GenericApplicationPropertyOfAppearance" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>