Add VCONFKEY_SYSMAN_MMC_EXTENDEDINTERNAL for the key of memory/sysman/mmc
[platform/core/appfw/vconf-internal-keys.git] / check.xsd
index 4b7b9d1..e22daae 100644 (file)
--- a/check.xsd
+++ b/check.xsd
        </xs:attribute>
 
 
+       <xs:attribute name="profile">
+               <xs:simpleType>
+                       <xs:restriction base="xs:string">
+                               <xs:enumeration value="all"/>
+                               <xs:enumeration value="common"/>
+                               <xs:enumeration value="mobile"/>
+                               <xs:enumeration value="wearable"/>
+                               <xs:enumeration value="tv"/>
+                       </xs:restriction>
+               </xs:simpleType>
+       </xs:attribute>
+
        <xs:element name="vconfkey">
                <xs:complexType>
                        <xs:sequence>
@@ -38,6 +50,7 @@
                        </xs:sequence>
                        <xs:attribute name="name" type='xs:string'/>
                        <xs:attribute ref="type"/>
+                       <xs:attribute ref="profile"/>
 
                        <xs:attribute name="headeronly" type='xs:string'/>