ComplexTypeapp:AbstractSurfaceDataType
app:AbstractSurfaceDataType
定義
テクスチャやマテリアルの抽象型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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]
app:isFront
xs:boolean [0..1]
XMLスキーマ
<xs:complexType name="AbstractSurfaceDataType" abstract="true">
	<xs:annotation>
		<xs:documentation>Base class for textures and material. Contains only isFront-flag.</xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="gml:AbstractFeatureType">
			<xs:sequence>
				<xs:element name="isFront" type="xs:boolean" default="true" minOccurs="0"/>
				<xs:element ref="_GenericApplicationPropertyOfSurfaceData" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>