summaryrefslogtreecommitdiff
path: root/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-datatypes-1.xsd
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-06-18 12:43:01 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-06-18 12:43:01 +0000
commitff368225ca089bd8663915d9072c0081da84ae92 (patch)
treede55f8689a9ff47d15b76dd5c1592b89bbf6d5fb /BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-datatypes-1.xsd
parent3d19a8ff1e34409b2de683cf603a4fd902efda34 (diff)
downloadmocca-ff368225ca089bd8663915d9072c0081da84ae92.tar.gz
mocca-ff368225ca089bd8663915d9072c0081da84ae92.tar.bz2
mocca-ff368225ca089bd8663915d9072c0081da84ae92.zip
update to current XHTML schema (from http://www.w3.org/MarkUp/SCHEMA/xhtml-*.xsd)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@366 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-datatypes-1.xsd')
-rw-r--r--BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-datatypes-1.xsd20
1 files changed, 11 insertions, 9 deletions
diff --git a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-datatypes-1.xsd b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-datatypes-1.xsd
index 5943cf35..860b1d6e 100644
--- a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-datatypes-1.xsd
+++ b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-datatypes-1.xsd
@@ -14,7 +14,7 @@
Defines containers for the XHTML datatypes, many of
these imported from other specifications and standards.
- $Id: xhtml-datatypes-1.xsd,v 1.9 2008/06/04 20:58:09 ahby Exp $
+ $Id: xhtml-datatypes-1.xsd,v 1.11 2008/10/07 16:57:03 ahby Exp $
</xs:documentation>
<xs:documentation source="xhtml-copyright-1.xsd"/>
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstraction.html#s_common_attrtypes"/>
@@ -151,23 +151,25 @@
</xs:simpleType>
<!-- CURIE placeholder datatypes -->
<xs:simpleType name="CURIE">
- <xs:restriction base="xs:string">
- <xs:pattern value="[\i-[:]][\c-[:]]*:.+" />
- </xs:restriction>
- </xs:simpleType>
+ <xs:restriction base="xs:string">
+ <xs:pattern value="(([\i-[:]][\c-[:]]*)?:)?.+" />
+ <xs:minLength value="1"/>
+ </xs:restriction>
+ </xs:simpleType>
<xs:simpleType name="CURIEs">
<xs:list itemType="xh11d:CURIE"/>
</xs:simpleType>
<xs:simpleType name="SafeCURIE">
- <xs:restriction base="xs:string">
- <xs:pattern value="\[[\i-[:]][\c-[:]]*:.+\]" />
- </xs:restriction>
+ <xs:restriction base="xs:string">
+ <xs:pattern value="\[(([\i-[:]][\c-[:]]*)?:)?.+\]" />
+ <xs:minLength value="3"/>
+ </xs:restriction>
</xs:simpleType>
<xs:simpleType name="SafeCURIEs">
<xs:list itemType="xh11d:SafeCURIE"/>
</xs:simpleType>
<xs:simpleType name="URIorSafeCURIE">
- <xs:union memberTypes="xs:anyURI xh11d:SafeCURIE" />
+ <xs:union memberTypes="xs:anyURI xh11d:SafeCURIE" />
</xs:simpleType>
<xs:simpleType name="URIorSafeCURIEs">
<xs:list itemType="xh11d:URIorSafeCURIE"/>