diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | extension of gml:EllipsoidBaseType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:ellipsoidName gml:ellipsoidID gml:remarks gml:semiMajorAxis gml:secondDefiningParameter | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="EllipsoidType"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:EllipsoidBaseType"> <xs:sequence> <xs:element ref="gml:ellipsoidID" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Set of alternative identifications of this ellipsoid. The first ellipsoidID, if any, is normally the primary identification code, and any others are aliases. </xs:documentation> </xs:annotation> </xs:element> <xs:element ref="gml:remarks" minOccurs="0"> <xs:annotation> <xs:documentation>Comments on or information about this ellipsoid, including source information. </xs:documentation> </xs:annotation> </xs:element> <xs:element ref="gml:semiMajorAxis"/> <xs:element ref="gml:secondDefiningParameter"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |