1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <xs:include schemaLocation="common.xsd"/>
5 Widget Updates <http://www.w3.org/TR/widgets-updates/>
8 <xs:element name="update-description">
9 <xs:complexType mixed="true">
10 <xs:group minOccurs="0" maxOccurs="unbounded" ref="widgets:foreignElement"/>
11 <xs:attributeGroup ref="widgets:foreignAttribute"/>
12 <xs:attribute name="href" use="required" type="xs:anyURI"/>