<xsd:complexType name="CT_Camera">
<xsd:sequence>
<xsd:element name="rot" type="CT_SphereCoords" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Rotation</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="prst" type="ST_PresetCameraType" use="required">
<xsd:annotation>
<xsd:documentation>Preset Camera Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fov" type="ST_FOVAngle" use="optional">
<xsd:annotation>
<xsd:documentation>Field of View</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="zoom" type="ST_PositivePercentage" use="optional" default="100000">
<xsd:annotation>
<xsd:documentation>Zoom</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|