Definition Type: Element
Name: GeoViewpoint
Type: X3DBindableNode
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into GeoOrigin in schema x3d-3_2_xsd Drilldown into MetadataString in schema x3d-3_2_xsd Drilldown into MetadataSet in schema x3d-3_2_xsd Drilldown into MetadataInteger in schema x3d-3_2_xsd Drilldown into MetadataFloat in schema x3d-3_2_xsd Drilldown into MetadataDouble in schema x3d-3_2_xsd Drilldown into ChildContentModelCore in schema x3d-3_2_xsd Drilldown into IS in schema x3d-3_2_xsd Drilldown into class in schema x3d-3_2_xsd Drilldown into globalAttributes in schema x3d-3_2_xsd Drilldown into USE in schema x3d-3_2_xsd Drilldown into DEF in schema x3d-3_2_xsd Drilldown into DEF_USE in schema x3d-3_2_xsd Drilldown into X3DNode in schema x3d-3_2_xsd Drilldown into containerField in schema x3d-3_2_xsd Drilldown into X3DChildNode in schema x3d-3_2_xsd Drilldown into X3DBindableNode in schema x3d-3_2_xsd Drilldown into speedFactor in schema x3d-3_2_xsd Drilldown into navType in schema x3d-3_2_xsd Drilldown into headlight in schema x3d-3_2_xsd Drilldown into description in schema x3d-3_2_xsd Drilldown into position in schema x3d-3_2_xsd Drilldown into orientation in schema x3d-3_2_xsd Drilldown into jump in schema x3d-3_2_xsd Drilldown into fieldOfView in schema x3d-3_2_xsd Drilldown into geoSystem in schema x3d-3_2_xsdXSD Diagram of GeoViewpoint in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<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="&quot;GD&quot; &quot;WE&quot;" />
                <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="&quot;EXAMINE&quot; &quot;ANY&quot;" />
                <xs:attribute name="speedFactor" type="SFFloat" default="1.0" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IS IS 0 (1)
MetadataDouble MetadataDouble (1) (1)
MetadataFloat MetadataFloat (1) (1)
MetadataInteger MetadataInteger (1) (1)
MetadataSet MetadataSet (1) (1)
MetadataString MetadataString (1) (1)
GeoOrigin GeoOrigin (1) (1)
<xs:group> ChildContentModelCore 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DEF DEF (Optional)
USE USE (Optional)
class class (Optional)
containerField containerField children (Optional)
geoSystem geoSystem "GD" "WE" (Optional)
fieldOfView fieldOfView 0.785398 (Optional)
jump jump true (Optional)
orientation orientation 0 0 1 0 (Optional)
position position 0 0 100000 (Optional)
description description (Optional)
headlight headlight true (Optional)
navType navType "EXAMINE" "ANY" (Optional)
speedFactor speedFactor 1.0 (Optional)
Collapse Derivation Tree: