Skip to content

Commit 3f77597

Browse files
committed
Deprecating @ivo-id on Content and Creator.
These were erroneously introduced when nobody realised that the name children of both already are ResourceNames. This fixes github bug #15.
1 parent 8396fe7 commit 3f77597

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ivoatex/Makefile:
3535
git submodule update --init
3636

3737
STILTS ?= stilts
38-
SCHEMA_FILE=VOResource-v1.2.xsd
38+
SCHEMA_FILE=VOResource-v1.3.xsd
3939

4040
# These tests need stilts >3.4 and xmlstarlet
4141
test:

VOResource-v1.3.xsd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,8 @@ For details, see http://ivoa.net/documents/Notes/XMLVers -->
577577
<xs:attribute name="ivo-id" type="vr:IdentifierURI">
578578
<xs:annotation>
579579
<xs:documentation>
580-
An IVOA identifier for the contact (typically when it is
581-
an organization).
580+
Deprecated. Use the ivo-id attribute of the name child
581+
instead.
582582
</xs:documentation>
583583
</xs:annotation>
584584
</xs:attribute>
@@ -639,8 +639,7 @@ For details, see http://ivoa.net/documents/Notes/XMLVers -->
639639
<xs:attribute name="ivo-id" type="vr:IdentifierURI">
640640
<xs:annotation>
641641
<xs:documentation>
642-
An IVOA identifier for the creator (typically when it is
643-
an organization).
642+
Deprecated. Use the ivo-id attribute of the name child instead.
644643
</xs:documentation>
645644
</xs:annotation>
646645
</xs:attribute>

VOResource.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,8 +1546,7 @@ \subsubsection{Curation Metadata}
15461546
\begin{description}
15471547
\item[Type] an IVOA Identifier URI: vr:IdentifierURI
15481548
\item[Meaning]
1549-
An IVOA identifier for the creator (typically when it is
1550-
an organization).
1549+
Deprecated. Use the ivo-id attribute of the name child instead.
15511550

15521551
\item[Occurrence] optional
15531552

@@ -1812,8 +1811,8 @@ \subsubsection{Curation Metadata}
18121811
\begin{description}
18131812
\item[Type] an IVOA Identifier URI: vr:IdentifierURI
18141813
\item[Meaning]
1815-
An IVOA identifier for the contact (typically when it is
1816-
an organization).
1814+
Deprecated. Use the ivo-id attribute of the name child
1815+
instead.
18171816

18181817
\item[Occurrence] optional
18191818

0 commit comments

Comments
 (0)