diagram | ![]() |
||||||||||||||||||||||||||||||
children | TargetSonarScan TargetEdgeSonarScan TargetLocation CommandedStation Heading TimeOut | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="takeStationCommandType"> <xsd:annotation> <xsd:documentation>Commands the vehicle to take up a specified fixed station relative to an external object.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:choice> <xsd:element ref="TargetSonarScan"/> <xsd:element ref="TargetEdgeSonarScan"/> </xsd:choice> <xsd:element ref="TargetLocation" minOccurs="0"/> <xsd:element ref="CommandedStation"/> <xsd:element ref="Heading" minOccurs="0"/> <xsd:element ref="TimeOut" minOccurs="0"/> </xsd:sequence> <xsd:attributeGroup ref="CommonAttributes"/> </xsd:complexType> |