diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
type | extension of scalarElementType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="speedElementType"> <xsd:annotation> <xsd:documentation>Type for an element with a single scalar valued attribute that is greater than or equal to 0.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="scalarElementType"> <xsd:attribute name="speedOverGround" type="xsd:boolean" use="optional" default="false"> <xsd:annotation> <xsd:documentation>Set to true if speed is to be over the ground, false if it is speed through the air or water.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:boolean | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:attribute name="speedOverGround" type="xsd:boolean" use="optional" default="false"> <xsd:annotation> <xsd:documentation>Set to true if speed is to be over the ground, false if it is speed through the air or water.</xsd:documentation> </xsd:annotation> </xsd:attribute> |