[Title] change namespace in xsd, xml, and remove schemaLocation in xml (dbi)
authorSon Hyunjun <hj79.son@samsung.com>
Fri, 30 Mar 2012 08:52:47 +0000 (17:52 +0900)
committerSon Hyunjun <hj79.son@samsung.com>
Fri, 30 Mar 2012 08:52:47 +0000 (17:52 +0900)
[Type] Feature
[Module]
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: Iab67269e256be9297f680d4e17fbf117106d41ce

24 files changed:
tizen/src/skin/client/dev/dbi-sample.xml
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_3keys_320x480/default.dbi
tizen/src/skin/client/skins/emul_3keys_480x800/default.dbi
tizen/src/skin/client/skins/emul_3keys_600x1024/default.dbi
tizen/src/skin/client/skins/emul_3keys_720x1280/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 9e1beef..529d176 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://www.tizen.org/dbi dbi.xsd ">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <rotations>
         <rotation id="0" name="Portrait">
             <lcd id="0">
index 1d99ad3..8658151 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 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/dbi}rgbType" minOccurs="0"/>
+ *         &lt;element name="hoverColor" type="{http://www.tizen.org/emulator/dbi}rgbType" minOccurs="0"/>
  *       &lt;/all>
  *     &lt;/restriction>
  *   &lt;/complexContent>
index eb05e2f..0ee4e30 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 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/dbi}rotationsType"/>
- *         &lt;element name="colors" type="{http://www.tizen.org/dbi}colorsType" minOccurs="0"/>
+ *         &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;/all>
  *     &lt;/restriction>
  *   &lt;/complexContent>
index 0d59f1a..4512ffb 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 KST 
 //
 
 
index abb0919..4ffe3cc 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 KST 
 //
 
 
index 46f6e67..59be44d 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 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/dbi}keyMapType" maxOccurs="unbounded" minOccurs="0"/>
+ *         &lt;element name="keyMap" type="{http://www.tizen.org/emulator/dbi}keyMapType" maxOccurs="unbounded" minOccurs="0"/>
  *       &lt;/sequence>
  *     &lt;/restriction>
  *   &lt;/complexContent>
index 78eb2ba..6801ae9 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 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/dbi}regionType"/>
- *         &lt;element name="eventInfo" type="{http://www.tizen.org/dbi}eventInfoType" minOccurs="0"/>
+ *         &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="tooltip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
  *       &lt;/sequence>
  *     &lt;/restriction>
index 45183d6..725d3c7 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 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/dbi}regionType"/>
+ *         &lt;element name="region" type="{http://www.tizen.org/emulator/dbi}regionType"/>
  *       &lt;/all>
  *       &lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
  *     &lt;/restriction>
index 05ef9b3..3800807 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 KST 
 //
 
 
index 0d9178b..495a34e 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 KST 
 //
 
 
index 4796eed..54014a1 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 KST 
 //
 
 
index 2c6b183..a8c44fd 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 KST 
 //
 
 
index 3df6f78..33fe06f 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 KST 
 //
 
 
@@ -25,12 +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/dbi}lcdType"/>
- *         &lt;element name="imageList" type="{http://www.tizen.org/dbi}imageListType"/>
- *         &lt;element name="keyMapList" type="{http://www.tizen.org/dbi}keyMapListType"/>
+ *         &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;/sequence>
- *       &lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
- *       &lt;attribute name="name" use="required" type="{http://www.tizen.org/dbi}rotationNameType" />
+ *       &lt;attribute name="name" use="required" type="{http://www.tizen.org/emulator/dbi}rotationNameType" />
  *     &lt;/restriction>
  *   &lt;/complexContent>
  * &lt;/complexType>
@@ -53,8 +52,6 @@ public class RotationType {
     @XmlElement(required = true)
     protected KeyMapListType keyMapList;
     @XmlAttribute(required = true)
-    protected int id;
-    @XmlAttribute(required = true)
     protected RotationNameType name;
 
     /**
@@ -130,22 +127,6 @@ public class RotationType {
     }
 
     /**
-     * Gets the value of the id property.
-     * 
-     */
-    public int getId() {
-        return id;
-    }
-
-    /**
-     * Sets the value of the id property.
-     * 
-     */
-    public void setId(int value) {
-        this.id = value;
-    }
-
-    /**
      * Gets the value of the name property.
      * 
      * @return
index 636693d..65d7ced 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 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/dbi}rotationType" maxOccurs="unbounded"/>
+ *         &lt;element name="rotation" type="{http://www.tizen.org/emulator/dbi}rotationType" maxOccurs="unbounded"/>
  *       &lt;/sequence>
  *     &lt;/restriction>
  *   &lt;/complexContent>
index 68bab07..0902766 100644 (file)
@@ -2,8 +2,8 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // 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.13 at 01:56:12 오후 KST 
+// Generated on: 2012.03.30 at 05:41:59 오후 KST 
 //
 
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.tizen.org/dbi", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.tizen.org/emulator/dbi", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
 package org.tizen.emulator.skin.dbi;
index 1c467f6..6ac374d 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://www.tizen.org/dbi dbi.xsd ">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <rotations>
         <rotation id="0" name="Portrait">
             <lcd id="0">
index 1b9a5e5..0692e3a 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://www.tizen.org/dbi dbi.xsd ">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <rotations>
         <rotation id="0" name="Portrait">
             <lcd id="0">
index 261e913..0ce98c7 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://www.tizen.org/dbi dbi.xsd ">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <rotations>
         <rotation id="0" name="Portrait">
             <lcd id="0">
index 240ad01..4b5f1db 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://www.tizen.org/dbi dbi.xsd ">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <rotations>
         <rotation id="0" name="Portrait">
             <lcd id="0">
index 9d91f01..a89d001 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://www.tizen.org/dbi dbi.xsd ">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <rotations>
         <rotation id="0" name="Portrait">
             <lcd id="0">
index 9e1beef..529d176 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://www.tizen.org/dbi dbi.xsd ">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <rotations>
         <rotation id="0" name="Portrait">
             <lcd id="0">
index 93fd73b..ebc651d 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://www.tizen.org/dbi dbi.xsd ">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <rotations>
         <rotation id="0" name="Portrait">
             <lcd id="0">
index 62dc7c8..fd0eb7b 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<EmulatorUI xmlns="http://www.tizen.org/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://www.tizen.org/dbi dbi.xsd ">
+<EmulatorUI xmlns="http://www.tizen.org/emulator/dbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <rotations>
         <rotation id="0" name="Portrait">
             <lcd id="0">
index 9040fee..a351c90 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/dbi"
-xmlns:dbi="http://www.tizen.org/dbi" elementFormDefault="qualified">
+<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">
 
        <element name="EmulatorUI" >
                <complexType>
@@ -23,7 +23,6 @@ xmlns:dbi="http://www.tizen.org/dbi" elementFormDefault="qualified">
                        <element name="imageList" type="dbi:imageListType" minOccurs="1" maxOccurs="1" ></element>
                        <element name="keyMapList" type="dbi:keyMapListType" minOccurs="1" maxOccurs="1" ></element>
                </sequence>
-               <attribute name="id" type="int" use="required"></attribute>
                <attribute name="name" type="dbi:rotationNameType" use="required"></attribute>
        </complexType>