Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
test -f ${{ env.doc_name }}.bbl

- name: Keep the PDF artefact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: PDF Preview
path: ${{ env.doc_name }}.pdf
4 changes: 2 additions & 2 deletions StandardsRegExt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ \section{Introduction}


This document defines a VOResource extension schema called
StandardsRegExt which allows one to describe a standard
StandardsRegExt which allows standards writers to describe a standard
and register it with an IVOA registry. By doing so, a unique IVOA
identifier becomes ``attached'' to the standard which can be referred to
in other resource descriptions, namely for services that support the
Expand Down Expand Up @@ -326,7 +326,7 @@ \subsection{The Schema Namespace and Location}
Authors of VOResource instance documents may choose to
provide a location for the VOResource XML Schema document and its
extensions using the
\xmlel{xsi:schemaLocation} attribute. While the choice of
\xmlel{xsi:schemaLocation} attribute. While
the location value is the choice of the author, this specification
recommends using the StandardsRegExt namespace URI as its location URL
(as illustrated in the example above), as in,
Expand Down