Skip to content

Commit 845d03e

Browse files
committed
Purging the notion of a 'default access mode'
1 parent 4873d53 commit 845d03e

File tree

2 files changed

+10
-27
lines changed

2 files changed

+10
-27
lines changed

TAPRegExt-v1.1.xsd

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8282
minOccurs="0" maxOccurs="1">
8383
<xs:annotation>
8484
<xs:documentation>
85-
Limits for how long a service will retain async jobs
86-
for the service's default access
87-
mode (typically anonymous-sync).
85+
Default limits for how long a service will retain async jobs.
8886
</xs:documentation>
8987
</xs:annotation>
9088
</xs:element>
@@ -93,9 +91,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9391
minOccurs="0" maxOccurs="1">
9492
<xs:annotation>
9593
<xs:documentation>
96-
Limits on the time after which a query will be cancelled
97-
for the service's default access mode (typically
98-
anonymous-sync).
94+
Default limits on the time after which a query will be cancelled.
9995
</xs:documentation>
10096
</xs:annotation>
10197
</xs:element>
@@ -104,9 +100,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
104100
minOccurs="0" maxOccurs="1">
105101
<xs:annotation>
106102
<xs:documentation>
107-
Limits on the size of data returned
108-
for the service's default access mode (typically
109-
anonymous-sync).
103+
Deafult limits on the size of data returned.
110104
</xs:documentation>
111105
</xs:annotation>
112106
</xs:element>
@@ -115,9 +109,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
115109
minOccurs="0" maxOccurs="1">
116110
<xs:annotation>
117111
<xs:documentation>
118-
Limits on the size of uploaded data
119-
for the service's default access mode (typically
120-
anonymous-sync).
112+
Default limits on the size of uploaded data.
121113
</xs:documentation>
122114
</xs:annotation>
123115
</xs:element>

TAPRegExt.tex

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -879,9 +879,8 @@ \subsection{Resource Limits}
879879

880880
Limits can be specified as direct children of \xmlel{capability}, or in
881881
\xmlel{limits} groups as per Sect.~\ref{sect:permode}. The limits in
882-
direct children should describe what is enforced for clients doing sync
883-
queries without authentication unless the service does not support that
884-
mode of operation.
882+
direct children give defaults, overrideable in the limits groups for
883+
specific modes.
885884

886885
\subsubsection{Limits on Time}
887886
This document defines two time-like resource limits:
@@ -1673,9 +1672,7 @@ \subsection{The Capability Record}
16731672
\begin{description}
16741673
\item[Type] composite: \xmlel{tr:TimeLimits}
16751674
\item[Meaning]
1676-
Limits for how long a service will retain async jobs
1677-
for the service's default access
1678-
mode (typically anonymous-sync).
1675+
Default limits for how long a service will retain async jobs.
16791676

16801677
\item[Occurrence] optional
16811678

@@ -1684,9 +1681,7 @@ \subsection{The Capability Record}
16841681
\begin{description}
16851682
\item[Type] composite: \xmlel{tr:TimeLimits}
16861683
\item[Meaning]
1687-
Limits on the time after which a query will be cancelled
1688-
for the service's default access mode (typically
1689-
anonymous-sync).
1684+
Default limits on the time after which a query will be cancelled.
16901685

16911686
\item[Occurrence] optional
16921687

@@ -1695,9 +1690,7 @@ \subsection{The Capability Record}
16951690
\begin{description}
16961691
\item[Type] composite: \xmlel{tr:DataLimits}
16971692
\item[Meaning]
1698-
Limits on the size of data returned
1699-
for the service's default access mode (typically
1700-
anonymous-sync).
1693+
Deafult limits on the size of data returned.
17011694

17021695
\item[Occurrence] optional
17031696

@@ -1706,9 +1699,7 @@ \subsection{The Capability Record}
17061699
\begin{description}
17071700
\item[Type] composite: \xmlel{tr:DataLimits}
17081701
\item[Meaning]
1709-
Limits on the size of uploaded data
1710-
for the service's default access mode (typically
1711-
anonymous-sync).
1702+
Default limits on the size of uploaded data.
17121703

17131704
\item[Occurrence] optional
17141705

0 commit comments

Comments
 (0)