The CameraFormEnumType enumerates values that describe the cameraform and can take the following values: 'ORTHOGRAPHIC' - an orthographic camera; 'PERSPECTIVE' - a perspective camera;
<xs:simpleType name="CameraFormEnumType"><xs:annotation><xs:documentation>The CameraFormEnumType enumerates values that describe the camera form and can take the following values: 'ORTHOGRAPHIC' - an orthographic camera; 'PERSPECTIVE' - a perspective camera;</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:enumeration value="ORTHOGRAPHIC"/><xs:enumeration value="PERSPECTIVE"/></xs:restriction></xs:simpleType>