Definition Type: Element
Name: connect
Type: SceneGraphStructureNodeType
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SceneGraphStructureNodeType in schema x3d-3_2_xsd Drilldown into protoField in schema x3d-3_2_xsd Drilldown into nodeField in schema x3d-3_2_xsdXSD Diagram of connect in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:element name="connect">
    <xs:annotation>
        <xs:appinfo />
        <xs:documentation source="http://www.web3d.org/specifications/ISO-IEC-19776/Part01/concepts.html#IS_ConnectStatementSyntax" />
    </xs:annotation>
    <xs:complexType mixed="false">
        <xs:complexContent mixed="false">
            <xs:extension base="SceneGraphStructureNodeType">
                <xs:attribute name="nodeField" type="xs:NMTOKEN" use="required" />
                <xs:attribute name="protoField" type="xs:NMTOKEN" use="required" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
nodeField nodeField Required
protoField protoField Required
Collapse Derivation Tree: