- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 07 Nov 2009 16:33:05 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-fra In directory hutz:/tmp/cvs-serv681/ws-fra Modified Files: fragment.xsd Removed Files: FragmentPolicy.xsd Log Message: 8124 8179 --- FragmentPolicy.xsd DELETED --- Index: fragment.xsd =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-fra/fragment.xsd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- fragment.xsd 16 Oct 2009 10:03:33 -0000 1.1 +++ fragment.xsd 7 Nov 2009 16:33:03 -0000 1.2 @@ -33,4 +33,25 @@ </xs:complexType> </xs:element> + <!-- Policy --> + <xs:complexType name="URI"> + <xs:simpleContent> + <xs:extension base="xs:anyURI"> + <xs:anyAttribute namespace="##other" processContents="lax"/> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + + <xs:element name="FragmentAssertion"> + <xs:complexType> + <xs:sequence> + <xs:element name="Language" type="tns:URI" minOccurs="0" + maxOccurs="unbounded"/> + <xs:any namespace="##other" processContents="lax" minOccurs="0" + maxOccurs="unbounded"/> + </xs:sequence> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:complexType> + </xs:element> + </xs:schema>
Received on Saturday, 7 November 2009 16:33:11 UTC