- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Oct 2009 17:30:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas In directory hutz:/tmp/cvs-serv29361/WebContent/WEB-INF/resources/schemas Modified Files: observer-response2.xsd Log Message: <description> allows most of the text, hypertext, image, and list modules of xhtml Index: observer-response2.xsd =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas/observer-response2.xsd,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- observer-response2.xsd 14 Oct 2009 16:10:20 -0000 1.2 +++ observer-response2.xsd 14 Oct 2009 17:30:14 -0000 1.3 @@ -8,6 +8,8 @@ namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> + <xs:include schemaLocation="./xhtml/xhtml-basic10-modules-1.xsd"/> + <!-- Simple types --> <xs:simpleType name="collapseString.type"> <xs:restriction base="xs:string"> @@ -83,7 +85,7 @@ </xs:complexType> <!-- Root element --> - <xs:element name="unicornresponse"> + <xs:element name="observationresponse"> <xs:complexType> <xs:sequence> <xs:group ref="meta"/> @@ -112,10 +114,32 @@ <xs:group name="description.group"> <xs:choice> - <!-- Must import xhtml modules here --> - <xs:element name="a"></xs:element> - <xs:element name="b"></xs:element> - <xs:element name="u"></xs:element> + <xs:element name="address" type="xhtml.address.type" /> + <xs:element name="blockquote" type="xhtml.blockquote.type" /> + <xs:element name="pre" type="xhtml.pre.type" /> + <xs:element name="h1" type="xhtml.h1.type" /> + <xs:element name="h2" type="xhtml.h2.type" /> + <xs:element name="h3" type="xhtml.h3.type" /> + <xs:element name="h4" type="xhtml.h4.type" /> + <xs:element name="h5" type="xhtml.h5.type" /> + <xs:element name="h6" type="xhtml.h6.type" /> + <xs:element name="div" type="xhtml.div.type" /> + <xs:element name="p" type="xhtml.p.type" /> + <xs:element name="abbr" type="xhtml.abbr.type" /> + <xs:element name="acronym" type="xhtml.acronym.type" /> + <xs:element name="cite" type="xhtml.cite.type" /> + <xs:element name="code" type="xhtml.code.type" /> + <xs:element name="em" type="xhtml.em.type" /> + <xs:element name="br" type="xhtml.br.type" /> + <xs:element name="span" type="xhtml.span.type" /> + <xs:element name="a" type="xhtml.a.type" /> + <xs:element name="dt" type="xhtml.dt.type" /> + <xs:element name="dl" type="xhtml.dl.type" /> + <xs:element name="dd" type="xhtml.dd.type" /> + <xs:element name="ol" type="xhtml.ol.type" /> + <xs:element name="ul" type="xhtml.ul.type" /> + <xs:element name="li" type="xhtml.li.type" /> + <xs:element name="img" type="xhtml.img.type" /> </xs:choice> </xs:group>
Received on Wednesday, 14 October 2009 17:30:20 UTC