<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" />
<element ref="gml:semiMajorAxis" />
<element ref="gml:secondDefiningParameter" />
</sequence>
</extension>
</complexContent>
</complexType>
|