Definition Type: Element
Name: NurbsCurve
Type: X3DParametricGeometryNode
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ProtoInstance 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 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 X3DParametricGeometryNode in schema x3d-3_2_xsd Drilldown into weight in schema x3d-3_2_xsd Drilldown into tessellation in schema x3d-3_2_xsd Drilldown into order in schema x3d-3_2_xsd Drilldown into knot in schema x3d-3_2_xsd Drilldown into closed in schema x3d-3_2_xsdXSD Diagram of NurbsCurve in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:element name="NurbsCurve">
    <xs:annotation>
        <xs:appinfo>http://www.blaxxun.com/support/developerguide/developer/contact/3d/nurbs/spec/nodes.htm#NurbsCurve</xs:appinfo>
        <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/nurbs.html#NurbsCurve" />
    </xs:annotation>
    <xs:complexType mixed="false">
        <xs:complexContent mixed="false">
            <xs:extension base="X3DParametricGeometryNode">
                <xs:choice minOccurs="0">
                    <xs:element ref="Coordinate" />
                    <xs:element ref="CoordinateDouble" />
                    <xs:element ref="ProtoInstance" />
                </xs:choice>
                <xs:attribute name="closed" type="SFBool" default="false" />
                <xs:attribute name="knot" type="MFDouble" />
                <xs:attribute name="order" type="SFInt32" default="3" />
                <xs:attribute name="tessellation" type="SFInt32" default="0" />
                <xs:attribute name="weight" type="MFDouble" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
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)
Coordinate Coordinate (1) (1)
CoordinateDouble CoordinateDouble (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)
closed closed false (Optional)
knot knot (Optional)
order order 3 (Optional)
tessellation tessellation 0 (Optional)
weight weight (Optional)
Collapse Derivation Tree: