- From: CVS User jkosek <cvsmail@w3.org>
- Date: Fri, 30 Nov 2012 14:18:51 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas
In directory gil:/tmp/cvs-serv24904
Modified Files:
its20-types.rnc its20-types.rng
Log Message:
Updated types
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rnc 2012/11/30 08:28:21 1.8
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rnc 2012/11/30 14:18:51 1.9
@@ -126,7 +126,7 @@
its-revToolRef.type = xsd:anyURI
-its-provRef.type = xsd:anyURI
+its-provRef.type = list { xsd:anyURI+ }
its-externalResourceRefPointer.type = its-relative-selector.type
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng 2012/11/30 08:28:21 1.5
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng 2012/11/30 14:18:51 1.6
@@ -175,7 +175,11 @@
<data type="anyURI"/>
</define>
<define name="its-provRef.type">
- <data type="anyURI"/>
+ <list>
+ <oneOrMore>
+ <data type="anyURI"/>
+ </oneOrMore>
+ </list>
</define>
<define name="its-externalResourceRefPointer.type">
<ref name="its-relative-selector.type"/>
Received on Friday, 30 November 2012 14:18:53 UTC