Difference: SSA-1_1-Err-3 (1 vs. 3)

Revision 32023-12-08 - MarkTaylor

 
META TOPICPARENT name="SSA-1_1-Errata"

SSA v1.1 Erratum 3: Correct XMLNS in examples

Author: James Dempsey

Date last changed: 2023-12-04

Date accepted:

Github Issue: SSA Issue #2

Rationale

SSAP used to require that people include a spurious XML prefix mapping for ssa (the idea was to use that to somehow introduce some sort of versioning). This was dropped in 1.1, but the examples in the appendix still include the namespace. This erratum removes the xmlns:ssa from the example output and corrects the votable namespace declaration in the VOTABLE start tags of these updated examples.

Erratum Content

This erratum makes the following changes:

In Appendix A, on page 56, in the example titled "Sample VOTable response for a Theory-SSAP queryData request" change the example output from:

<VOTABLE version="1.1" xsi:schemaLocation="http://www.ivoa.net/xml/VOTable/v1.1"
       xmlns:ssa="http://www.ivoa.net/xml/DalSsap/v1.0">

to

Changed:
<
<
<VOTABLE version="1.1" xmlns="http://www.ivoa.net/xml/VOTable/v1.1">=
>
>
<VOTABLE version="1.1" xmlns="http://www.ivoa.net/xml/VOTable/v1.1">
  In Appendix B, on page 58, change the example response from:
<VOTABLE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="xmlns:http://www.ivoa.net/xml/VOTable/VOTable-1.1.xsd"
 xmlns:ssa="http://www.ivoa.net/xml/DalSsap/v1.0" version="1.1">

to

Changed:
<
<
<VOTABLE version="1.1" xmlns="http://www.ivoa.net/xml/VOTable/v1.1">=
>
>
<VOTABLE version="1.1" xmlns="http://www.ivoa.net/xml/VOTable/v1.1">
  In Appendix C, on page 61, change the example response from:
<VOTABLE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="xmlns:http://www.ivoa.net/xml/VOTable/VOTable-1.1.xsd"
 xmlns:ssa="http://www.ivoa.net/xml/DalSsap/v1.0" version="1.1">

to

Changed:
<
<
<VOTABLE version="1.1" xmlns="http://www.ivoa.net/xml/VOTable/v1.1">=
>
>
<VOTABLE version="1.1" xmlns="http://www.ivoa.net/xml/VOTable/v1.1">
 

Impact Assessment

This change has no normative impact but simply corrects examples with incorrect content which could confuse implementors.


<!--
* Set ALLOWTOPICRENAME = TWikiAdminGroup
-->

Deleted:
<
<

Revision 22023-12-08 - JamesDempsey

 
META TOPICPARENT name="SSA-1_1-Errata"

SSA v1.1 Erratum 3: Correct XMLNS in examples

Author: James Dempsey

Date last changed: 2023-12-04

Date accepted:

Github Issue: SSA Issue #2

Changed:
<
<

Rationale

>
>

Rationale

 
Changed:
<
<
SSAP used to require that people include a spurious XML prefix mapping for ssa (the idea was to use that to somehow introduce some sort of versioning). This was dropped in 1.1, but the examples in the appendix still include the namespace. This erratum removes the xmlns:ssa from the example output.
>
>
SSAP used to require that people include a spurious XML prefix mapping for ssa (the idea was to use that to somehow introduce some sort of versioning). This was dropped in 1.1, but the examples in the appendix still include the namespace. This erratum removes the xmlns:ssa from the example output and corrects the votable namespace declaration in the VOTABLE start tags of these updated examples.
 
Changed:
<
<

Erratum Content

>
>

Erratum Content

  This erratum makes the following changes:

In Appendix A, on page 56, in the example titled "Sample VOTable response for a Theory-SSAP queryData request" change the example output from:

<VOTABLE version="1.1" xsi:schemaLocation="http://www.ivoa.net/xml/VOTable/v1.1"
       xmlns:ssa="http://www.ivoa.net/xml/DalSsap/v1.0">

