diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DStatement | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
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/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> |
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"/> |