element ROUTE
diagram x3d-4.0_diagrams/x3d-4.0_p206.png
type extension of X3DStatement
properties
content complex
used by
group ChildContentModelSceneGraphStructure
attributes
Name  Type  Use  Default  Fixed  Annotation
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.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
id  xs:NMTOKEN        
appinfo

                    The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
style  SFString        
appinfo

                    The style attribute provides an inline block of CSS for element styling, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
fromNode  xs:IDREF  required      
fromField  xs:NMTOKEN  required      
toNode  xs:IDREF  required      
toField  xs:NMTOKEN  required      
annotation
appinfo
<xs:attribute name="additionalInterface" type="xs:string" default="X3DChildNode"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                ROUTE connects output fields of event-producing nodes to input fields of event-consuming nodes.
           
source <xs:element name="ROUTE">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="additionalInterface" type="xs:string" default="X3DChildNode"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                ROUTE connects output fields of event-producing nodes to input fields of event-consuming nodes.
           
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/concepts.html#ModifyingObjectsRoutes"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DStatement">
       
<xs:attribute name="fromNode" type="xs:IDREF" use="required"/>
       
<xs:attribute name="fromField" type="xs:NMTOKEN" use="required"/>
       
<xs:attribute name="toNode" type="xs:IDREF" use="required"/>
       
<xs:attribute name="toField" type="xs:NMTOKEN" use="required"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute ROUTE/@fromNode
type xs:IDREF
properties
use required
source <xs:attribute name="fromNode" type="xs:IDREF" use="required"/>

attribute ROUTE/@fromField
type xs:NMTOKEN
properties
use required
source <xs:attribute name="fromField" type="xs:NMTOKEN" use="required"/>

attribute ROUTE/@toNode
type xs:IDREF
properties
use required
source <xs:attribute name="toNode" type="xs:IDREF" use="required"/>

attribute ROUTE/@toField
type xs:NMTOKEN
properties
use required
source <xs:attribute name="toField" type="xs:NMTOKEN" use="required"/>


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