Type of lateral control actuation when following a trajectory.
<xsd:simpleType name="FollowingMode"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="position"/> <xsd:enumeration value="follow"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="parameter"/> </xsd:simpleType> </xsd:union> </xsd:simpleType>
To XSD To XSLT