Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:Boundary
Namespace http://diggsml.org/schemas/3
Annotations
An object that contains properties describing a layer, interval, or zone
boundary (eg. dip angle, sharpness, etc.)
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#idAbstractTypes_xsd_Complex_Type_diggs_AbstractDiggsType.tmp#AbstractDiggsTypegml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifierAbstractTypes_xsd_Complex_Type_diggs_AbstractObjectBaseType.tmp#AbstractObjectBaseTypegml3_2Profile_diggs_xsd_Element_gml_name.tmp#nameCommon_xsd_Element_diggs_status.tmp#statusAbstractTypes_xsd_Complex_Type_diggs_AbstractObjectType.tmp#AbstractObjectType_remarkAbstractTypes_xsd_Complex_Type_diggs_AbstractObjectType.tmp#AbstractObjectTypeCommon_xsd_Complex_Type_diggs_BoundaryType.tmp#BoundaryType_howDeterminedCommon_xsd_Element_diggs_location.tmp#locationCommon_xsd_Complex_Type_diggs_BoundaryType.tmp#BoundaryType_dipAngleCommon_xsd_Complex_Type_diggs_BoundaryType.tmp#BoundaryType_dipDirectionCommon_xsd_Complex_Type_diggs_BoundaryType.tmp#BoundaryType_distinctnessCommon_xsd_Complex_Type_diggs_BoundaryType.tmp#BoundaryType_originCommon_xsd_Complex_Type_diggs_BoundaryType.tmp#BoundaryType_topographyCommon_xsd_Complex_Type_diggs_BoundaryType.tmp#BoundaryType
Type diggs:BoundaryType
Type hierarchy
Properties
content complex
Used by
Model
Children diggs:dipAngle, diggs:dipDirection, diggs:distinctness, diggs:location, diggs:origin, diggs:remark, diggs:status, diggs:topography, gml:description, gml:identifier, gml:name
Instance
<diggs:Boundary howDetermined="" gml:id="" xmlns:diggs="http://diggsml.org/schemas/3" 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>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remark>{0,unbounded}</diggs:remark>
  <diggs:location xlink:actuate="" xlink:role="" xlink:arcrole="" xlink:show="" xlink:title="" xlink:href="" xlink:type="simple" nilReason="" owns="false">{0,1}</diggs:location>
  <diggs:dipAngle apparent="" howDetermined="" qualifier="" uom="">{0,1}</diggs:dipAngle>
  <diggs:dipDirection howDetermined="" qualifier="" uom="">{0,1}</diggs:dipDirection>
  <diggs:distinctness codeSpace="">{0,1}</diggs:distinctness>
  <diggs:origin codeSpace="">{0,1}</diggs:origin>
  <diggs:topography codeSpace="">{0,1}</diggs:topography>
</diggs:Boundary>
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.
howDetermined diggs:DescriptorMethodEnumType optional
A value that describes the method by which the observation or
measurement was determined.
Source
<element name="Boundary" type="diggs:BoundaryType">
  <annotation>
    <documentation>An object that contains properties describing a layer, interval, or zone boundary (eg. dip angle, sharpness, etc.)</documentation>
  </annotation>
</element>