Definition Type: Group
Name: GeometryContentModelInterchange
Containing Schema: x3d-3.2.xsd
Collapse XSD Schema Diagram:
Drilldown into TriangleStripSet in schema x3d-3_2_xsd Drilldown into TriangleSet in schema x3d-3_2_xsd Drilldown into TriangleFanSet in schema x3d-3_2_xsd Drilldown into Sphere in schema x3d-3_2_xsd Drilldown into PointSet in schema x3d-3_2_xsd Drilldown into LineSet in schema x3d-3_2_xsd Drilldown into IndexedTriangleStripSet in schema x3d-3_2_xsd Drilldown into IndexedTriangleSet in schema x3d-3_2_xsd Drilldown into IndexedTriangleFanSet in schema x3d-3_2_xsd Drilldown into IndexedLineSet in schema x3d-3_2_xsd Drilldown into IndexedFaceSet in schema x3d-3_2_xsd Drilldown into Cylinder in schema x3d-3_2_xsd Drilldown into Cone in schema x3d-3_2_xsd Drilldown into Box in schema x3d-3_2_xsdXSD Diagram of GeometryContentModelInterchange in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:group name="GeometryContentModelInterchange">
    <xs:annotation>
        <xs:appinfo>Child-node content model corresponding to X3DGeometryNode for Interchange profile.</xs:appinfo>
        <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/interchange.html" />
    </xs:annotation>
    <xs:choice>
        <xs:element ref="Box" />
        <xs:element ref="Cone" />
        <xs:element ref="Cylinder" />
        <xs:element ref="IndexedFaceSet" />
        <xs:element ref="IndexedLineSet" />
        <xs:element ref="IndexedTriangleFanSet" />
        <xs:element ref="IndexedTriangleSet" />
        <xs:element ref="IndexedTriangleStripSet" />
        <xs:element ref="LineSet" />
        <xs:element ref="PointSet" />
        <xs:element ref="Sphere" />
        <xs:element ref="TriangleFanSet" />
        <xs:element ref="TriangleSet" />
        <xs:element ref="TriangleStripSet" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Box Box (1) (1)
Cone Cone (1) (1)
Cylinder Cylinder (1) (1)
IndexedFaceSet IndexedFaceSet (1) (1)
IndexedLineSet IndexedLineSet (1) (1)
IndexedTriangleFanSet IndexedTriangleFanSet (1) (1)
IndexedTriangleSet IndexedTriangleSet (1) (1)
IndexedTriangleStripSet IndexedTriangleStripSet (1) (1)
LineSet LineSet (1) (1)
PointSet PointSet (1) (1)
Sphere Sphere (1) (1)
TriangleFanSet TriangleFanSet (1) (1)
TriangleSet TriangleSet (1) (1)
TriangleStripSet TriangleStripSet (1) (1)