Documentation for fieldgml

Element: isSphere

[Table of contents]

Name isSphere
Type Locally-defined simple type
Nillable no
Abstract no
Documentation The ellipsoid is degenerate and is actually a sphere. The sphere is completely defined by the semi-major axis, which is the radius of the sphere.
Logical Diagram
XML Instance Representation
<gml:isSphere> string (value comes from list: {'sphere'}) </gml:isSphere>
Diagram
Schema Component Representation
<element name="isSphere">
<simpleType>
<restriction base=" string ">
<enumeration value="sphere"/>
</restriction>
</simpleType>
</element>