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