element IMPORT
diagram x3d-4.0_diagrams/x3d-4.0_p110.png
type extension of X3DStatement
properties
content complex
used by
group ChildContentModelSceneGraphStructure
attributes
Name  Type  Use  Default  Fixed  Annotation
class  xs:NMTOKENS        
appinfo

                    The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
id  xs:NMTOKEN        
appinfo

                    The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
style  SFString        
appinfo

                    The style attribute provides an inline block of CSS for element styling, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
inlineDEF  xs:IDREF  required      
importedDEF  xs:NMTOKEN  required      
AS  xs:ID        
annotation
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.
           
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/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/concepts.html#ImportExportsemantics"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DStatement">
       
<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>

attribute IMPORT/@inlineDEF
type xs:IDREF
properties
use required
source <xs:attribute name="inlineDEF" type="xs:IDREF" use="required"/>

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

attribute IMPORT/@AS
type xs:ID
source <xs:attribute name="AS" type="xs:ID"/>


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