org.symbian.tools.wrttools/schema/jsLibraries.exsd
changeset 310 e9484be98cfe
equal deleted inserted replaced
309:c01f5ab28a11 310:e9484be98cfe
       
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <!-- Schema file written by PDE -->
       
     3 <schema targetNamespace="org.symbian.tools.wrttools" xmlns="http://www.w3.org/2001/XMLSchema">
       
     4 <annotation>
       
     5       <appinfo>
       
     6          <meta.schema plugin="org.symbian.tools.wrttools" id="jsLibraries" name="JavaScript Libraries"/>
       
     7       </appinfo>
       
     8       <documentation>
       
     9          [Enter description of this extension point.]
       
    10       </documentation>
       
    11    </annotation>
       
    12 
       
    13    <element name="extension">
       
    14       <annotation>
       
    15          <appinfo>
       
    16             <meta.element />
       
    17          </appinfo>
       
    18       </annotation>
       
    19       <complexType>
       
    20          <sequence minOccurs="1" maxOccurs="unbounded">
       
    21             <element ref="library"/>
       
    22          </sequence>
       
    23          <attribute name="point" type="string" use="required">
       
    24             <annotation>
       
    25                <documentation>
       
    26                   
       
    27                </documentation>
       
    28             </annotation>
       
    29          </attribute>
       
    30          <attribute name="id" type="string">
       
    31             <annotation>
       
    32                <documentation>
       
    33                   
       
    34                </documentation>
       
    35             </annotation>
       
    36          </attribute>
       
    37          <attribute name="name" type="string">
       
    38             <annotation>
       
    39                <documentation>
       
    40                   
       
    41                </documentation>
       
    42                <appinfo>
       
    43                   <meta.attribute translatable="true"/>
       
    44                </appinfo>
       
    45             </annotation>
       
    46          </attribute>
       
    47       </complexType>
       
    48    </element>
       
    49 
       
    50    <element name="library">
       
    51       <complexType>
       
    52          <attribute name="id" type="string" use="required">
       
    53             <annotation>
       
    54                <documentation>
       
    55                   
       
    56                </documentation>
       
    57             </annotation>
       
    58          </attribute>
       
    59          <attribute name="name" type="string" use="required">
       
    60             <annotation>
       
    61                <documentation>
       
    62                   
       
    63                </documentation>
       
    64                <appinfo>
       
    65                   <meta.attribute translatable="true"/>
       
    66                </appinfo>
       
    67             </annotation>
       
    68          </attribute>
       
    69          <attribute name="icon" type="string">
       
    70             <annotation>
       
    71                <documentation>
       
    72                   
       
    73                </documentation>
       
    74                <appinfo>
       
    75                   <meta.attribute kind="resource"/>
       
    76                </appinfo>
       
    77             </annotation>
       
    78          </attribute>
       
    79          <attribute name="installer" type="string">
       
    80             <annotation>
       
    81                <documentation>
       
    82                   
       
    83                </documentation>
       
    84                <appinfo>
       
    85                   <meta.attribute kind="java" basedOn=":org.symbian.tools.wrttools.core.libraries.IJSLibraryInstaller"/>
       
    86                </appinfo>
       
    87             </annotation>
       
    88          </attribute>
       
    89       </complexType>
       
    90    </element>
       
    91 
       
    92    <annotation>
       
    93       <appinfo>
       
    94          <meta.section type="since"/>
       
    95       </appinfo>
       
    96       <documentation>
       
    97          [Enter the first release in which this extension point appears.]
       
    98       </documentation>
       
    99    </annotation>
       
   100 
       
   101    <annotation>
       
   102       <appinfo>
       
   103          <meta.section type="examples"/>
       
   104       </appinfo>
       
   105       <documentation>
       
   106          [Enter extension point usage example here.]
       
   107       </documentation>
       
   108    </annotation>
       
   109 
       
   110    <annotation>
       
   111       <appinfo>
       
   112          <meta.section type="apiinfo"/>
       
   113       </appinfo>
       
   114       <documentation>
       
   115          [Enter API information here.]
       
   116       </documentation>
       
   117    </annotation>
       
   118 
       
   119    <annotation>
       
   120       <appinfo>
       
   121          <meta.section type="implementation"/>
       
   122       </appinfo>
       
   123       <documentation>
       
   124          [Enter information about supplied implementation of this extension point.]
       
   125       </documentation>
       
   126    </annotation>
       
   127 
       
   128 
       
   129 </schema>