Definition Type: Element
Name: ViewpointGroup
Type: X3DNode
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ProtoInstance in schema x3d-3_2_xsd Drilldown into ViewpointGroup in schema x3d-3_2_xsd Drilldown into OrthoViewpoint in schema x3d-3_2_xsd Drilldown into Viewpoint 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 size in schema x3d-3_2_xsd Drilldown into retainUserOffsets in schema x3d-3_2_xsd Drilldown into displayed in schema x3d-3_2_xsd Drilldown into description in schema x3d-3_2_xsd Drilldown into center in schema x3d-3_2_xsdXSD Diagram of ViewpointGroup in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:element name="ViewpointGroup">
    <xs:annotation>
        <xs:appinfo />
        <xs:documentation />
    </xs:annotation>
    <xs:complexType mixed="false">
        <xs:complexContent mixed="false">
            <xs:extension base="X3DNode">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:element ref="Viewpoint" />
                    <xs:element ref="OrthoViewpoint" />
                    <xs:element ref="ViewpointGroup" />
                    <xs:element ref="ProtoInstance" />
                </xs:choice>
                <xs:attribute name="center" type="SFVec3f" default="0 0 0" />
                <xs:attribute name="description" type="SFString" />
                <xs:attribute name="displayed" type="SFBool" default="true" />
                <xs:attribute name="retainUserOffsets" type="SFBool" default="false" />
                <xs:attribute name="size" type="SFVec3f" default="0 0 0" />
                <xs:attribute name="containerField" type="xs:NMTOKEN" default="children" />
            </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)
Viewpoint Viewpoint (1) (1)
OrthoViewpoint OrthoViewpoint (1) (1)
ViewpointGroup ViewpointGroup (1) (1)
ProtoInstance ProtoInstance (1) (1)
<xs:group> ChildContentModelCore 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DEF DEF (Optional)
USE USE (Optional)
class class (Optional)
center center 0 0 0 (Optional)
description description (Optional)
displayed displayed true (Optional)
retainUserOffsets retainUserOffsets false (Optional)
size size 0 0 0 (Optional)
containerField containerField children (Optional)
Collapse Derivation Tree: