Uses the Component:GearRatioGroupType
Table 6.48. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| GearRatio | 
                         The ratio of the engine rotation to the output drive rotation.  | 0..1 | Field | udt:TextType | |
| GearRatioDescription | 
                         A description of the gear, i.e., 1st gear, 2nd gear, 3rd gear, etc.  | 0..* | Field | udt:TextType | 
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.48. GearRatioGroup
<GearRatioGroup>
     <GearRatio>......</GearRatio>     [0..1]
     <GearRatioDescription>......</GearRatioDescription>     [0..*]
</GearRatioGroup>