1 <?xml version="1.0" encoding="UTF-8"?>
3 RELAX NG Schema for the Widgets Family of Specifications
5 This document is non-normative.
7 The following is a RELAX NG schema representation of the elements,
8 and attributes, that can be used in a widget's configuration document.
10 A conformance checker may use the RELAX NG for the configuration document to validate
11 elements and attributes of a configuration document within the limits of the RELAX NG
14 Authors: David H�s�ther, Marcos C�ceres, Robin Berjon
15 Contact: public-webapps@w3.org if you find any errors or have any questions
17 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/ns/widgets" xmlns:widgets="http://www.w3.org/ns/widgets">
18 <xs:include schemaLocation="packaging-configuration.xsd"/>
19 <xs:import schemaLocation="common.xsd"/>