ec270585 by Mike Mathews

Update ReferenceData.xid.xml to provide source URI in the RefPointSet definition.

1 parent 95907aa8
......@@ -132,7 +132,12 @@
</struct>
<struct name="RefPointSet">
<comment>a set of reference points</comment>
<comment>A set of reference points with source information.</comment>
<elem name="source" type="Tensor.uri" multiplicity="1">
<comment>URI identifies the source of the information provided.</comment>
</elem>
<elem name="refpoints" type="RefPoint" multiplicity="0..*" polymorphic="true"/>
</struct>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!