-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
None
-
Affects Version/s: OBIX 1.1 WD39
-
Component/s: OBIX 1.1 Specification
-
None
• The namespace location seems to be different for the core, than what is referenced in the encodings doc – not sure if that’s okay, or if one is (or both are) wrong:
o core: http://docs.oasis-open.org/ns/obix/201410
o encodings: http://docs.oasis-open.org/obix/ns/201312/schema (for the core spec), and http://docs.oasis-open.org/obix/ns/
(for the encodings spec)
o at the least, I think a specific version needs to be used in the encodings spec, and this should be the same for the core as for the companion standards.
Also, what should the xsi:schemaLocation be in the xml root object’s attributes? This seems unclear to me from what we have in the specification so far. A typical 1.0 obix server returns:
<obj href="https://<ip-address>/obix/" is="obix:Lobby" xsi:schemaLocation="http://obix.org/ns/schema/1.0 /obix/xsd">
which is not correct for 1.1, so what should it be?