Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:Locality
Namespace http://diggsml.org/schema-dev
Annotations
An object that describes non-coordinate location information for a
feature.
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_identifier.tmp#identifierKernel_xsd_Complex_Type_diggs_AbstractObjectBaseType.tmp#AbstractObjectBaseTypeKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_addressKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_districtKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_divisionKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_lotKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_parceIKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_plssKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_quadrangleKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_routeKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_segmentKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_stationKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_mileMarkerKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_offsetKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_offsetDirectionKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_tractKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_watershedKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityType_otherLocalityPropertyKernel_xsd_Complex_Type_diggs_LocalityType.tmp#LocalityTypegml3_2Profile_diggs_xsd_Element_gml_AbstractGML.tmp#AbstractGML
Type diggs:LocalityType
Type hierarchy
Properties
content complex
abstract false
Substitution Group Affiliation
Used by
Model
Children diggs:address, diggs:district, diggs:division, diggs:lot, diggs:mileMarker, diggs:offset, diggs:offsetDirection, diggs:otherLocalityProperty, diggs:parceI, diggs:plss, diggs:quadrangle, diggs:route, diggs:segment, diggs:station, diggs:tract, diggs:watershed, gml:description, gml:identifier
Instance
<diggs:Locality gml:id="" xmlns:diggs="http://diggsml.org/schema-dev" 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:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:address>{0,1}</diggs:address>
  <diggs:district xml:lang="">{0,1}</diggs:district>
  <diggs:division xml:lang="">{0,1}</diggs:division>
  <diggs:lot xml:lang="">{0,1}</diggs:lot>
  <diggs:parceI xml:lang="">{0,1}</diggs:parceI>
  <diggs:plss>{0,1}</diggs:plss>
  <diggs:quadrangle xml:lang="">{0,1}</diggs:quadrangle>
  <diggs:route xml:lang="">{0,1}</diggs:route>
  <diggs:segment xml:lang="">{0,1}</diggs:segment>
  <diggs:station uom="">{0,1}</diggs:station>
  <diggs:mileMarker uom="">{0,1}</diggs:mileMarker>
  <diggs:offset uom="">{0,1}</diggs:offset>
  <diggs:offsetDirection>{0,1}</diggs:offsetDirection>
  <diggs:tract xml:lang="">{0,1}</diggs:tract>
  <diggs:watershed xml:lang="">{0,1}</diggs:watershed>
  <diggs:otherLocalityProperty>{0,unbounded}</diggs:otherLocalityProperty>
</diggs:Locality>
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="Locality" type="diggs:LocalityType" substitutionGroup="gml:AbstractGML" abstract="false">
  <annotation>
    <documentation>An object that describes non-coordinate location information for a feature.</documentation>
  </annotation>
</element>