<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
<X3D profile='Immersive' version='3.3 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation =' https://www.web3d.org/specifications/x3d-3.3.xsd '>
<head>
<meta name='titlecontent='WorldInfoExample.x3d'/>
<meta name='descriptioncontent='Simple examples of meta statements, comments, a WorldInfo node and a MetadataString node.'/>
<meta name='creatorcontent='Don Brutzman'/>
<meta name='createdcontent='3 March 2018'/>
<meta name='revisedcontent='31 January 2022'/>
<meta name='infocontent='Information in head and meta elements is retained after a scene is parsed and loaded, and can be referenced via the Scene Access Interface (SAI) or Document Object Model (DOM)'/>
<meta name='referencecontent='The following referenced chapter is published online but was not included in the printed book.'/>
<meta name='referencecontent='Chapter15MetadataInformation.html'/>
<meta name='referencecontent=' https://x3dgraphics.com/chapters/Chapter15MetadataInformation.html '/>
<meta name='referencecontent=' https://X3dGraphics.com '/>
<meta name='referencecontent=' https://www.web3d.org/x3d/content/examples/X3dResources.html '/>
<meta name='referencecontent=' https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Metadata '/>
<meta name='rightscontent='Copyright 2018, Daly Realism and Don Brutzman'/>
<meta name='subjectcontent=' X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com '/>
<meta name='identifiercontent=' https://X3dGraphics.com/examples/X3dForWebAuthors/Chapter15Metadata/WorldInfoExample.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../license.html'/>
</head>
<!--

Index for DEF nodes : MyMetadataStringNode, MyWorldInfo

Index for Viewpoint image : Viewpoint_1
-->
<Scene>
<!-- Comments can appear between nodes (XML elements) but are not retained after a scene is parsed, loaded and playing -->
<WorldInfo DEF='MyWorldInfoinfo='"Metadata strings" "can go here" "as string array values"title='WorldInfo.x3d Example Scene'>
<!-- WorldInfo can contain Metadata nodes in X3D but not in VRML97. -->
<!-- WorldInfo single available child field of interest is 'metadata' and so contained MetadataString must have containerField='metadata' which IS the default in X3D3' -->
<MetadataString DEF='MyMetadataStringNodecontainerField='metadataname='TestNodereference='X3Dvalue='"Hello" "WorldInfo"'/>
</WorldInfo>
<Background skyColor='0 0.439216 0.760784'/>
<Viewpoint description='View scene source to see metadata examplesposition='0 0 9'/>
<Anchor description='Load scene index pageparameter='"target=_blank"'
  url=' "WorldInfoExampleIndex.html" "https://X3dGraphics.com/examples/X3dForWebAuthors/Chapter15Metadata/WorldInfoExampleIndex.html" '>
<Shape>
<Text string='"View scene source" "to see" "WorldInfoExample"'>
<FontStyle justify='"MIDDLE" "MIDDLE"'/>
</Text>
<Appearance>
<Material diffuseColor='1 0.992157 0.039216'/>
</Appearance>
</Shape>
</Anchor>
</Scene>
</X3D>
<!--

Index for DEF nodes : MyMetadataStringNode, MyWorldInfo

Index for Viewpoint image : Viewpoint_1
-->

<!-- Color key: <X3dNode DEF='idName' field='value'/> matches <XmlElement DEF='idName' attribute='value'/>
(Light blue background: behavior node) (Grey background: inserted documentation) (Magenta background: X3D Extensibility)
-->

<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources and X3D Scene Authoring Hints. -->