<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>
|