Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:rotaryDriveGearRatioMeasureType
Namespace http://diggsml.org/schema-dev
Diagram
DiagramKernel_xsd_Complex_Type_diggs_rotaryDriveGearRatioMeasureType.tmp#rotaryDriveGearRatioMeasureType_gearNumber
Type extension of double
Used by
Attributes
QName Type Use Annotation
gearNumber positiveInteger required
The gear number associated with this ratio (eg. 1, 2 or 3
etc.
Source
<complexType name="rotaryDriveGearRatioMeasureType">
  <simpleContent>
    <extension base="double">
      <attribute name="gearNumber" type="positiveInteger" use="required">
        <annotation>
          <documentation>The gear number associated with this ratio (eg. 1, 2 or 3 etc.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:rotaryDriveGearRatioMeasureType / @gearNumber
Namespace No namespace
Annotations
The gear number associated with this ratio (eg. 1, 2 or 3
etc.
Type positiveInteger
Properties
use required
Used by
Source
<attribute name="gearNumber" type="positiveInteger" use="required">
  <annotation>
    <documentation>The gear number associated with this ratio (eg. 1, 2 or 3 etc.</documentation>
  </annotation>
</attribute>