The AngleBetweenAnalysisModeEnumType enumerates values thatdescribe the analysis mode for an angle between characteristic. TWODIMENSIONAL = evaluation is in a plane perpendicular to a vector. THREEDIMENSIONAL = evaluation is in three dimensional space not requiring a vector.
<xs:simpleType name="AngleBetweenAnalysisModeEnumType"><xs:annotation><xs:documentation>The AngleBetweenAnalysisModeEnumType enumerates values that describe the analysis mode for an angle between characteristic. TWODIMENSIONAL = evaluation is in a plane perpendicular to a vector. THREEDIMENSIONAL = evaluation is in three dimensional space not requiring a vector.</xs:documentation></xs:annotation><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="TWODIMENSIONAL"/><xs:enumeration value="THREEDIMENSIONAL"/></xs:restriction></xs:simpleType>