<xs:complexType name="X3DViewpointNode" abstract="true" mixed="false">
<xs:annotation>
<xs:appinfo />
<xs:documentation />
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="X3DBindableNode">
<xs:attribute name="centerOfRotation" type="SFVec3f" default="0 0 0" />
<xs:attribute name="description" type="SFString" />
<xs:attribute name="jump" type="SFBool" default="true" />
<xs:attribute name="orientation" type="SFRotation" default="0 0 1 0" />
<xs:attribute name="position" type="SFVec3f" default="0 0 10" />
<xs:attribute name="retainUserOffsets" type="SFBool" default="false" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
|