The DisplayStyleFormEnumType enumerates values that describe display forms.
<xs:simpleType name="DisplayStyleFormEnumType"> <xs:annotation> <xs:documentation>The DisplayStyleFormEnumType enumerates values that describe display forms.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="WIREFRAME"/> <xs:enumeration value="ISOLINES"/> <xs:enumeration value="ISOLINES_WITH_EDGES"/> <xs:enumeration value="SHADING"/> <xs:enumeration value="SHADING_WITH_EDGES"/> </xs:restriction> </xs:simpleType>