Definition Type: Element
Name: isSphere
Namespace: http://www.opengis.net/gml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: datums.xsd
MinOccurs (1)
MaxOccurs (1)
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:
<xsd:element name="isSphere" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd: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. </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="string">
            <xsd:enumeration value="Sphere" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration Sphere