Definition Type: ComplexType
Name: PrimeMeridianType
Namespace: http://www.opengis.net/gml
Type: gml:PrimeMeridianBaseType
Containing Schema: datums.xsd
Abstract
Documentation:
A prime meridian defines the origin from which longitude values are determined.
Collapse XSD Schema Diagram:
Drilldown into greenwichLongitude in schema datums_xsd Drilldown into meridianID in schema datums_xsd Drilldown into meridianName in schema datums_xsd Drilldown into remarks in schema referencesystems_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into PrimeMeridianBaseType in schema datums_xsdXSD Diagram of PrimeMeridianType in schema datums_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="PrimeMeridianType">
    <annotation>
        <documentation>A prime meridian defines the origin from which longitude values are determined.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:PrimeMeridianBaseType">
            <sequence>
                <element ref="gml:meridianID" minOccurs="0" maxOccurs="unbounded" />
                <element ref="gml:greenwichLongitude" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name (1) unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
remarks gml:remarks 0 (1)
meridianName gml:meridianName (1) (1)
meridianID gml:meridianID 0 unbounded
greenwichLongitude gml:greenwichLongitude (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:PrimeMeridian