complexType EllipsoidType
diagram index_p1171.png
namespace http://www.opengis.net/gml
type extension of gml:EllipsoidBaseType
properties
base gml:EllipsoidBaseType
children gml:metaDataProperty gml:ellipsoidName gml:ellipsoidID gml:remarks gml:semiMajorAxis gml:secondDefiningParameter
used by
element Ellipsoid
attributes
Name  Type  Use  Default  Fixed  annotation
idrequired      
documentation
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
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.
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy