Definition Type: Group
Name: GroupingNodeContentModel
Containing Schema: x3d-3.2.xsd
Collapse XSD Schema Diagram:
Drilldown into ScreenGroup in schema x3d-3_2_xsd Drilldown into LayoutGroup in schema x3d-3_2_xsd Drilldown into Viewport in schema x3d-3_2_xsd Drilldown into CADPart in schema x3d-3_2_xsd Drilldown into CADLayer in schema x3d-3_2_xsd Drilldown into CADAssembly in schema x3d-3_2_xsd Drilldown into NurbsSet in schema x3d-3_2_xsd Drilldown into HAnimJoint in schema x3d-3_2_xsd Drilldown into GeoLOD in schema x3d-3_2_xsd Drilldown into GeoLocation in schema x3d-3_2_xsd Drilldown into TransmitterPdu in schema x3d-3_2_xsd Drilldown into SignalPdu in schema x3d-3_2_xsd Drilldown into ReceiverPdu in schema x3d-3_2_xsd Drilldown into EspduTransform in schema x3d-3_2_xsd Drilldown into Transform in schema x3d-3_2_xsd Drilldown into Switch in schema x3d-3_2_xsd Drilldown into StaticGroup in schema x3d-3_2_xsd Drilldown into LOD in schema x3d-3_2_xsd Drilldown into Group in schema x3d-3_2_xsd Drilldown into Collision in schema x3d-3_2_xsd Drilldown into Billboard in schema x3d-3_2_xsd Drilldown into Anchor in schema x3d-3_2_xsdXSD Diagram of GroupingNodeContentModel in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:group name="GroupingNodeContentModel">
    <xs:choice>
        <xs:element ref="Anchor" />
        <xs:element ref="Billboard" />
        <xs:element ref="Collision" />
        <xs:element ref="Group" />
        <xs:element ref="LOD" />
        <xs:element ref="StaticGroup" />
        <xs:element ref="Switch" />
        <xs:element ref="Transform" />
        <xs:element ref="EspduTransform" />
        <xs:element ref="ReceiverPdu" />
        <xs:element ref="SignalPdu" />
        <xs:element ref="TransmitterPdu" />
        <xs:element ref="GeoLocation" />
        <xs:element ref="GeoLOD" />
        <!-- TODO where is GeoTransform in spec?
							<xs:element ref="GeoTransform"/> -->
        <xs:element ref="HAnimJoint" />
        <xs:element ref="NurbsSet" />
        <xs:element ref="CADAssembly" />
        <xs:element ref="CADLayer" />
        <xs:element ref="CADPart" />
        <xs:element ref="Viewport" />
        <xs:element ref="LayoutGroup" />
        <xs:element ref="ScreenGroup" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Anchor Anchor (1) (1)
Billboard Billboard (1) (1)
Collision Collision (1) (1)
Group Group (1) (1)
LOD LOD (1) (1)
StaticGroup StaticGroup (1) (1)
Switch Switch (1) (1)
Transform Transform (1) (1)
EspduTransform EspduTransform (1) (1)
ReceiverPdu ReceiverPdu (1) (1)
SignalPdu SignalPdu (1) (1)
TransmitterPdu TransmitterPdu (1) (1)
GeoLocation GeoLocation (1) (1)
GeoLOD GeoLOD (1) (1)
HAnimJoint HAnimJoint (1) (1)
NurbsSet NurbsSet (1) (1)
CADAssembly CADAssembly (1) (1)
CADLayer CADLayer (1) (1)
CADPart CADPart (1) (1)
Viewport Viewport (1) (1)
LayoutGroup LayoutGroup (1) (1)
ScreenGroup ScreenGroup (1) (1)