[Release] wrt-installer_0.1.32
[framework/web/wrt-installer.git] / configuration / its.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/2005/11/its" xmlns:widgets="http://www.w3.org/ns/widgets" xmlns:its="http://www.w3.org/2005/11/its">
3   <xs:import schemaLocation="local.xsd"/>
4   <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
5   <xs:attribute name="dir">
6     <xs:simpleType>
7       <xs:restriction base="xs:token">
8         <xs:enumeration value="ltr"/>
9         <xs:enumeration value="rtl"/>
10         <xs:enumeration value="lro"/>
11         <xs:enumeration value="rlo"/>
12       </xs:restriction>
13     </xs:simpleType>
14   </xs:attribute>
15 </xs:schema>