Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type CameraFormEnumType
Annotations
The CameraFormEnumType enumerates values that describe the camera
form and can take the following values:
  'ORTHOGRAPHIC' - an orthographic camera;
  'PERSPECTIVE' - a perspective camera;
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ORTHOGRAPHIC
enumeration PERSPECTIVE
Used by
Attribute CameraType/@form
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd