gmx:EllipsoidAlt
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0/crsItem.xsd
Type: gmx:EllipsoidAlt_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*] Contains or refers to a metadata package that contains metadata properties.
- gml:ellipsoidName [1..1] The name by which this ellipsoid is identified.
- gml:ellipsoidID [0..*] Set of alternative identifications of this ellipsoid. The first ellipsoidID, if any, is normally the primary identification code, and any others are aliases.
- gml:remarks [0..1] Comments on or information about this ellipsoid, including source information.
- gml:semiMajorAxis [1..1] Length of the semi-major axis of the ellipsoid, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a length, such as metres or feet.
- gml:secondDefiningParameter [1..1]
- gmx:locale [1..1]
from type gml:EllipsoidBaseTypefrom type gml:EllipsoidType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | from type gml:EllipsoidBaseType | |
codeSpace | [1..1] | xsd:anyURI |
Used in
- Type gmx:EllipsoidAlt_PropertyType (Element gmx:alternativeExpression)
Sample instance
<gmx:EllipsoidAlt gml:id="ID" codeSpace="http://www.example.com/"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:ellipsoidName>string</gml:ellipsoidName> <gml:ellipsoidID> <gml:name>string</gml:name> <gml:version>string</gml:version> <gml:remarks>string</gml:remarks> </gml:ellipsoidID> <gml:remarks>string</gml:remarks> <gml:semiMajorAxis uom="http://www.example.com/">1.0</gml:semiMajorAxis> <gml:secondDefiningParameter> <gml:inverseFlattening uom="http://www.example.com/">1.0</gml:inverseFlattening> </gml:secondDefiningParameter> <gmx:locale> <gmd:PT_Locale id="ID"> <gmd:languageCode>... </gmd:languageCode> <gmd:country>... </gmd:country> <gmd:characterEncoding>... </gmd:characterEncoding> </gmd:PT_Locale> </gmx:locale> </gmx:EllipsoidAlt>