menufw/menusuites/data/mmenuschema.xsd
changeset 4 4d54b72983ae
parent 0 f72a12da539e
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
     1 <?xml version="1.0" encoding="utf-8" ?>
     1 <?xml version="1.0" encoding="utf-8" ?>
     2 <xs:schema xmlns:mmenu="http://nokia.com/mmenu" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://nokia.com/mmenu" xmlns:xs="http://www.w3.org/2001/XMLSchema">
     2 <xs:schema xmlns:mmenu="http://nokia.com/mmenu" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://nokia.com/mmenu" xmlns:xs="http://www.w3.org/2001/XMLSchema">
     3   <xs:element name="content">
     3   <xs:element name="content">
     4     <xs:annotation>
     4     <xs:annotation>
     5       <xs:documentation>This Tag is the root element of configuration and defines namespaces for XML needs</xs:documentation>
     5       <xs:documentation>This Tag is the root element of configuration and defines namespaces for XML needs</xs:documentation>
     6     </xs:annotation>
     6     </xs:annotation>
   318       <xs:element xmlns:q1="http://nokia.com/mmenu" minOccurs="0" maxOccurs="unbounded" name="menuitem_specific" type="q1:menuItemType">
   318       <xs:element xmlns:q1="http://nokia.com/mmenu" minOccurs="0" maxOccurs="unbounded" name="menuitem_specific" type="q1:menuItemType">
   319         <xs:annotation>
   319         <xs:annotation>
   320           <xs:documentation>This tag is the same as menuitem but describes menu items displayed only which have specific relation to the item</xs:documentation>
   320           <xs:documentation>This tag is the same as menuitem but describes menu items displayed only which have specific relation to the item</xs:documentation>
   321         </xs:annotation>
   321         </xs:annotation>
   322       </xs:element>
   322       </xs:element>
       
   323       <xs:element xmlns:q1="http://nokia.com/mmenu" minOccurs="0" maxOccurs="unbounded" name="menuitem_action" type="q1:menuItemType">
       
   324         <xs:annotation>
       
   325           <xs:documentation>This tag is the same as menuitem but describes action commands - such functions that happen via touch-down and release on the item (e.g. Open)</xs:documentation>
       
   326         </xs:annotation>
       
   327       </xs:element>
   323       <xs:element minOccurs="0" maxOccurs="1" name="toolbar" type="mmenu:toolbarType">
   328       <xs:element minOccurs="0" maxOccurs="1" name="toolbar" type="mmenu:toolbarType">
   324         <xs:annotation>
   329         <xs:annotation>
   325           <xs:documentation>This element describes the layout of toolbar, for the highlighted item.</xs:documentation>
   330           <xs:documentation>This element describes the layout of toolbar, for the highlighted item.</xs:documentation>
   326         </xs:annotation>
   331         </xs:annotation>
   327       </xs:element>
   332       </xs:element>