element Contour2D
diagram x3d-3.2_diagrams/x3d-3.2_p39.png
type extension of X3DNode
properties
content complex
children IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString NurbsCurve2D ContourPolyline2D ProtoInstance
used by
element NurbsTrimmedSurface
group SceneGraphFragmentContentModel
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

DEF defines a unique ID name for each node, referenceable by other nodes.
USE  xs:IDREF        
appinfo

USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
class  xs:NMTOKENS        
appinfo

The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
containerField  xs:NMTOKEN    trimmingContour    
annotation
appinfo
<xs:element name="addChildren" type="MFNode" fixed="inputOnlyField" default="NurbsCurve2D|ContourPolyline2D"/>
<xs:element name="removeChildren" type="MFNode" fixed="inputOnlyField" default="NurbsCurve2D|ContourPolyline2D"/>
<xs:element name="children" type="MFNode" fixed="inputOutputField" default="NurbsCurve2D|ContourPolyline2D"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="NURBS"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
source <xs:element name="Contour2D">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:element name="addChildren" type="MFNode" fixed="inputOnlyField" default="NurbsCurve2D|ContourPolyline2D"/>
     
<xs:element name="removeChildren" type="MFNode" fixed="inputOnlyField" default="NurbsCurve2D|ContourPolyline2D"/>
     
<xs:element name="children" type="MFNode" fixed="inputOutputField" default="NurbsCurve2D|ContourPolyline2D"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="NURBS"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/nurbs.html#Contour2D"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DNode">
       
<xs:choice minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>children</xs:documentation>
         
</xs:annotation>
         
<xs:element ref="NurbsCurve2D"/>
         
<xs:element ref="ContourPolyline2D"/>
         
<xs:element ref="ProtoInstance">
           
<xs:annotation>
             
<xs:documentation>Appropriately typed substitution node</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="trimmingContour"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute Contour2D/@containerField
type xs:NMTOKEN
properties
default trimmingContour
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="trimmingContour"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy