Definition Type: Group
Name: ChildContentModelSceneGraphStructure
Containing Schema: x3d-3.2.xsd
Collapse XSD Schema Diagram:
Drilldown into EXPORT in schema x3d-3_2_xsd Drilldown into IMPORT in schema x3d-3_2_xsd Drilldown into ProtoDeclare in schema x3d-3_2_xsd Drilldown into ExternProtoDeclare in schema x3d-3_2_xsd Drilldown into ROUTE in schema x3d-3_2_xsdXSD Diagram of ChildContentModelSceneGraphStructure in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:group name="ChildContentModelSceneGraphStructure">
    <xs:annotation>
        <xs:appinfo>Child-node content model corresponding to SceneGraphStructure elements, which are not specific X3D nodes.</xs:appinfo>
        <xs:documentation />
    </xs:annotation>
    <xs:choice>
        <xs:element ref="ROUTE" />
        <xs:element ref="ExternProtoDeclare" />
        <xs:element ref="ProtoDeclare" />
        <xs:element ref="IMPORT" />
        <xs:element ref="EXPORT" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ROUTE ROUTE (1) (1)
ExternProtoDeclare ExternProtoDeclare (1) (1)
ProtoDeclare ProtoDeclare (1) (1)
IMPORT IMPORT (1) (1)
EXPORT EXPORT (1) (1)