gml:name

The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model.  The authority for a name is indicated by the value of its (optional) codeSpace attribute.  The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace.  In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
codeSpace anyURI optional

Used By

Element Group gml:StandardObjectProperties
Complex Types gml:AbstractCRSType, gml:AbstractCoordinateOperationType, gml:AbstractCoordinateSystemType, gml:AbstractDatumType, gml:AbstractGeneralConversionType, gml:AbstractGeneralDerivedCRSType, gml:AbstractGeneralOperationParameterType, gml:AbstractGeneralTransformationType, gml:AffineCSType, gml:BaseUnitType, gml:CartesianCSType, gml:CompoundCRSType, gml:ConcatenatedOperationType, gml:ConventionalUnitType, gml:ConversionType, gml:CoordinateSystemAxisType, gml:CylindricalCSType, gml:DefinitionBaseType, gml:DefinitionProxyType, gml:DefinitionType, gml:DerivedCRSType, gml:DerivedUnitType, gml:DictionaryType, gml:EllipsoidType, gml:EllipsoidalCSType, gml:EngineeringCRSType, gml:EngineeringDatumType, gml:GeocentricCRSType, gml:GeodeticCRSType, gml:GeodeticDatumType, gml:GeographicCRSType, gml:IdentifiedObjectType, gml:ImageCRSType, gml:ImageDatumType, gml:LinearCSType, gml:ObliqueCartesianCSType, gml:OperationMethodType, gml:OperationParameterGroupType, gml:OperationParameterType, gml:PassThroughOperationType, gml:PolarCSType, gml:PrimeMeridianType, gml:ProjectedCRSType, gml:SphericalCSType, gml:TemporalCRSType, gml:TemporalCSType, gml:TemporalDatumBaseType, gml:TemporalDatumType, gml:TimeCSType, gml:TimeCalendarEraType, gml:TimeCalendarType, gml:TimeClockType, gml:TimeCoordinateSystemType, gml:TimeOrdinalEraType, gml:TimeOrdinalReferenceSystemType, gml:TimeReferenceSystemType, gml:TransformationType, gml:UnitDefinitionType, gml:UserDefinedCSType, gml:VerticalCRSType, gml:VerticalCSType, gml:VerticalDatumType

Source

<element name="name" type="gml:CodeType">
  <annotation>
    <documentation>The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace.</documentation>
  </annotation>
</element>

Sample