ComplexTypedem:TINReliefType
dem:TINReliefType
定義
三角形の集まりにより地形の起伏を表現した地物を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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..*]
gml:exterior
gml:AbstractRingPropertyType [0..1]
gml:interior
gml:AbstractRingPropertyType [0..*]
gml:trianglePatches
gml:TrianglePatchArrayPropertyType [1]
XMLスキーマ
<xs:complexType name="TINReliefType">
	<xs:annotation>
		<xs:documentation>Type describing the TIN component of a relief feature. As subclass of _CityObject, a TINRelief inherits
			all attributes and relations, in particular an id, names, external references, and generalization relations.
		</xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="AbstractReliefComponentType">
			<xs:sequence>
				<xs:element name="tin" type="tinPropertyType"/>
				<xs:element ref="_GenericApplicationPropertyOfTinRelief" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>