Definition Type: Element
Name: controlPoint
Namespace: http://www.opengis.net/gml
Containing Schema: geometryPrimitives.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
The corners of the triangles in the TIN are often referred to as pots. ControlPoint shall contain a set of the GM_Position used as posts for this TIN. Since each TIN contains triangles, there must be at least 3 posts. The order in which these points are given does not affect the surface that is represented. Application schemas may add information based on ordering of control points to facilitate the reconstruction of the TIN from the control points.
Collapse XSD Schema Diagram:
Drilldown into pointProperty in schema geometrybasic0d1d_xsd Drilldown into pos in schema geometrybasic0d1d_xsd Drilldown into geometricPositionGroup in schema geometrybasic0d1d_xsd Drilldown into posList in schema geometrybasic0d1d_xsdXSD Diagram of controlPoint in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="controlPoint">
    <annotation>
        <documentation>The corners of the triangles in the TIN 
  are often referred to as pots. ControlPoint shall contain a 
  set of the GM_Position used as posts for this TIN. Since each  
  TIN contains triangles, there must be at least 3 posts. The 
       order in which these points are given does not affect the 
       surface that is represented. Application schemas may add 
       information based on ordering of control points to facilitate 
       the reconstruction of the TIN from the control points.</documentation>
    </annotation>
    <complexType>
        <choice>
            <element ref="gml:posList" />
            <group ref="gml:geometricPositionGroup" minOccurs="3" maxOccurs="unbounded" />
        </choice>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
posList gml:posList (1) (1)
pos gml:pos (1) (1)
pointProperty gml:pointProperty (1) (1)
<xs:group> gml:geometricPositionGroup 3 unbounded