skin: JAXB rebinding
authorgiwoong.kim <giwoong.kim@samsung.com>
Mon, 22 Oct 2012 07:12:05 +0000 (16:12 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Mon, 22 Oct 2012 07:12:05 +0000 (16:12 +0900)
JAXB v2.1.10 -> v2.2.5

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
19 files changed:
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ColorsType.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EmulatorUI.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EventInfoType.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ImageListType.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapListType.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapType.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/LcdType.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ObjectFactory.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RegionType.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RgbType.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationNameType.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationType.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationsType.java
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/package-info.java
tizen/src/skin/client/skins/emul-320x480/default.dbi
tizen/src/skin/client/skins/emul-480x800/default.dbi
tizen/src/skin/client/skins/emul-600x1024/default.dbi
tizen/src/skin/client/skins/emul-720x1280/default.dbi
tizen/src/skin/client/xsd/dbi.xsd

index 86581512656ce5a6f8d9b44802762972b07b4e9c..a9de4391c3fbe0add5dc80ed9a4552463a307fe6 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
@@ -23,7 +23,7 @@ import javax.xml.bind.annotation.XmlType;
  *   &lt;complexContent>
  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       &lt;all>
- *         &lt;element name="hoverColor" type="{http://www.tizen.org/emulator/dbi}rgbType" minOccurs="0"/>
+ *         &lt;element name="hoverColor" type="{http://www.tizen.org/emulator/skin/dbi}rgbType" minOccurs="0"/>
  *       &lt;/all>
  *     &lt;/restriction>
  *   &lt;/complexContent>
index 0ee4e302923e576f06f68ec7823471a93dc33b77..f1f72048a00d192925b3fe5d14407c35f279b0d2 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
@@ -25,8 +25,8 @@ import javax.xml.bind.annotation.XmlType;
  *   &lt;complexContent>
  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       &lt;all>
- *         &lt;element name="rotations" type="{http://www.tizen.org/emulator/dbi}rotationsType"/>
- *         &lt;element name="colors" type="{http://www.tizen.org/emulator/dbi}colorsType" minOccurs="0"/>
+ *         &lt;element name="rotations" type="{http://www.tizen.org/emulator/skin/dbi}rotationsType"/>
+ *         &lt;element name="colors" type="{http://www.tizen.org/emulator/skin/dbi}colorsType" minOccurs="0"/>
  *       &lt;/all>
  *     &lt;/restriction>
  *   &lt;/complexContent>
index 4512ffb53f2126ded598074d29e8645aaa26ea1d..0eb05924d18f5f73555b9bc87cae6dd85719a357 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
index 4ffe3cc20cd16857b2f35c5f0bdf5b26591865c5..2593ae999fd7acd34370cb20766e768f86e27297 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
index 59be44d8e88d3f185b0fe02fd97d1f8e78c6606d..e7d470082eeb657078378a5715e0b0baabe0393a 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
@@ -25,7 +25,7 @@ import javax.xml.bind.annotation.XmlType;
  *   &lt;complexContent>
  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       &lt;sequence>
- *         &lt;element name="keyMap" type="{http://www.tizen.org/emulator/dbi}keyMapType" maxOccurs="unbounded" minOccurs="0"/>
+ *         &lt;element name="keyMap" type="{http://www.tizen.org/emulator/skin/dbi}keyMapType" maxOccurs="unbounded" minOccurs="0"/>
  *       &lt;/sequence>
  *     &lt;/restriction>
  *   &lt;/complexContent>
index 6801ae9189c992727d3045a174aaee6ac0395d52..9b4d72e7a8ec6d5d5a094fe703a90f4c068841a9 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
@@ -24,8 +24,8 @@ import javax.xml.bind.annotation.XmlType;
  *   &lt;complexContent>
  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       &lt;sequence>
- *         &lt;element name="region" type="{http://www.tizen.org/emulator/dbi}regionType"/>
- *         &lt;element name="eventInfo" type="{http://www.tizen.org/emulator/dbi}eventInfoType" minOccurs="0"/>
+ *         &lt;element name="region" type="{http://www.tizen.org/emulator/skin/dbi}regionType"/>
+ *         &lt;element name="eventInfo" type="{http://www.tizen.org/emulator/skin/dbi}eventInfoType" minOccurs="0"/>
  *         &lt;element name="tooltip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
  *       &lt;/sequence>
  *     &lt;/restriction>
index 725d3c7338985413b433c1d3d3702a73fac57683..3085b5aad3f20a0718fd33f6b6b48e5d94d025e9 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
@@ -25,7 +25,7 @@ import javax.xml.bind.annotation.XmlType;
  *   &lt;complexContent>
  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       &lt;all>
- *         &lt;element name="region" type="{http://www.tizen.org/emulator/dbi}regionType"/>
+ *         &lt;element name="region" type="{http://www.tizen.org/emulator/skin/dbi}regionType"/>
  *       &lt;/all>
  *       &lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
  *     &lt;/restriction>
@@ -43,7 +43,7 @@ public class LcdType {
 
     @XmlElement(required = true)
     protected RegionType region;
-    @XmlAttribute(required = true)
+    @XmlAttribute(name = "id", required = true)
     protected int id;
 
     /**
index 3800807fbe2e73afe9bbcc3f96654335b1422081..4bc5c40abc880227264b21ed260cb2f775d9c5c8 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
@@ -37,67 +37,67 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link ImageListType }
+     * Create an instance of {@link EmulatorUI }
      * 
      */
-    public ImageListType createImageListType() {
-        return new ImageListType();
+    public EmulatorUI createEmulatorUI() {
+        return new EmulatorUI();
     }
 
     /**
-     * Create an instance of {@link RotationType }
+     * Create an instance of {@link RotationsType }
      * 
      */
-    public RotationType createRotationType() {
-        return new RotationType();
+    public RotationsType createRotationsType() {
+        return new RotationsType();
     }
 
     /**
-     * Create an instance of {@link LcdType }
+     * Create an instance of {@link ColorsType }
      * 
      */
-    public LcdType createLcdType() {
-        return new LcdType();
+    public ColorsType createColorsType() {
+        return new ColorsType();
     }
 
     /**
-     * Create an instance of {@link KeyMapType }
+     * Create an instance of {@link EventInfoType }
      * 
      */
-    public KeyMapType createKeyMapType() {
-        return new KeyMapType();
+    public EventInfoType createEventInfoType() {
+        return new EventInfoType();
     }
 
     /**
-     * Create an instance of {@link EmulatorUI }
+     * Create an instance of {@link RgbType }
      * 
      */
-    public EmulatorUI createEmulatorUI() {
-        return new EmulatorUI();
+    public RgbType createRgbType() {
+        return new RgbType();
     }
 
     /**
-     * Create an instance of {@link RotationsType }
+     * Create an instance of {@link RotationType }
      * 
      */
-    public RotationsType createRotationsType() {
-        return new RotationsType();
+    public RotationType createRotationType() {
+        return new RotationType();
     }
 
     /**
-     * Create an instance of {@link ColorsType }
+     * Create an instance of {@link KeyMapListType }
      * 
      */
-    public ColorsType createColorsType() {
-        return new ColorsType();
+    public KeyMapListType createKeyMapListType() {
+        return new KeyMapListType();
     }
 
     /**
-     * Create an instance of {@link EventInfoType }
+     * Create an instance of {@link LcdType }
      * 
      */
-    public EventInfoType createEventInfoType() {
-        return new EventInfoType();
+    public LcdType createLcdType() {
+        return new LcdType();
     }
 
     /**
@@ -109,19 +109,19 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link KeyMapListType }
+     * Create an instance of {@link KeyMapType }
      * 
      */
-    public KeyMapListType createKeyMapListType() {
-        return new KeyMapListType();
+    public KeyMapType createKeyMapType() {
+        return new KeyMapType();
     }
 
     /**
-     * Create an instance of {@link RgbType }
+     * Create an instance of {@link ImageListType }
      * 
      */
-    public RgbType createRgbType() {
-        return new RgbType();
+    public ImageListType createImageListType() {
+        return new ImageListType();
     }
 
 }
index 495a34e8b073740317d4bdd85dc31fe82b553b9d..f23b3342de0bec1d6e21d3edba7291a4ad28e9e6 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
@@ -38,13 +38,13 @@ import javax.xml.bind.annotation.XmlType;
 @XmlType(name = "regionType")
 public class RegionType {
 
-    @XmlAttribute
+    @XmlAttribute(name = "left")
     protected Integer left;
-    @XmlAttribute
+    @XmlAttribute(name = "top")
     protected Integer top;
-    @XmlAttribute
+    @XmlAttribute(name = "width")
     protected Integer width;
-    @XmlAttribute
+    @XmlAttribute(name = "height")
     protected Integer height;
 
     /**
index 54014a13524d19a83684e8c974d993accf353613..3e6c96c97d53a36cbf289848203e477c2cb62174 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
index a8c44fd591ed09a173c0a7efef160a4d640b1705..97c84a2803733410a4eec10f5f8193cd1b83c131 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
index 33fe06f64ba88584a714a2c5228f9f90c7f72365..08986c9579da3afbb9f2654b507d7535f4e84a9b 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
@@ -25,11 +25,11 @@ import javax.xml.bind.annotation.XmlType;
  *   &lt;complexContent>
  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       &lt;sequence>
- *         &lt;element name="lcd" type="{http://www.tizen.org/emulator/dbi}lcdType"/>
- *         &lt;element name="imageList" type="{http://www.tizen.org/emulator/dbi}imageListType"/>
- *         &lt;element name="keyMapList" type="{http://www.tizen.org/emulator/dbi}keyMapListType"/>
+ *         &lt;element name="lcd" type="{http://www.tizen.org/emulator/skin/dbi}lcdType"/>
+ *         &lt;element name="imageList" type="{http://www.tizen.org/emulator/skin/dbi}imageListType"/>
+ *         &lt;element name="keyMapList" type="{http://www.tizen.org/emulator/skin/dbi}keyMapListType"/>
  *       &lt;/sequence>
- *       &lt;attribute name="name" use="required" type="{http://www.tizen.org/emulator/dbi}rotationNameType" />
+ *       &lt;attribute name="name" use="required" type="{http://www.tizen.org/emulator/skin/dbi}rotationNameType" />
  *     &lt;/restriction>
  *   &lt;/complexContent>
  * &lt;/complexType>
@@ -51,7 +51,7 @@ public class RotationType {
     protected ImageListType imageList;
     @XmlElement(required = true)
     protected KeyMapListType keyMapList;
-    @XmlAttribute(required = true)
+    @XmlAttribute(name = "name", required = true)
     protected RotationNameType name;
 
     /**
index 65d7cedc5f37a457aa5f5578f714aa7163aaf949..d0ded26ae4c1a5cab3d6e18273e60507c0043c70 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
 
@@ -26,7 +26,7 @@ import javax.xml.bind.annotation.XmlType;
  *   &lt;complexContent>
  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  *       &lt;sequence>
- *         &lt;element name="rotation" type="{http://www.tizen.org/emulator/dbi}rotationType" maxOccurs="unbounded"/>
+ *         &lt;element name="rotation" type="{http://www.tizen.org/emulator/skin/dbi}rotationType" maxOccurs="unbounded"/>
  *       &lt;/sequence>
  *     &lt;/restriction>
  *   &lt;/complexContent>
index 0902766610ebe10570e6003f2c54b19a7f5687b2..15a3b4ed6078441c672da0d0fc3bf823fe193d80 100644 (file)
@@ -1,9 +1,9 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.30 at 05:41:59 오후 KST 
+// Generated on: 2012.10.22 at 04:10:02 PM KST 
 //
 
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.tizen.org/emulator/dbi", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.tizen.org/emulator/skin/dbi", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
 package org.tizen.emulator.skin.dbi;
index 517493cf644d7f248cdb83298909df59197e528f..980376445f34eedffb0dffea5b21af4792e4465e 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/skin/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <dbi version="2.0"/>
     <rotations>
         <rotation name="Portrait">
index 1403fe862821e0f24a8909cc33ab4d39a7899ec1..706ad75e391e185c893d28ff6252bd61cb901991 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/skin/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <dbi version="2.0"/>
     <rotations>
         <rotation name="Portrait">
index ab5ac5efaca5933cb3e3f85891f7eb6e63cbb425..72b9c84d85f7b6b938e1b84161413381bb57ee6b 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/skin/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <dbi version="2.0"/>
     <rotations>
         <rotation name="Portrait">
index e1392aed2bbd928c26a232e1f570014f0842982f..c51a9c076a73d2423905ebc742e65cb788b0c8e0 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/skin/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <dbi version="2.0"/>
     <rotations>
         <rotation name="Portrait">
index a351c901684625063b1998491f3e90703440b77e..23768251880260cbfc93679d2d19817733f83173 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tizen.org/emulator/dbi"
-xmlns:dbi="http://www.tizen.org/emulator/dbi" elementFormDefault="qualified">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tizen.org/emulator/skin/dbi"
+xmlns:dbi="http://www.tizen.org/emulator/skin/dbi" elementFormDefault="qualified">
 
        <element name="EmulatorUI" >
                <complexType>