Definition Type: Element
Name: name
Namespace: http://www.opengis.net/gml/3.2
Type: gml:CodeType
Containing Schema: gmlBase.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into codeSpace in schema basictypes_xsd Drilldown into CodeType in schema basictypes_xsdXSD Diagram of name in schema gmlbase_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
codeSpace gml:codeSpace (Optional)
Collapse Derivation Tree: