Update ReferenceData.xid.xml to provide source URI in the RefPointSet definition.
Showing
1 changed file
with
6 additions
and
1 deletions
... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment