diagram | |||||||||||||||||||||||||||||||
type | extension of SceneGraphStructureStatement | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |
type | xs:IDREF | ||
properties |
|
||
source | <xs:attribute name="fromNode" type="xs:IDREF" use="required"/> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="fromField" type="xs:NMTOKEN" use="required"/> |
type | xs:IDREF | ||
properties |
|
||
source | <xs:attribute name="toNode" type="xs:IDREF" use="required"/> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="toField" type="xs:NMTOKEN" use="required"/> |