Documentation for fieldgml

Complex Type: FullTessPointValue3DType

[Table of contents]

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