<div dir="ltr"><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">I want 2 more fields beyond MetadataSet, below.</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">I want a MetadataVersion to call it out as different from MetadataSet.</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">I realized that I can give the MetadataSet a "version" name.</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">I also want to achieve a crontab-like or scheduling feature.</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">Ideally, I could provide field-like nodes or statements for version information separate from axes.</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">The idea is to create a vector-like object to maintain time series data</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">and version data, and for building information, bill or materials, etc.  There may already be something in X3D,</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">but I've not spotted it yet...CAD?</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">The goal is to put this into a SQL database, such that I can input and output different versions of the JSON or JSON objects and arrays, watch the JSON change through time, etc.  The whole history of the document is stored.</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><br></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">If the axes field is unacceptable, can we have a version field in MetadataSet?</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><br></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">Basically, I need a way to separate version and dimensional data from ordinary MetadataSets.</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">MetadataVersion: MetadataSet</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">{<br></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">  MFNode axes NULL [X3DMetadataObject]</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">  MFString version '"0"'</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">// Add everything from MetadataSet.</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">// Default containerField is axes, not value or metadata.
}</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px">Possible axes are below:</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataVersion version='"A"'></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataVersion version='"1" "b"'></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="count" value="3"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataDouble  name="quantity" value="3.5"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataString  name="unit" value='"mg"'/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataDouble name="mg" value="0.4"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataDouble name="x" value="1.0"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataDouble name="y" value="4.0"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataDouble name="z" value="9.0"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="century" value="2000"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="score" value="20"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="decade" value="20"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="year" value="2025"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="decade" value="20"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="month" value="4"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="fortnight" value="3"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="week" value="6"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="day" value="2"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="pm" value="10"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="24" value="22"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="minute" value="51"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataInteger name="second" value="0"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><MetadataDouble name="subsecond" value="0.0025"/></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"></MetadataVersion></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"></MetadataVersion></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"><pre class="gmail-node" style="font-size:11.05px;margin-left:25px"><pre class="gmail-node" style="font-size:11.05px;margin-left:25px"><br style="font-size:11.05px">

</pre>
</pre>
</pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"></pre><pre class="gmail-node" style="color:rgb(0,0,0);font-size:11.05px;margin-left:25px"></pre></div>