Definition Type: Element
Name: isSphere
Namespace: http://www.opengis.net/gml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: datums.xsd
Abstract
ContentType Restriction
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.
Collapse XSD Schema Diagram:
XSD Diagram of isSphere in schema datums_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="isSphere">
    <annotation>
        <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. </documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="sphere" />
        </restriction>
    </simpleType>
</element>
Collapse Facets:
Facet Value
Enumeration sphere