Documentation for fieldgml

Complex Type: FullTessPointValue2DType

[Table of contents]

Super-types: None
Sub-types: None
Name FullTessPointValue2DType
Used by (from the same schema document) Complex Type TessellationType
Abstract no
Documentation This type will most likely contains a TIN for which there are no rules to automatically construct it. For instance it was created manually by a user. The gml:CompositeSurface and the Points are stored separately because it becomes extremely complex to extend the types needed (gml:Polygon doesn't use gml:Point, but gml:pos... so where does one start creating new type? For the whole hierarchy?)
XML Instance Representation
<...>
<gml:CompositeSurface> ... </gml:CompositeSurface> [1]
<ScatteredPoints> ... </ScatteredPoints> [0..1]
</...>
Diagram
h-80717015 h-436797507
Schema Component Representation
<xs:complexType name="FullTessPointValue2DType">
<xs:sequence>
<xs:element ref=" gml:CompositeSurface "/>
<xs:element ref=" ScatteredPoints " maxOccurs="1" minOccurs="0"/>
</xs:sequence>
</xs:complexType>