<!-- ============================= -->
<!-- Option 1: root node of scene -->
<
MetadataSet DEF='
MetadataHolderOption1'
name='
MetadataCollection1'
containerField='
metadata'>
<!-- can enter other Metadata nodes here -->
</
MetadataSet>
<Background skyColor='0.498039 1 0.831373'/>
<!-- ============================= -->
<!-- Option 2: contained within WorldInfo, inaccurate translation to VRML97 -->
<WorldInfo DEF='MetadataHolderOption2' title='Test scene for containing X3D Metadata* nodes, with no other content'>
<
MetadataSet name='
MetadataCollection2'
containerField='
metadata'>
<!-- can enter other Metadata nodes here -->
</
MetadataSet>
</WorldInfo>
<!-- ============================= -->
<!-- Option 3: contained within top-level Group, scope for all contained nodes is unambiguous -->
<Group DEF='MetadataHolderOption3'>
<
MetadataSet name='
MetadataCollection3'
containerField='
metadata'>
<!-- can enter other Metadata nodes here -->
</
MetadataSet>
</Group>
<!-- ============================= -->
<!-- Viewing a Mantis issue first requires Web3D Consortium member login -->
<Anchor description='Web3D Consortium members can select text to view Mantis issue 1092' parameter='"target=blank"'
url='
"https://www.web3d.org/member-only/mantis/view.php?id=1092" '>
<!-- Selectable Text design pattern has transparent Box and TouchSensor description as a tooltip -->
<Group>
<Shape>
<Text string='"Metadata nodes" "tested as children" "of scene root" "(mantis issue 1092)"'>
<FontStyle family='"SANS"' justify='"MIDDLE" "MIDDLE"' style='BOLD'/>
</Text>
<Appearance>
<Material/>
</Appearance>
</Shape>
<Shape>
<!-- Author TODO: to adjust transparent Box as text-selection assist, set width and height to match size, then set transparency='1' to make invisible. -->
<Box size='8 4 .001'/>
<Appearance>
<Material/>
</Appearance>
</Shape>
</Group>
</Anchor>