Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:PlacedObservation
Namespace http://diggsml.org/schema-dev
Annotations
A component object that identifies an observation (as a text string) that
is assigned to a geographic location. This object is used to locate general
observations within a Observation object of an ObservationSystem
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idKernel_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypeKernel_xsd_Element_diggs_location.tmp#locationKernel_xsd_Complex_Type_diggs_PlacedObservationType.tmp#PlacedObservationType_observationKernel_xsd_Complex_Type_diggs_PlacedObservationType.tmp#PlacedObservationTypeKernel_xsd_Element_diggs_AbstractComponentObjectBase.tmp#AbstractComponentObjectBase
Type diggs:PlacedObservationType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children diggs:location, diggs:observation
Instance
<diggs:PlacedObservation gml:id="" xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:location xlink:actuate="" xlink:role="" xlink:arcrole="" xlink:show="" xlink:title="" xlink:href="" xlink:type="simple" nilReason="" owns="false">{1,1}</diggs:location>
  <diggs:observation xml:lang="">{1,1}</diggs:observation>
</diggs:PlacedObservation>
Attributes
QName Type Use Annotation
gml:id ID optional
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="PlacedObservation" substitutionGroup="diggs:AbstractComponentObjectBase" type="diggs:PlacedObservationType">
  <annotation>
    <documentation>A component object that identifies an observation (as a text string) that is assigned to a geographic location. This object is used to locate general observations within a Observation object of an ObservationSystem</documentation>
  </annotation>
</element>