Namespace
http://diggsml.org/schemas/3
Annotations
An object describing the linear spatial reference system for a sampling feature. Deprecated - use LinearSRS instead.
Diagram
Type
diggs:LinearSpatialReferenceSystemType
Type hierarchy
Properties
Substitution Group Affiliation
Used by
Model
gml:description{0,1} ,
gml:descriptionReference{0,1} ,
gml:identifier ,
gml:name* ,
gml:remarks{0,1} ,
glr:linearElement , (
diggs:lrm |
glr:lrm ) ,
diggs:referent{0,1} ,
diggs:linearReferencingMethodUncertainty{0,1}
Children
diggs:linearReferencingMethodUncertainty , diggs:lrm , diggs:referent , glr:linearElement , glr:lrm , gml:description , gml:descriptionReference , gml:identifier , gml:name , gml:remarks
Instance
<diggs:LinearSpatialReferenceSystem gml:id= "" xmlns:diggs= "http://diggsml.org/schemas/3" xmlns:gml= "http://www.opengis.net/gml/3.2" xmlns:glr= "http://www.opengis.net/gml/3.3/lr" >
<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>
<glr:linearElement xlink:actuate= "" xlink:arcrole= "" xlink:href= "" nilReason= "" xlink:role= "" xlink:show= "" xlink:title= "" xlink:type= "simple" > {1,1} </glr:linearElement>
<diggs:lrm xlink:actuate= "" xlink:arcrole= "" xlink:href= "" nilReason= "" xlink:role= "" xlink:show= "" xlink:title= "" xlink:type= "simple" > {1,1} </diggs:lrm>
<glr:lrm xlink:actuate= "" xlink:arcrole= "" xlink:href= "" nilReason= "" xlink:role= "" xlink:show= "" xlink:title= "" xlink:type= "simple" > {1,1} </glr:lrm>
<diggs:referent xlink:actuate= "" xlink:arcrole= "" xlink:href= "" nilReason= "" xlink:role= "" xlink:show= "" xlink:title= "" xlink:type= "simple" > {0,1} </diggs:referent>
<diggs:linearReferencingMethodUncertainty > {0,1} </diggs:linearReferencingMethodUncertainty>
</diggs:LinearSpatialReferenceSystem>
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= "LinearSpatialReferenceSystem" substitutionGroup= "gml:Definition" type= "diggs:LinearSpatialReferenceSystemType" >
<annotation >
<documentation > An object describing the linear spatial reference system for a sampling feature. Deprecated - use LinearSRS instead. </documentation>
</annotation>
</element>