<xsd:complexType name="EllipsoidType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>An ellipsoid is a geometric figure that can be used to describe the approximate shape of the earth. In mathematical terms, it is a surface formed by the rotation of an ellipse about an axis.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="gml:AbstractCRSObjectType">
<xsd:sequence>
<xsd:element name="ellipsoidID" type="gml:IdentifierType">
<xsd:annotation>
<xsd:documentation>Identification of this ellipsoid. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="semiMajorAxis" type="gml:LengthType">
<xsd:annotation>
<xsd:documentation>Length of the semi-major axis of the ellipsoid. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="gml:SecondDefiningParameter" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|