PROV-XML prov:attr1

XMLers,

http://www.w3.org/TR/prov-xml/#schema-design

section "Elements vs. Attributes" says:

<prov:thing prov:id="id">
  <prov:elem1 />
  <prov:elem2 />
  ...
  <prov:attr1>val1</prov:attr1>
  <prov:attr2>val2</prov:attr2>
  ...
</prov:thing>


I wonder if the attr1, attr2 should be in a namespace other than prov:
Since there are some attributes in prov:, but attributes can be in other namespaces as well, then perhaps some more elements should be added to that snippet that are not in prov:?

Thanks,
Tim

Received on Wednesday, 12 December 2012 19:13:59 UTC