Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element gml:Definition
Namespace http://www.opengis.net/gml/3.2
Annotations
The basic gml:Definition element specifies a definition, which can be included
in or referenced by a dictionary. The content model for a generic definition is a derivation
from gml:AbstractGMLType. The gml:description property element shall hold the definition if
this can be captured in a simple text string, or the gml:descriptionReference property
element may carry a link to a description elsewhere. The gml:identifier element shall
provide one identifier identifying this definition. The identifier shall be unique within
the dictionaries using this definition. The gml:name elements shall provide zero or more
terms and synonyms for which this is the definition. The gml:remarks element shall be used
to hold additional textual information that is not conceptually part of the definition but
is useful in understanding the definition.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idgml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_descriptionReference.tmp#descriptionReferencegml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifiergml3_2Profile_diggs_xsd_Element_gml_name.tmp#namegml3_2Profile_diggs_xsd_Element_Group_gml_StandardObjectProperties.tmp#StandardObjectPropertiesgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractGMLType.tmp#AbstractGMLTypegml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idgml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_descriptionReference.tmp#descriptionReferencegml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifiergml3_2Profile_diggs_xsd_Element_gml_name.tmp#namegml3_2Profile_diggs_xsd_Complex_Type_gml_DefinitionBaseType.tmp#DefinitionBaseTypegml3_2Profile_diggs_xsd_Element_gml_remarks.tmp#remarksgml3_2Profile_diggs_xsd_Complex_Type_gml_DefinitionType.tmp#DefinitionTypegml3_2Profile_diggs_xsd_Element_gml_AbstractCRS.tmp#AbstractCRSgml3_2Profile_diggs_xsd_Element_gml_AbstractCoordinateSystem.tmp#AbstractCoordinateSystemgml3_2Profile_diggs_xsd_Element_gml_AbstractDatum.tmp#AbstractDatumgml3_2Profile_diggs_xsd_Element_gml_CoordinateSystemAxis.tmp#CoordinateSystemAxisDictionary_diggs_xsd_Element_diggs_Definition.tmp#http___diggsml.org_schema-dev_Definitiongml3_2Profile_diggs_xsd_Element_gml_Dictionary.tmp#DictionaryglrProfile_diggs_xsd_Element_glr_LinearSRS.tmp#LinearSRSgml3_2Profile_diggs_xsd_Element_gml_AbstractGML.tmp#AbstractGML
Type gml:DefinitionType
Type hierarchy
Properties
content complex
Substitution Group
Substitution Group Affiliation
Used by
Model
Children gml:description, gml:descriptionReference, gml:identifier, gml:name, gml:remarks
Instance
<gml:Definition gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
</gml:Definition>
Attributes
QName Type Use Annotation
gml:id ID required
Database handle for the object. It is of XML type ID, so is constrained to be
unique in the XML document within which it occurs. An external identifier for the object in
the form of a URI may be constructed using standard XML and XPointer methods. This is done
by concatenating the URI for the document, a fragment separator, and the value of the id
attribute.
Source
<element name="Definition" type="gml:DefinitionType" substitutionGroup="gml:AbstractGML">
  <annotation>
    <documentation>The basic gml:Definition element specifies a definition, which can be included in or referenced by a dictionary. The content model for a generic definition is a derivation from gml:AbstractGMLType. The gml:description property element shall hold the definition if this can be captured in a simple text string, or the gml:descriptionReference property element may carry a link to a description elsewhere. The gml:identifier element shall provide one identifier identifying this definition. The identifier shall be unique within the dictionaries using this definition. The gml:name elements shall provide zero or more terms and synonyms for which this is the definition. The gml:remarks element shall be used to hold additional textual information that is not conceptually part of the definition but is useful in understanding the definition.</documentation>
  </annotation>
</element>