Skip to content

Commit c9452eb

Browse files
committed
fix: missing references, fixes #47
1 parent 977fe66 commit c9452eb

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

sources/cc-1011-calws-rest-v1.0.1/document.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ http://docs.oasis-open.org/ws-calendar/ws-calendar/v1.0/ws-calendar-1.0-spec.htm
4141
[abstract]
4242
== Abstract
4343

44-
TODO: Summary of the technical purpose of the document.
44+
This document describes a RESTful web service for calendar access and update.
4545

4646
[.preface]
4747
== metanorma-extension
@@ -316,7 +316,7 @@ CalWS XML namespace.
316316
[source%unnumbered]
317317
----
318318
<?xml version="1.0" encoding="utf-8"
319-
xmlns:CW="Error! Reference source not found.""
319+
xmlns:CW="http://docs.oasis-open.org/ns/wscal/calws"
320320
xmlns:C="http://docs.oasis-open.org/ws-calendar/ns/REST" ?>
321321
<CW:error>
322322
<C:supported-filter>
@@ -487,7 +487,7 @@ The `xrd:title` child element of the link element provides a description for the
487487
http://docs.oasis-open.org/ws-calendar/ns/REST/created
488488

489489
Appears within a link relation describing collections or entities. The value is a date-time as defined in
490-
<<wscal,section=5.6>>.
490+
<<rfc3339,section=5.6>>.
491491

492492
[source%unnumbered]
493493
----

sources/cc-1011-calws-rest-v1/document.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ CalWS XML namespace.
283283
[source%unnumbered]
284284
----
285285
<?xml version="1.0" encoding="utf-8"
286-
xmlns:CW="http://docs.oasis-open.org/ns/wscal/calws""
286+
xmlns:CW="http://docs.oasis-open.org/ns/wscal/calws"
287287
xmlns:C="urn:ietf:params:xml:ns:caldav" ?>
288288
<CW:error>
289289
<C:supported-filter>

sources/cc-1202-calws-soap/document.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ XML namespaces and prefixes used in this standard:
236236

237237
* [[[rfc2616,IETF RFC 2616]]]
238238

239+
* [[[rfc4790,IETF RFC 4790]]]
240+
239241
* [[[rfc4791,IETF RFC 4791]]]
240242

241243
* [[[caldav-sched,IETF I-D draft-desruisseaux-caldav-sched-08]]]
@@ -581,8 +583,7 @@ This property `MAY` be returned for the service and `SHOULD` be returned for any
581583
[options=header,cols=5]
582584
|===
583585
| Field | Type | # | ? | Description
584-
| dateTime | dateTime | 1 | Y | A date-time as defined in Error: Reference
585-
source not found Section 5.6.
586+
| dateTime | dateTime | 1 | Y | A date-time as defined in <<wscal>>
586587
|===
587588

588589
=== displayName
@@ -1727,7 +1728,7 @@ is exclusive.
17271728
|===
17281729

17291730
The `TextMatchType` is used to match text values in properties and parameters. The collation attribute
1730-
species a collation as defined in Error: Reference source not found.
1731+
species a collation as defined in <<rfc4790>>.
17311732

17321733
Servers are `REQUIRED` to support the "`i;ascii-casemap`" and "`i;octet`" collations which provide a basic
17331734
case insensitive and case sensitive match respectively.
@@ -1739,7 +1740,7 @@ Elements of this type take a string value which is matched according to the attr
17391740
[options=header,cols=5]
17401741
|===
17411742
| Field | Type | # | ? | Description
1742-
| `#collation` | String | 0..1 | N | Collation name from Error: Reference source not found. "
1743+
| `#collation` | String | 0..1 | N | Collation name from <<rfc4790>>.
17431744
| `#negate-condition` | boolean | 0..1 | N | if "true" negates the condition
17441745
|===
17451746

@@ -2063,7 +2064,7 @@ unauthenticated user equivalent access must have been granted to unauthenticated
20632064

20642065
Freebusy information is returned by default as `xcalendar` `vfreebusy` components, as defined by
20652066
<<rfc6321>>. Such a component is not meant to conform to the requirements of `VFREEBUSY` components in
2066-
Error: Reference source not found. The `VFREEBUSY` component `SHOULD` conform to
2067+
<<rfc5546>>. The `VFREEBUSY` component `SHOULD` conform to
20672068
<<rfc5545,section=4.6.4>>. A client `SHOULD` ignore the `ORGANIZER` field.
20682069

20692070
Since a Freebusy query can only refer to a single user, a client will already know how to match the result

0 commit comments

Comments
 (0)