element ROUTE
diagram x3d-3.2_diagrams/x3d-3.2_p176.png
type extension of SceneGraphStructureStatement
properties
content complex
used by
group ChildContentModelSceneGraphStructure
attributes
Name  Type  Use  Default  Fixed  Annotation
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/documents/specifications/19775-1/V3.3/Part01/concepts.html#ModifyingObjectsRoutes"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="SceneGraphStructureStatement">
       
<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