<complexType name="EllipsoidType">
<annotation>
<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 its minor axis.</documentation>
</annotation>
<complexContent>
<extension base="gml:EllipsoidBaseType">
<sequence>
<element ref="gml:ellipsoidID" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Set of alternative identifications of this ellipsoid. The first ellipsoidID, if any, is normally the primary identification code, and any others are aliases. </documentation>
</annotation>
</element>
<element ref="gml:remarks" minOccurs="0">
<annotation>
<documentation>Comments on or information about this ellipsoid, including source information. </documentation>
</annotation>
</element>
<element ref="gml:semiMajorAxis" />
<element ref="gml:secondDefiningParameter" />
</sequence>
</extension>
</complexContent>
</complexType>
|