Definition Type: ComplexType
Name: SecondDefiningParameterType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.xsd
Abstract
Documentation:
Definition of the second parameter that defines the shape of an ellipsoid. An ellipsoid requires two defining parameters: semi-major axis and inverse flattening or semi-major axis and semi-minor axis. When the reference body is a sphere rather than an ellipsoid, only a single defining parameter is required, namely the radius of the sphere; in that case, the semi-major axis "degenerates" into the radius of the sphere.
Collapse XSD Schema Diagram:
Drilldown into isSphere in schema gml_xsd Drilldown into semiMinorAxis in schema gml_xsd Drilldown into inverseFlattening in schema gml_xsdXSD Diagram of SecondDefiningParameterType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="SecondDefiningParameterType">
    <annotation>
        <documentation>Definition of the second parameter that defines the shape of an ellipsoid. An ellipsoid requires two defining parameters: semi-major axis and inverse flattening or semi-major axis and semi-minor axis. When the reference body is a sphere rather than an ellipsoid, only a single defining parameter is required, namely the radius of the sphere; in that case, the semi-major axis "degenerates" into the radius of the sphere.</documentation>
    </annotation>
    <choice>
        <element ref="gml:inverseFlattening" />
        <element ref="gml:semiMinorAxis" />
        <element ref="gml:isSphere" />
    </choice>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
inverseFlattening gml:inverseFlattening (1) (1)
semiMinorAxis gml:semiMinorAxis (1) (1)
isSphere gml:isSphere (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:secondDefiningParameter