diagram | ![]() |
||
children | Speed Knots | ||
used by | |||
annotation |
|
||
source | <xsd:group name="SpeedTypeElements"> <xsd:annotation> <xsd:documentation>Elements utilized to specify speed</xsd:documentation> </xsd:annotation> <xsd:choice> <!-- TODO change "Speed" to MPS (Meters Per Second) and add value for MPH (Miles Per Hour) --> <xsd:element ref="Speed"> <xsd:annotation> <xsd:documentation>Element specifying a speed in meters per second. This is default choice for ground vehicles.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="Knots"> <xsd:annotation> <xsd:documentation>Element specifying a speed in knots. This is default choice for maritime and air vehicles.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> </xsd:group> |