to

Added:
>
>
<VOTABLE version="1.1" xmlns="http://www.ivoa.net/xml/VOTable/v1.1">=
 
Deleted:
<
<
<VOTABLE version="1.1" xsi:schemaLocation="http://www.ivoa.net/xml/VOTable/v1.1" >
 In Appendix B, on page 58, change the example response from:
<VOTABLE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="xmlns:http://www.ivoa.net/xml/VOTable/VOTable-1.1.xsd"
 xmlns:ssa="http://www.ivoa.net/xml/DalSsap/v1.0" version="1.1">

to

Added:
>
>
<VOTABLE version="1.1" xmlns="http://www.ivoa.net/xml/VOTable/v1.1">=
 
Deleted:
<
<
<VOTABLE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="xmlns:http://www.ivoa.net/xml/VOTable/VOTable-1.1.xsd"
version="1.1">
 In Appendix C, on page 61, change the example response from:
<VOTABLE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="xmlns:http://www.ivoa.net/xml/VOTable/VOTable-1.1.xsd"
 xmlns:ssa="http://www.ivoa.net/xml/DalSsap/v1.0" version="1.1">

to

Added:
>
>
<VOTABLE version="1.1" xmlns="http://www.ivoa.net/xml/VOTable/v1.1">=
 
Changed:
<
<
<VOTABLE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
>

Impact Assessment

Deleted:
<
<
xsi:noNamespaceSchemaLocation="xmlns:http://www.ivoa.net/xml/VOTable/VOTable-1.1.xsd" version="1.1">
 
Deleted:
<
<

Impact Assessment

 This change has no normative impact but simply corrects examples with incorrect content which could confuse implementors.

Changed:
<
<

<!--
* Set ALLOWTOPICRENAME = TWikiAdminGroup
-->
>
>

<!--
* Set ALLOWTOPICRENAME = TWikiAdminGroup
-->
 

Revision 12023-12-04 - JamesDempsey

 
META TOPICPARENT name="SSA-1_1-Errata"

SSA v1.1 Erratum 3: Correct XMLNS in examples

Author: James Dempsey

Date last changed: 2023-12-04

Date accepted:

Github Issue: SSA Issue #2

Rationale

SSAP used to require that people include a spurious XML prefix mapping for ssa (the idea was to use that to somehow introduce some sort of versioning). This was dropped in 1.1, but the examples in the appendix still include the namespace. This erratum removes the xmlns:ssa from the example output.

Erratum Content

This erratum makes the following changes:

In Appendix A, on page 56, in the example titled "Sample VOTable response for a Theory-SSAP queryData request" change the example output from:

<VOTABLE version="1.1" xsi:schemaLocation="http://www.ivoa.net/xml/VOTable/v1.1"
       xmlns:ssa="http://www.ivoa.net/xml/DalSsap/v1.0">

to

<VOTABLE version="1.1" xsi:schemaLocation="http://www.ivoa.net/xml/VOTable/v1.1" >

In Appendix B, on page 58, change the example response from:

<VOTABLE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="xmlns:http://www.ivoa.net/xml/VOTable/VOTable-1.1.xsd"
 xmlns:ssa="http://www.ivoa.net/xml/DalSsap/v1.0" version="1.1">

to

<VOTABLE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="xmlns:http://www.ivoa.net/xml/VOTable/VOTable-1.1.xsd"
version="1.1">

In Appendix C, on page 61, change the example response from:

<VOTABLE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="xmlns:http://www.ivoa.net/xml/VOTable/VOTable-1.1.xsd"
 xmlns:ssa="http://www.ivoa.net/xml/DalSsap/v1.0" version="1.1">

to

<VOTABLE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="xmlns:http://www.ivoa.net/xml/VOTable/VOTable-1.1.xsd"
 version="1.1">

Impact Assessment

This change has no normative impact but simply corrects examples with incorrect content which could confuse implementors.


<!--
* Set ALLOWTOPICRENAME = TWikiAdminGroup
-->

 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback