Definition Type: ComplexType
Name: X3DComposedGeometryNode
Type: X3DGeometryNode
Containing Schema: x3d-3.2.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into ProtoInstance in schema x3d-3_2_xsd Drilldown into NurbsTextureCoordinate in schema x3d-3_2_xsd Drilldown into MultiTextureCoordinate in schema x3d-3_2_xsd Drilldown into TextureCoordinateGenerator in schema x3d-3_2_xsd Drilldown into TextureCoordinate4D in schema x3d-3_2_xsd Drilldown into TextureCoordinate3D in schema x3d-3_2_xsd Drilldown into TextureCoordinate in schema x3d-3_2_xsd Drilldown into Normal in schema x3d-3_2_xsd Drilldown into FogCoordinate in schema x3d-3_2_xsd Drilldown into GeoCoordinate in schema x3d-3_2_xsd Drilldown into CoordinateDouble in schema x3d-3_2_xsd Drilldown into Coordinate in schema x3d-3_2_xsd Drilldown into ColorRGBA in schema x3d-3_2_xsd Drilldown into Color in schema x3d-3_2_xsd Drilldown into Matrix4VertexAttribute in schema x3d-3_2_xsd Drilldown into Matrix3VertexAttribute in schema x3d-3_2_xsd Drilldown into FloatVertexAttribute in schema x3d-3_2_xsd Drilldown into ComposedGeometryContentModel 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 X3DGeometryNode in schema x3d-3_2_xsd Drilldown into solid in schema x3d-3_2_xsd Drilldown into normalPerVertex in schema x3d-3_2_xsd Drilldown into colorPerVertex in schema x3d-3_2_xsd Drilldown into ccw in schema x3d-3_2_xsdXSD Diagram of X3DComposedGeometryNode in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:complexType name="X3DComposedGeometryNode" abstract="true" mixed="false">
    <xs:annotation>
        <xs:appinfo>Composed geometry nodes produce renderable geometry, can contain Color Coordinate Normal TextureCoordinate, and are contained by a Shape node.</xs:appinfo>
        <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/rendering.html#X3DComposedGeometryNode" />
    </xs:annotation>
    <xs:complexContent mixed="false">
        <xs:extension base="X3DGeometryNode">
            <xs:group ref="ComposedGeometryContentModel" minOccurs="0" maxOccurs="unbounded" />
            <xs:attribute name="ccw" type="SFBool" default="true" />
            <xs:attribute name="colorPerVertex" type="SFBool" default="true" />
            <xs:attribute name="normalPerVertex" type="SFBool" default="true" />
            <xs:attribute name="solid" type="SFBool" default="true" />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
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)
FloatVertexAttribute FloatVertexAttribute (1) (1)
Matrix3VertexAttribute Matrix3VertexAttribute (1) (1)
Matrix4VertexAttribute Matrix4VertexAttribute (1) (1)
Color Color (1) (1)
ColorRGBA ColorRGBA (1) (1)
Coordinate Coordinate (1) (1)
CoordinateDouble CoordinateDouble (1) (1)
GeoCoordinate GeoCoordinate (1) (1)
FogCoordinate FogCoordinate (1) (1)
Normal Normal (1) (1)
TextureCoordinate TextureCoordinate (1) (1)
TextureCoordinate3D TextureCoordinate3D (1) (1)
TextureCoordinate4D TextureCoordinate4D (1) (1)
TextureCoordinateGenerator TextureCoordinateGenerator (1) (1)
MultiTextureCoordinate MultiTextureCoordinate (1) (1)
NurbsTextureCoordinate NurbsTextureCoordinate (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)
containerField containerField geometry (Optional)
ccw ccw true (Optional)
colorPerVertex colorPerVertex true (Optional)
normalPerVertex normalPerVertex true (Optional)
solid solid true (Optional)
Collapse Derivation Tree:
Collapse References:
IndexedFaceSet, IndexedQuadSet, IndexedTriangleFanSet, IndexedTriangleSet, IndexedTriangleStripSet, QuadSet, TriangleFanSet, TriangleSet, TriangleStripSet