<xs:element name="ROUTE">
<xs:annotation>
<xs:appinfo>ROUTEs connect event-producing nodes/fields to event-consuming nodes/fields.
<xs:attribute name="otherInterfaces" type="xs:string" fixed="X3DChildNode" /></xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/concepts.html#ModifyingObjectsRoutes" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="SceneGraphStructureNodeType">
<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>
|