diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | extension of gml:PrimeMeridianBaseType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:meridianName gml:meridianID gml:remarks gml:greenwichLongitude | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="PrimeMeridianType"> <xs:annotation> <xs:documentation>A prime meridian defines the origin from which longitude values are determined.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:PrimeMeridianBaseType"> <xs:sequence> <xs:element ref="gml:meridianID" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Set of alternative identifications of this prime meridian. The first meridianID, 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 prime meridian, including source information. </xs:documentation> </xs:annotation> </xs:element> <xs:element ref="gml:greenwichLongitude"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |