fixed 'multiplicity' spelling bug preventing compilation.
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment