Specifies the target speed of a SpeedAction. Can be either an absolute speed value or a speed value relative to another entity.
<xsd:complexType name="SpeedActionTarget"> <xsd:choice> <xsd:element name="RelativeTargetSpeed" type="RelativeTargetSpeed"/> <xsd:element name="AbsoluteTargetSpeed" type="AbsoluteTargetSpeed"/> </xsd:choice> </xsd:complexType>
To XSD To XSLT To XSD Tree