Enumeration AngleType Angular coordinate. Used in: AngleCondition , RelativeAngleCondition Enumeration Literals Name Applied Stereotypes Description heading Select the heading angle. pitch Select the pitch angle. roll Select the roll angle. XSD 1.4 Representation <xsd:simpleType name="AngleType"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="heading"/> <xsd:enumeration value="pitch"/> <xsd:enumeration value="roll"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="parameter"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> To XSD WorldPosition AutomaticGearType