element connect
diagram x3d-3.1_diagrams/x3d-3.1_p27.png
type extension of SceneGraphStructureStatement
properties
content complex
used by
element IS
attributes
Name  Type  Use  Default  Fixed  Annotation
nodeField  xs:NMTOKEN  required      
protoField  xs:NMTOKEN  required      
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
Functional summary: connect statements define event-routing connections between node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
source <xs:element name="connect">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
Functional summary: connect statements define event-routing connections between node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19776-1/V3.3/Part01/concepts.html#IS_ConnectStatementSyntax"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="SceneGraphStructureStatement">
       
<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>

attribute connect/@nodeField
type xs:NMTOKEN
properties
use required
source <xs:attribute name="nodeField" type="xs:NMTOKEN" use="required"/>

attribute connect/@protoField
type xs:NMTOKEN
properties
use required
source <xs:attribute name="protoField" type="xs:NMTOKEN" use="required"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy