<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.1//EN" "http://www.web3d.org/specifications/x3d-3.1.dtd">
<X3D profile='Immersive' version='3.1'
xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance'
xsd:noNamespaceSchemaLocation
='
http://www.web3d.org/specifications/x3d-3.1.xsd
'>
<head>
</head>
<!--
-->
<Scene>
<Background skyColor='1 1 1'/>
<Viewpoint description='Default View' position='0 0 15'/>
<Shape>
<!-- Empty string "" means to skip a line -->
<!-- The ampersand escape characters are based on XML rules -->
<!-- apostrophe ' is ' and needs to be escaped in single-quote delimiters used for string='value' attribute -->
<!-- ampersand & is & and needs to be escaped -->
<!-- quotation " is " and isn't needed if single-quote delimiters used for string='value' attribute -->
<!-- quotation " can be used as part of X3D string if escaped with backslash: \" -->
<!-- backslash is used as escape character for " (and itself) in X3D -->
<!-- character entities are listed in HTML specification and are good for any XML -->
<Text DEF='DefaultText' string='"Character entity substitutions:" "empty string \"\" skips a line:" "" "apostrophe ' is '" "ampersand & is &" "quote mark \" is "" "backslash \\ is X3D escape character" "double backslash \\\\ is X3D backslash \\" "Pi Π is Π XML character entity"' solid='false'>
<FontStyle DEF='CenteredFontStyle' justify='"MIDDLE" "MIDDLE"'/>
</Text>
<Appearance>
<Material DEF='DefaultMaterial' diffuseColor='0.2 0.2 0.2'/>
</Appearance>
</Shape>
</Scene>
</X3D>
<!--
-->
<!--
Color key:
<X3dNode
DEF='idName' field='value'/>
matches
<XmlElement
DEF='idName' attribute='value'/>
-->
<!--
Additional help information about X3D scenes:
X3D Resources,
X3D Scene Authoring Hints
and
X3D Tooltips
-->