Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element diggs:LineLossDataType / diggs:flowRate
Namespace http://diggsml.org/schema-dev
Annotations
Flow rate of the grout
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_VolumePerTimeMeasure.tmp#VolumePerTimeMeasure_uomMeasureType_xsd_Complex_Type_eml_VolumePerTimeMeasure.tmp#VolumePerTimeMeasure
Type eml:VolumePerTimeMeasure
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
uom eml:VolumePerTimeUom required
Source
<element name="flowRate" type="eml:VolumePerTimeMeasure" minOccurs="0">
  <annotation>
    <documentation>Flow rate of the grout</documentation>
  </annotation>
</element>
Element diggs:LineLossDataType / diggs:p1
Namespace http://diggsml.org/schema-dev
Annotations
Pressure measured at the pump
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_PressureMeasure.tmp#PressureMeasure_uomMeasureType_xsd_Complex_Type_eml_PressureMeasure.tmp#PressureMeasure
Type eml:PressureMeasure
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
uom eml:PressureUom required
Source
<element minOccurs="0" name="p1" type="eml:PressureMeasure">
  <annotation>
    <documentation>Pressure measured at the pump</documentation>
  </annotation>
</element>
Element diggs:LineLossDataType / diggs:p2
Namespace http://diggsml.org/schema-dev
Annotations
Pressure measured at the grout head
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_PressureMeasure.tmp#PressureMeasure_uomMeasureType_xsd_Complex_Type_eml_PressureMeasure.tmp#PressureMeasure
Type eml:PressureMeasure
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
uom eml:PressureUom required
Source
<element minOccurs="0" name="p2" type="eml:PressureMeasure">
  <annotation>
    <documentation>Pressure measured at the grout head</documentation>
  </annotation>
</element>
Element diggs:LineLossDataType / diggs:lineLoss
Namespace http://diggsml.org/schema-dev
Annotations
The pressure differential between the pump gauge and the
grout head gauge.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_PressureMeasure.tmp#PressureMeasure_uomMeasureType_xsd_Complex_Type_eml_PressureMeasure.tmp#PressureMeasure
Type eml:PressureMeasure
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
uom eml:PressureUom required
Source
<element name="lineLoss" type="eml:PressureMeasure" minOccurs="0">
  <annotation>
    <documentation>The pressure differential between the pump gauge and the grout head gauge.</documentation>
  </annotation>
</element>
Element diggs:LineLossDataType / diggs:lineLossNormalized
Namespace http://diggsml.org/schema-dev
Annotations
The pressure differential between the pump gauge and the
grout head gauge, divided by the line length between the two
gauges.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_ForcePerVolumeMeasure.tmp#ForcePerVolumeMeasure_uomMeasureType_xsd_Complex_Type_eml_ForcePerVolumeMeasure.tmp#ForcePerVolumeMeasure
Type eml:ForcePerVolumeMeasure
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
uom eml:ForcePerVolumeUom required
Source
<element name="lineLossNormalized" type="eml:ForcePerVolumeMeasure" minOccurs="0">
  <annotation>
    <documentation>The pressure differential between the pump gauge and the grout head gauge, divided by the line length between the two gauges.</documentation>
  </annotation>
</element>
Complex Type diggs:LineLossDataType
Namespace http://diggsml.org/schema-dev
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractMetadataPropertyType.tmp#AbstractMetadataPropertyTypeConstruction_xsd_Complex_Type_diggs_LineLossDataType.tmp#LineLossDataType_indexConstruction_xsd_Complex_Type_diggs_LineLossDataType.tmp#LineLossDataType_flowRateConstruction_xsd_Complex_Type_diggs_LineLossDataType.tmp#LineLossDataType_p1Construction_xsd_Complex_Type_diggs_LineLossDataType.tmp#LineLossDataType_p2Construction_xsd_Complex_Type_diggs_LineLossDataType.tmp#LineLossDataType_lineLossConstruction_xsd_Complex_Type_diggs_LineLossDataType.tmp#LineLossDataType_lineLossNormalized
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Model
Children diggs:flowRate, diggs:lineLoss, diggs:lineLossNormalized, diggs:p1, diggs:p2
Attributes
QName Type Default Use Annotation
index positiveInteger optional
An integer that indicates the order of line loss data results. Optional.
owns boolean false optional
Source
<complexType name="LineLossDataType">
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element name="flowRate" type="eml:VolumePerTimeMeasure" minOccurs="0">
          <annotation>
            <documentation>Flow rate of the grout</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="p1" type="eml:PressureMeasure">
          <annotation>
            <documentation>Pressure measured at the pump</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="p2" type="eml:PressureMeasure">
          <annotation>
            <documentation>Pressure measured at the grout head</documentation>
          </annotation>
        </element>
        <element name="lineLoss" type="eml:PressureMeasure" minOccurs="0">
          <annotation>
            <documentation>The pressure differential between the pump gauge and the grout head gauge.</documentation>
          </annotation>
        </element>
        <element name="lineLossNormalized" type="eml:ForcePerVolumeMeasure" minOccurs="0">
          <annotation>
            <documentation>The pressure differential between the pump gauge and the grout head gauge, divided by the line length between the two gauges.</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute name="index" type="positiveInteger" use="optional">
        <annotation>
          <documentation>An integer that indicates the order of line loss data results. Optional.</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Attribute diggs:LineLossDataType / @index
Namespace No namespace
Annotations
An integer that indicates the order of line loss data results. Optional.
Type positiveInteger
Properties
use optional
Used by
Complex Type diggs:LineLossDataType
Source
<attribute name="index" type="positiveInteger" use="optional">
  <annotation>
    <documentation>An integer that indicates the order of line loss data results. Optional.</documentation>
  </annotation>
</attribute>