Namespace
http://diggsml.org/schema-dev
Annotations
An object that describes non-coordinate location information for a
feature.
Diagram
Type
diggs:LocalityType
Type hierarchy
Properties
content
complex
abstract
false
Substitution Group Affiliation
Used by
Model
gml:description{0,1} ,
gml:identifier{0,1} ,
diggs:address{0,1} ,
diggs:district{0,1} ,
diggs:division{0,1} ,
diggs:lot{0,1} ,
diggs:parceI{0,1} ,
diggs:plss{0,1} ,
diggs:quadrangle{0,1} ,
diggs:route{0,1} ,
diggs:segment{0,1} ,
diggs:station{0,1} ,
diggs:mileMarker{0,1} ,
diggs:offset{0,1} ,
diggs:offsetDirection{0,1} ,
diggs:tract{0,1} ,
diggs:watershed{0,1} ,
diggs:otherLocalityProperty*
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>