Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:LinearSpatialReferenceSystemType / diggs:linearReferencingMethodUncertainty
Namespace http://diggsml.org/schema-dev
Annotations
Provides accuracy value (usually a length measure) for
the location (geometry) elements that use this linear reference
system for their SRS. For example, for depths in a hole, this
property could provide information as to the source and accuracy of
depth values that relate to this reference system. If individual
elements that refer to this reference system have different
uncertainties, those uncertainties are reported within those
elements themselves.
Diagram
DiagramKernel_xsd_Element_diggs_Uncertainty.tmp#UncertaintyKernel_xsd_Complex_Type_diggs_UncertaintyPropertyType.tmp#UncertaintyPropertyType
Type diggs:UncertaintyPropertyType
Properties
content complex
minOccurs 0
Model
Children diggs:Uncertainty
Instance
<diggs:linearReferencingMethodUncertainty xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:Uncertainty gml:id="" xml:lang="">{1,1}</diggs:Uncertainty>
</diggs:linearReferencingMethodUncertainty>
Source
<element minOccurs="0" name="linearReferencingMethodUncertainty" type="diggs:UncertaintyPropertyType">
  <annotation>
    <documentation>Provides accuracy value (usually a length measure) for the location (geometry) elements that use this linear reference system for their SRS. For example, for depths in a hole, this property could provide information as to the source and accuracy of depth values that relate to this reference system. If individual elements that refer to this reference system have different uncertainties, those uncertainties are reported within those elements themselves.</documentation>
  </annotation>
</element>
Complex Type diggs:LinearSpatialReferenceSystemType
Namespace http://diggsml.org/schema-dev
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_Complex_Type_gml_IdentifiedObjectType.tmp#IdentifiedObjectTypeglrProfile_diggs_xsd_Complex_Type_glr_LinearSRSType.tmp#LinearSRSType_linearElementglrProfile_diggs_xsd_Complex_Type_glr_LinearSRSType.tmp#LinearSRSType_lrmglrProfile_diggs_xsd_Complex_Type_glr_LinearSRSType.tmp#LinearSRSTypeKernel_xsd_Complex_Type_diggs_AbstractRelativeReferenceSystemType.tmp#AbstractRelativeReferenceSystemTypeKernel_xsd_Complex_Type_diggs_LinearSpatialReferenceSystemType.tmp#LinearSpatialReferenceSystemType_linearReferencingMethodUncertainty
Type extension of diggs:AbstractRelativeReferenceSystemType
Type hierarchy
Used by
Model
Children diggs:linearReferencingMethodUncertainty, glr:linearElement, glr:lrm, gml:description, gml:descriptionReference, gml:identifier, gml:name, gml:remarks
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
<complexType name="LinearSpatialReferenceSystemType">
  <complexContent>
    <extension base="diggs:AbstractRelativeReferenceSystemType">
      <sequence>
        <element minOccurs="0" name="linearReferencingMethodUncertainty" type="diggs:UncertaintyPropertyType">
          <annotation>
            <documentation>Provides accuracy value (usually a length measure) for the location (geometry) elements that use this linear reference system for their SRS. For example, for depths in a hole, this property could provide information as to the source and accuracy of depth values that relate to this reference system. If individual elements that refer to this reference system have different uncertainties, those uncertainties are reported within those elements themselves.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>