Initialize Tizen 2.3
[framework/web/wrt-installer.git] / configuration_mobile / updates.xsd
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"/>
4     <!--
5     Widget Updates <http://www.w3.org/TR/widgets-updates/>
6     requires common.rnc
7     -->
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"/>
13     </xs:complexType>
14     </xs:element>
15 </xs:schema>