<xs:element name="GeoViewpoint">
<xs:annotation>
<xs:appinfo />
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/geodata.html#GeoViewpoint" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DBindableNode">
<xs:sequence minOccurs="0">
<xs:element ref="GeoOrigin" />
</xs:sequence>
<xs:attribute name="geoSystem" type="geoSystemType" default=""GD" "WE"" />
<xs:attribute name="fieldOfView" type="SFFloat" default="0.785398" />
<xs:attribute name="jump" type="SFBool" default="true" />
<xs:attribute name="orientation" type="SFRotation" default="0 0 1 0" />
<xs:attribute name="position" type="SFVec3d" default="0 0 100000" />
<xs:attribute name="description" type="SFString" />
<xs:attribute name="headlight" type="SFBool" default="true" />
<xs:attribute name="navType" type="MFString" default=""EXAMINE" "ANY"" />
<xs:attribute name="speedFactor" type="SFFloat" default="1.0" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|