Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:LengthPerTimeMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Velocity or speed: Rate of linear displacement. Fundamental kinematic quantity used extensively in all fields. Common units include m/s, cm/s, mm/s, ft/s, ft/min, km/h, mile/h (mph), and knot.
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_howDeterminedMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_qualifierMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueTypeMeasureTypes_xsd_Complex_Type_diggs_LengthPerTimeMeasureType.tmp#LengthPerTimeMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:LengthPerTimeUomEnumType optional
The unit of measure for velocity or speed.
Source
<complexType name="LengthPerTimeMeasureType">
  <annotation>
    <documentation>Velocity or speed: Rate of linear displacement. Fundamental kinematic quantity used extensively in all fields. Common units include m/s, cm/s, mm/s, ft/s, ft/min, km/h, mile/h (mph), and knot.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:LengthPerTimeUomEnumType">
        <annotation>
          <documentation>The unit of measure for velocity or speed.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:LengthPerTimeMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for velocity or speed.
Type diggs:LengthPerTimeUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:LengthPerTimeUomEnumType">
  <annotation>
    <documentation>The unit of measure for velocity or speed.</documentation>
  </annotation>
</attribute>