26af7920 by Mike Mathews

fixed 'multiplicity' spelling bug preventing compilation.

1 parent f6a1db0d
...@@ -239,15 +239,15 @@ ...@@ -239,15 +239,15 @@
239 <comment>Zero based part index of survey indicating data is in parts.</comment> 239 <comment>Zero based part index of survey indicating data is in parts.</comment>
240 </elem> 240 </elem>
241 241
242 <elem name ="type" type="uri" multiplcity="1"> 242 <elem name ="type" type="uri" multiplicity="1">
243 <comment>Type uri, provides information on the type of survey. This can indicate a variety of things and is used for search.</comment> 243 <comment>Type uri, provides information on the type of survey. This can indicate a variety of things and is used for search.</comment>
244 </elem> 244 </elem>
245 245
246 <elem name ="source" type="uri" multiplcity="1"> 246 <elem name ="source" type="uri" multiplicity="1">
247 <comment>Source uri, provides information on how survey data was sourced, potentially ownership.</comment> 247 <comment>Source uri, provides information on how survey data was sourced, potentially ownership.</comment>
248 </elem> 248 </elem>
249 249
250 <elem name ="veracity" type="float32" multiplcity="1"> 250 <elem name ="veracity" type="float32" multiplicity="1">
251 <comment>Veracity of the survey data contained. This is a measure between 0 and 1 about the quality and trustworthiness of the data collected. Veracity of 1 is the highest trust.</comment> 251 <comment>Veracity of the survey data contained. This is a measure between 0 and 1 about the quality and trustworthiness of the data collected. Veracity of 1 is the highest trust.</comment>
252 </elem> 252 </elem>
253 253
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!