<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd">
<X3D profile='Immersiveversion='3.0xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation=' http://www.web3d.org/specifications/x3d-3.0.xsd '>
<head>
<meta name='titlecontent='ImportExportSyntax.x3d'/>
<meta name='creatorcontent='Don Brutzman'/>
<meta name='createdcontent='19 January 2003'/>
<meta name='modifiedcontent='27 December 2003'/>
<meta name='descriptioncontent='Demonstrate IMPORT/EXPORT syntax. Better examples needed, split across 2 files for separate IMPORT and EXPORT.'/>
<meta name='warningcontent='untested in any browser'/>
<meta name='identifiercontent=' http://www.web3d.org/x3d/content/examples/Basic/development/ImportExportSyntax.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent='../license.html'/>
</head>
<!--

Index for DEF nodes: CoordinateAxes, I1, LocalNavInfo, PI, T1
-->
<Scene>
<NavigationInfo DEF='LocalNavInfotype='"EXAMINE" "ANY"transitionType='"ANIMATE"transitionTime='1.0'/>
<EXPORT localDEF='LocalNavInfoAS='NI'/>
<Transform scale='2 2 2'> </Transform>
<!-- ===================== -->
<!-- Abstract spec IMPORT example -->
<Inline DEF='I1'
  url=' "someUrl.x3d" "http://online.address/someUrl.x3d" '/>
<IMPORT AS='I1Root'/>
<!-- PI ROUTE:  [from value_changed to I1Root.set_translation ] -->
<PositionInterpolator DEF='PI'/>
<ROUTE fromNode='PIfromField='value_changedtoNode='I1RoottoField='set_translation'/>
<!-- ===================== -->
<!-- Abstract spec EXPORT example -->
<Transform DEF='T1'/>
<EXPORT localDEF='T1AS='rootTransform'/>
</Scene>
</X3D>
<!--

Index for DEF nodes: CoordinateAxes, I1, LocalNavInfo, PI, T1
-->

<!-- Tag color codes (X3D, XML terminology): <Node DEF='idName' field='value'/> <Element DEF='idName' attribute='value'/> -->