Skip to content

Clarification of vs:Creator/name #28

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 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
15 changes: 9 additions & 6 deletions VOResource-v1.3.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:vm="http://www.ivoa.net/xml/VOMetadata/v0.1"
elementFormDefault="unqualified"
attributeFormDefault="unqualified"
version="1.3-wd1">
version="1.3-wd2">

<!-- NOTE: target namespace ends in v1.0 in order to not break 1.0 clients.
This is nevertheless the 1.3 schema, as given by the version attribute.
Expand Down Expand Up @@ -597,14 +597,17 @@ For details, see http://ivoa.net/documents/Notes/XMLVers -->
<xs:element name="name" type="vr:ResourceName">
<xs:annotation>
<xs:documentation>
the name or title of the creating person or organisation
A name of a person or organisation that created
the resource's (data) content.
</xs:documentation>
<xs:documentation>
Users of the creation should use this name in
subsequent credits and acknowledgements.
In citations or acknowledgements, creator names are intended
to be used in the author field.

This should be exactly one name, preferably last name
first (as in “van der Waals, Johannes Diderik”).
Each creator should contain exactly one name, preferably last
name first (as in “van der Waals, Johannes Diderik”). Use
multiple creator elements for resources created by multiple
entities.
</xs:documentation>
</xs:annotation>
</xs:element>
Expand Down
16 changes: 10 additions & 6 deletions VOResource.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1564,15 +1564,18 @@ \subsubsection{Curation Metadata}
\begin{description}
\item[Type] string with ID attribute: vr:ResourceName
\item[Meaning]
the name or title of the creating person or organisation
A name of a person or organisation that created
the resource's (data) content.

\item[Occurrence] required
\item[Comment]
Users of the creation should use this name in
subsequent credits and acknowledgements.
In citations or acknowledgements, creator names are intended
to be used in the author field.

This should be exactly one name, preferably last name
first (as in “van der Waals, Johannes Diderik”).
Each creator should contain exactly one name, preferably last
name first (as in “van der Waals, Johannes Diderik”). Use
multiple creator elements for resources created by multiple
entities.


\end{description}
Expand Down Expand Up @@ -2133,7 +2136,8 @@ \subsubsection{General Content Metadata}
\item[Type] string: \xmlel{xs:string}
\item[Meaning]
The reference format. Recognized values include “bibcode”,
referring to a standard astronomical bibcode, and
referring to a standard astronomical bibcode
(\url{http://cdsweb.u-strasbg.fr/simbad/refcode.html}), and
“doi” for a Digital Object Identifier

\item[Occurrence] optional
Expand Down