ec270585 by Mike Mathews

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

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