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
9 changes: 5 additions & 4 deletions StandardsRegExt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -457,14 +457,14 @@ \subsection{Defining Enumerations of Identifiers }
For example, we consider a resource description with an IVOA
identifier given by
\nolinkurl{ivo://ivoa.net/std/QueryProtocol} that
defines a a key named \texttt{case-insensitive}; the URI
defines a key named \texttt{case-insensitive}; the URI
identifying this key would be:
$$
\hbox{\nolinkurl{ivo://ivoa.net/std/QueryProtocol#case-insensitive}}.
$$

Note that registry references in the sense of \emph{IVOA Identifiers 2}
(i.e., the part in front of the hash character) must be compared
(i.e., the part in front of the the pound sign, \#) must be compared
case-insensitively. To facilitate comparisons of full IVOIDs, since
version 1.1 this specifiation requires that standard key names do not
contain uppercase letters. In this way, clients can safely lowercase
Expand Down Expand Up @@ -1184,7 +1184,7 @@ \subsection{Defining Keys: StandardKey and StandardKeyURI}
\section{Operational Aspects}
\label{sect:operations}

\subsection{Managment of Standards Records}
\subsection{Management of Standards Records}

Only IVOA standards that actually make use of identifiers to or into
StandardsRegExt records MUST be accompanied with active records
Expand Down Expand Up @@ -1249,6 +1249,7 @@ \section{Changes from Previous Versions}
\subsection{Changes since Rec-1.0}

\begin{itemize}
\item Corrected typos identified in RFC remarks
\item Corrected and clarified some wordings.
\item Removed references to \xmlel{vstd:StandardKeyEnumeration} (which is now deprecated)
from this document and associated schema.
Expand All @@ -1257,7 +1258,7 @@ \subsection{Changes since Rec-1.0}
\item Adding regulations on record upload and key additions.
\item Requiring new keys to be all-lowercase in order to simplify
comparisons.
\item Ported to ivoatex. This entailed some re-shuffling the the
\item Ported to ivoatex. This entailed some re-shuffling the
previous content.
\item Dropped the ``example of a Standard resource that summarizes this
specification'' (we have an example in the appendix already, and it's
Expand Down