Definition Type: Group
Name: GeometryContentModel2DImmersive
Containing Schema: x3d-3.2.xsd
Collapse XSD Schema Diagram:
Drilldown into TriangleSet2D in schema x3d-3_2_xsd Drilldown into Rectangle2D in schema x3d-3_2_xsd Drilldown into Polypoint2D in schema x3d-3_2_xsd Drilldown into Polyline2D in schema x3d-3_2_xsdXSD Diagram of GeometryContentModel2DImmersive in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:group name="GeometryContentModel2DImmersive">
    <xs:annotation>
        <xs:appinfo>Child-node content model corresponding to Geometry2D component.</xs:appinfo>
        <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/geometry2D.html" />
    </xs:annotation>
    <xs:choice>
        <xs:element ref="Polyline2D" />
        <xs:element ref="Polypoint2D" />
        <xs:element ref="Rectangle2D" />
        <xs:element ref="TriangleSet2D" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Polyline2D Polyline2D (1) (1)
Polypoint2D Polypoint2D (1) (1)
Rectangle2D Rectangle2D (1) (1)
TriangleSet2D TriangleSet2D (1) (1)