diagram | |||||||||||||||||||||||||
type | extension of SceneGraphStructureStatement | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:element name="IMPORT"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="3"/> Functional summary: IMPORT provides ROUTE access to a node that has a corresponding EXPORT statement within an Inline scene. These connections allow event values to be exchanged via ROUTE statements between a parent model and a child Inline model. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#IMPORTSemantics"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="SceneGraphStructureStatement"> <xs:attribute name="inlineDEF" type="xs:IDREF" use="required"/> <xs:attribute name="importedDEF" type="xs:NMTOKEN" use="required"/> <xs:attribute name="AS" type="xs:ID"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | xs:IDREF | ||
properties |
|
||
source | <xs:attribute name="inlineDEF" type="xs:IDREF" use="required"/> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="importedDEF" type="xs:NMTOKEN" use="required"/> |
type | xs:ID |
source | <xs:attribute name="AS" type="xs:ID"/> |