Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:WinchCapacityMeasureType
Namespace http://diggsml.org/schema-dev
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_ForceMeasureExt.tmp#ForceMeasureExt_uomMeasureType_xsd_Complex_Type_eml_ForceMeasureExt.tmp#ForceMeasureExtKernel_xsd_Complex_Type_diggs_WinchCapacityMeasureType.tmp#WinchCapacityMeasureType_winchLocation
Type extension of eml:ForceMeasureExt
Type hierarchy
Used by
Attributes
QName Type Use Annotation
uom eml:ForceUomExt required
winchLocation string optional
Location of the winch on the rig (eg. front,
rear)
Source
<complexType name="WinchCapacityMeasureType">
  <simpleContent>
    <extension base="eml:ForceMeasureExt">
      <attribute name="winchLocation" type="string">
        <annotation>
          <documentation>Location of the winch on the rig (eg. front, rear)</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:WinchCapacityMeasureType / @winchLocation
Namespace No namespace
Annotations
Location of the winch on the rig (eg. front,
rear)
Type string
Properties
content simple
Used by
Source
<attribute name="winchLocation" type="string">
  <annotation>
    <documentation>Location of the winch on the rig (eg. front, rear)</documentation>
  </annotation>
</attribute>