<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "http://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 =' http://www.web3d.org/specifications/x3d-3.3.xsd '>
<head>
<meta name='titlecontent='MetadataExamples.x3d'/>
<meta name='descriptioncontent='Simple examples of meta statements, comments, WorldInfo node and typed metadata nodes.'/>
<meta name='creatorcontent='Don Brutzman'/>
<meta name='createdcontent='30 September 2011'/>
<meta name='modifiedcontent='24 February 2016'/>
<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='infocontent='Authoring note: MetadataBoolean requires X3D version 3.3, as used in this example scene'/>
<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=' http://x3dgraphics.com/chapters/Chapter15MetadataInformation.html '/>
<meta name='referencecontent=' http://X3dGraphics.com '/>
<meta name='referencecontent=' http://www.web3d.org/x3d/content/examples/X3dResources.html '/>
<meta name='rightscontent='Copyright 2006, Daly Realism and Don Brutzman'/>
<meta name='subjectcontent=' X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com '/>
<meta name='identifiercontent=' http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter15Metadata/MetadataExamples.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../license.html'/>
</head>
<!-- -->
<Scene>
<!-- Comments can appear between nodes (XML elements) but are not retained after a scene is parsed and loaded -->
<!-- No Metadata nodes are allowed at top level of Scene graph -->
<WorldInfo DEF='MyWorldInfoinfo='"Metadata strings" "can go here" "as string array values"title='MetadataExamples.x3d Example Scene'>
<!-- Structured information can go in Metadata nodes. Note that any X3D node can contain a single Metadata node with containerField='metadata' -->
<MetadataSet DEF='MyMetadataSetNodename='Metadata_namereference='Standard 1.2.3ccontainerField='metadata'>
<!-- MetadataSet can also contain multiple Metadata nodes with containerField='value' -->
<MetadataBoolean DEF='MyMetadataBooleanNodecontainerField='valuename='Coin Flipreference='MetadataBoolean allowed in X3D v3.3 and latervalue='true false true false'/>
<MetadataDouble DEF='MyMetadataDoubleNodecontainerField='valuename='Metadata_namereference='Standard 1.2.3cvalue='3.141592658 2.71812181'/>
<MetadataFloat DEF='MyMetadataFloatNodecontainerField='valuename='Metadata_namereference='Standard 1.2.3cvalue='9.8 6.023e+23'/>
<MetadataInteger DEF='MyMetadataIntegerNodecontainerField='valuename='Metadata_namereference='Standard 1.2.3cvalue='6 28 496'/>
<MetadataString DEF='MyMetadataStringNodecontainerField='valuename='Metadata_namereference='Standard 1.2.3cvalue='"Part 27" "P27" "p27"'/>
<MetadataSet DEF='NestedMetadataSetNodename='TestNestedMetadataSetNodescontainerField='metadata'>
<MetadataString USE='MyMetadataStringNodecontainerField='value'/>
<MetadataInteger USE='MyMetadataIntegerNodecontainerField='value'/>
<MetadataFloat USE='MyMetadataFloatNodecontainerField='value'/>
<MetadataFloat containerField='valuename='coefficientsvalue='3.141592653 2.7128 1 0'/>
</MetadataSet>
</MetadataSet>
</WorldInfo>
<Background skyColor='0 0.439216 0.760784'/>
<Viewpoint description='View scene source to see metadata examplesposition='0 0 9'/>
<Anchor description='view pretty-print scene sourceparameter='"target=_blank"'
  url=' "MetadataExamples.html" "http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter15Metadata/MetadataExamples.html" '>
<Shape>
<Text string='"View scene source" "to see" "metadata examples"'>
<FontStyle justify='"MIDDLE" "MIDDLE"'/>
</Text>
<Appearance>
<Material diffuseColor='1 0.992157 0.039216'/>
</Appearance>
</Shape>
</Anchor>
</Scene>
</X3D>
<!--

Index for DEF nodes : MyMetadataBooleanNode, MyMetadataDoubleNode, MyMetadataFloatNode, MyMetadataIntegerNode, MyMetadataSetNode, MyMetadataStringNode, MyWorldInfo, NestedMetadataSetNode

Index for Viewpoint image : Viewpoint_1
-->

<!-- 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 -->