Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:DipMeasureType
Namespace http://diggsml.org/schema-dev
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_PlaneAngleMeasure.tmp#PlaneAngleMeasure_uomMeasureType_xsd_Complex_Type_eml_PlaneAngleMeasure.tmp#PlaneAngleMeasureKernel_xsd_Complex_Type_diggs_DipMeasureType.tmp#DipMeasureType_apparent
Type extension of eml:PlaneAngleMeasure
Type hierarchy
Used by
Attributes
QName Type Use Annotation
apparent boolean optional
Defines whether the dip angle reported is an apparent dip (true) or a true dip (false or omitted).
uom eml:PlaneAngleUom required
Source
<complexType name="DipMeasureType">
  <simpleContent>
    <extension base="eml:PlaneAngleMeasure">
      <attribute name="apparent" type="boolean">
        <annotation>
          <documentation>Defines whether the dip angle reported is an apparent dip (true) or a true dip (false or omitted).</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:DipMeasureType / @apparent
Namespace No namespace
Annotations
Defines whether the dip angle reported is an apparent dip (true) or a true dip (false or omitted).
Type boolean
Properties
content simple
Used by
Complex Type diggs:DipMeasureType
Source
<attribute name="apparent" type="boolean">
  <annotation>
    <documentation>Defines whether the dip angle reported is an apparent dip (true) or a true dip (false or omitted).</documentation>
  </annotation>
</attribute>