<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>
|