Skip to content

PR 2.1 2025-05-07 #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d4593bf
update PR date
BaptisteCecconi Mar 13, 2025
3d9818a
Fix UCD (after S. Derriere direct comments)
BaptisteCecconi Mar 13, 2025
5f33b13
Fix UCD (after S. Derriere direct comments) 2
BaptisteCecconi Mar 13, 2025
9c6f228
Implement (again) all comments from RFC
BaptisteCecconi May 7, 2025
6419464
update date
BaptisteCecconi May 7, 2025
24b5989
Fix DAL RFC comment #1
BaptisteCecconi Mar 13, 2025
14845d5
Fix DAL RFC comment #2
BaptisteCecconi Mar 13, 2025
dade32b
Fix DAL RFC comment #5
BaptisteCecconi Mar 13, 2025
8cc9faf
Fix DAL RFC comment #7
BaptisteCecconi Mar 13, 2025
a92cc49
Fix DAL RFC comment #10(a)
BaptisteCecconi Mar 13, 2025
f2be10f
Fix DAL RFC comment #11
BaptisteCecconi Mar 13, 2025
5a1eb06
Fix DAL RFC comment #12
BaptisteCecconi Mar 13, 2025
470aae7
Fix DAL RFC comment #13
BaptisteCecconi Mar 13, 2025
4cf9d6b
Refactor error2 and error3
BaptisteCecconi Mar 13, 2025
7a96574
Update Changes appendix
BaptisteCecconi Mar 13, 2025
7c84cdb
Fix GWS RFC comments #1, #2
BaptisteCecconi Mar 13, 2025
a33f53e
Fix GWS RFC comments #4
BaptisteCecconi Mar 13, 2025
2741d11
Fix SSIG RFC comments #1
BaptisteCecconi Mar 13, 2025
5f721bd
Fix SSIG RFC comments #3
BaptisteCecconi Mar 13, 2025
c1bc04c
Fix SSIG RFC comments #4
BaptisteCecconi Mar 13, 2025
cb6ba3f
Fix SSIG RFC comments #6
BaptisteCecconi Mar 13, 2025
2ac91a8
Fix SSIG RFC comments #1 and #2
BaptisteCecconi Mar 13, 2025
5925ed5
Fixed PLS github issue #17 (paragraph 3)
BaptisteCecconi Mar 14, 2025
fc2b47d
removed trailing spaces
BaptisteCecconi May 6, 2025
b955763
revert changes for RFC comment from SSIG #1
BaptisteCecconi May 7, 2025
bb91c97
clean up section 2.1
BaptisteCecconi May 7, 2025
99504e2
fix html output
BaptisteCecconi May 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCNAME = VOEvent
DOCVERSION = 2.1

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2024-05-22
DOCDATE = 2025-05-07

# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
DOCTYPE = PR
Expand Down
30 changes: 16 additions & 14 deletions VOEvent-v2.1.xsd
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version='1.0' encoding='ASCII'?>
<!-- Change log
Revision 2.1 2025/01/07 BaptisteCecconi
- added "Name" complex type with "ivorn", "altIdentifier" and "role" attributes, used by "contributor"(in "Who/Author")
- added "ContributorRole" simple type, with enumeration of role values
- added "Name" complex type with "ivorn", "altIdentifier" and "role" attributes, used by "Contributor" (in "Who/Author")
- deprecated "contributor" in "Who/Author" (kept for backward compatibility)
- added "ContributorRole" simple type, with enumeration of role values (from DataCite schema v4.5)
- removed restricted list of "AstroCoordSystem": previously "idValues" type, now "xs:string"
- removed "idValues" type (and references)
- added annotation in "AstroCoords/Time" (according to STC-1.30)
Expand All @@ -12,11 +13,11 @@ Revision 2.1 2025/01/07 BaptisteCecconi
- added "TimeInterval" of type "TimeInterval" in "Time"
- added "TimeInterval" type with "StartTime" and "StopTime" elements
- changed minOccurs attribute in "Position2D/Error2Radius": now set to 0
- added "Error2" element in "Position2D" with type "error2" and minOccurs=0
- added "Error3" element in "Position3D" with type "error3" and minOccurs=0
- added "Error2" element in "Position2D" with type "Error2" and minOccurs=0
- added "Error3" element in "Position3D" with type "Error3" and minOccurs=0
- added "coord_value" type introducing "ucd" and "unit" attributes for C1, C2 and C3 elements
- added "error2" type, with "C1" and "C2" elements
- added "error3" type, with "C1", "C2" and "C3" elements
- added "Error2" type, with "C1" and "C2" elements
- added "Error3" type, with "C1", "C2" and "C3" elements
- added "TimeFrameType" (taken from to STC-1.30)
- added "SpaceFrameType" (taken from to STC-1.30)
- updated "AstroCoords" with with sequence instead of choice
Expand Down Expand Up @@ -85,7 +86,8 @@ Revision 2.1 2025/01/07 BaptisteCecconi
<xs:element name="contactName" type="xs:string"/>
<xs:element name="contactEmail" type="xs:string"/>
<xs:element name="contactPhone" type="xs:string"/>
<xs:element name="contributor" type="Name"/>
<xs:element name="contributor" type="xs:string"/> <!--- DEPRECATED -->
<xs:element name="Contributor" type="Name"/>
</xs:choice>
</xs:complexType>
</xs:element>
Expand Down Expand Up @@ -252,7 +254,7 @@ Revision 2.1 2025/01/07 BaptisteCecconi
</xs:element>
<xs:element minOccurs="0" name="PositionName" type="xs:string">
<xs:annotation>
<xs:documentation>Named position for the event</xs:documentation>
<xs:documentation>Named position for the event or an observatory</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Position2D" type="Position2D" minOccurs="0">
Expand Down Expand Up @@ -310,8 +312,8 @@ Revision 2.1 2025/01/07 BaptisteCecconi
<xs:element name="Name1" type="xs:string" minOccurs="0"/>
<xs:element name="Name2" type="xs:string" minOccurs="0"/>
<xs:element name="Value2" type="Value2"/>
<xs:element name="Error2Radius" type="xs:float" minOccurs="0"/>
<xs:element name="Error2" type="error2" minOccurs="0"/>
<xs:element name="Error2Radius" type="coord_value" minOccurs="0"/>
<xs:element name="Error2" type="Error2" minOccurs="0"/>
</xs:all>
<xs:attribute name="unit" type="xs:string"/>
</xs:complexType>
Expand All @@ -325,7 +327,7 @@ Revision 2.1 2025/01/07 BaptisteCecconi
<xs:element name="Name2" type="xs:string" minOccurs="0"/>
<xs:element name="Name3" type="xs:string" minOccurs="0"/>
<xs:element name="Value3" type="Value3"/>
<xs:element name="Error3" type="error3" minOccurs="0"/>
<xs:element name="Error3" type="Error3" minOccurs="0"/>
</xs:all>
<xs:attribute name="unit" type="xs:string"/>
</xs:complexType>
Expand All @@ -352,7 +354,7 @@ Revision 2.1 2025/01/07 BaptisteCecconi
</xs:all>
</xs:complexType>

<xs:complexType name="error2">
<xs:complexType name="Error2">
<xs:annotation>
<xs:documentation> Part of WhereWhen</xs:documentation>
</xs:annotation>
Expand All @@ -374,7 +376,7 @@ Revision 2.1 2025/01/07 BaptisteCecconi
</xs:all>
</xs:complexType>

<xs:complexType name="error3">
<xs:complexType name="Error3">
<xs:annotation>
<xs:documentation> Part of WhereWhen</xs:documentation>
</xs:annotation>
Expand Down Expand Up @@ -568,7 +570,7 @@ Revision 2.1 2025/01/07 BaptisteCecconi
</xs:complexType>
<xs:simpleType name="contributorRole">
<xs:annotation>
<xs:documentation>The list of contributor roles is extracted from the DataCite Schema v4.3.</xs:documentation>
<xs:documentation>The list of contributor roles is extracted from the DataCite Schema v4.5.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="ContactPerson"/>
Expand Down
Loading
Loading