Definition Type: Element
Name: ROUTE
Type: SceneGraphStructureNodeType
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SceneGraphStructureNodeType in schema x3d-3_2_xsd Drilldown into toField in schema x3d-3_2_xsd Drilldown into toNode in schema x3d-3_2_xsd Drilldown into fromField in schema x3d-3_2_xsd Drilldown into fromNode in schema x3d-3_2_xsdXSD Diagram of ROUTE in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
fromNode fromNode Required
fromField fromField Required
toNode toNode Required
toField toField Required
Collapse Derivation Tree: