uidesigner/com.nokia.sdt.component.symbian/schema/componentLibrary.exsd
author dadubrow
Thu, 26 Mar 2009 14:14:48 -0500
changeset 11 6d2a3a657185
parent 2 d760517a8095
permissions -rw-r--r--
add .hgignore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version='1.0' encoding='UTF-8'?>
cawthron
parents:
diff changeset
     2
<!-- Schema file written by PDE -->
cawthron
parents:
diff changeset
     3
<schema targetNamespace="com.nokia.uidesigner.componentsystem.core">
cawthron
parents:
diff changeset
     4
<annotation>
cawthron
parents:
diff changeset
     5
      <appInfo>
cawthron
parents:
diff changeset
     6
         <meta.schema plugin="com.nokia.uidesigner.componentsystem.core" id="componentLibrary" name="Component Library"/>
cawthron
parents:
diff changeset
     7
      </appInfo>
cawthron
parents:
diff changeset
     8
      <documentation>
cawthron
parents:
diff changeset
     9
         This extension point allows new component libraries to be added to the component system.
cawthron
parents:
diff changeset
    10
      </documentation>
cawthron
parents:
diff changeset
    11
   </annotation>
cawthron
parents:
diff changeset
    12
cawthron
parents:
diff changeset
    13
   <element name="extension">
cawthron
parents:
diff changeset
    14
      <complexType>
cawthron
parents:
diff changeset
    15
         <sequence>
cawthron
parents:
diff changeset
    16
            <element ref="library"/>
cawthron
parents:
diff changeset
    17
         </sequence>
cawthron
parents:
diff changeset
    18
         <attribute name="point" type="string" use="required">
cawthron
parents:
diff changeset
    19
            <annotation>
cawthron
parents:
diff changeset
    20
               <documentation>
cawthron
parents:
diff changeset
    21
                  
cawthron
parents:
diff changeset
    22
               </documentation>
cawthron
parents:
diff changeset
    23
            </annotation>
cawthron
parents:
diff changeset
    24
         </attribute>
cawthron
parents:
diff changeset
    25
         <attribute name="id" type="string">
cawthron
parents:
diff changeset
    26
            <annotation>
cawthron
parents:
diff changeset
    27
               <documentation>
cawthron
parents:
diff changeset
    28
                  
cawthron
parents:
diff changeset
    29
               </documentation>
cawthron
parents:
diff changeset
    30
            </annotation>
cawthron
parents:
diff changeset
    31
         </attribute>
cawthron
parents:
diff changeset
    32
         <attribute name="name" type="string">
cawthron
parents:
diff changeset
    33
            <annotation>
cawthron
parents:
diff changeset
    34
               <documentation>
cawthron
parents:
diff changeset
    35
                  
cawthron
parents:
diff changeset
    36
               </documentation>
cawthron
parents:
diff changeset
    37
               <appInfo>
cawthron
parents:
diff changeset
    38
                  <meta.attribute translatable="true"/>
cawthron
parents:
diff changeset
    39
               </appInfo>
cawthron
parents:
diff changeset
    40
            </annotation>
cawthron
parents:
diff changeset
    41
         </attribute>
cawthron
parents:
diff changeset
    42
      </complexType>
cawthron
parents:
diff changeset
    43
   </element>
cawthron
parents:
diff changeset
    44
cawthron
parents:
diff changeset
    45
   <element name="library">
cawthron
parents:
diff changeset
    46
      <annotation>
cawthron
parents:
diff changeset
    47
         <documentation>
cawthron
parents:
diff changeset
    48
            Specify the library location.
cawthron
parents:
diff changeset
    49
         </documentation>
cawthron
parents:
diff changeset
    50
      </annotation>
cawthron
parents:
diff changeset
    51
      <complexType>
cawthron
parents:
diff changeset
    52
         <attribute name="path" type="string" use="default" value=".">
cawthron
parents:
diff changeset
    53
            <annotation>
cawthron
parents:
diff changeset
    54
               <documentation>
cawthron
parents:
diff changeset
    55
                  Specify the relative path to the component definitions.  The default is the directory of the component library plugin.  A file *.sdkinfo, if any, must exist at this location.
cawthron
parents:
diff changeset
    56
cawthron
parents:
diff changeset
    57
There is currently no variable substitution in this path.
cawthron
parents:
diff changeset
    58
               </documentation>
cawthron
parents:
diff changeset
    59
            </annotation>
cawthron
parents:
diff changeset
    60
         </attribute>
cawthron
parents:
diff changeset
    61
         <attribute name="class" type="string">
cawthron
parents:
diff changeset
    62
            <annotation>
cawthron
parents:
diff changeset
    63
               <documentation>
cawthron
parents:
diff changeset
    64
                  Implementation of com.nokia.sdt.component.symbian.IComponentLibrary that supplies searching and loading behavior for the library.
cawthron
parents:
diff changeset
    65
               </documentation>
cawthron
parents:
diff changeset
    66
               <appInfo>
cawthron
parents:
diff changeset
    67
                  <meta.attribute kind="java" basedOn="org.eclipse.pde.IExtensionWizard"/>
cawthron
parents:
diff changeset
    68
               </appInfo>
cawthron
parents:
diff changeset
    69
            </annotation>
cawthron
parents:
diff changeset
    70
         </attribute>
cawthron
parents:
diff changeset
    71
         <attribute name="sdkPattern" type="string" use="default" value=".*">
cawthron
parents:
diff changeset
    72
            <annotation>
cawthron
parents:
diff changeset
    73
               <documentation>
cawthron
parents:
diff changeset
    74
                  This is a regular expression used to match the SDKs supported by this component library.  The default is &quot;.*&quot; for all SDKs.
cawthron
parents:
diff changeset
    75
cawthron
parents:
diff changeset
    76
At this time the pattern matches the vendor name used in the &amp;lt;symbian&amp;gt; attribute, e.g. &quot;com\.nokia\.series60&quot;.  At a future time, if needed, this may be extended to handle version ranges as well.
cawthron
parents:
diff changeset
    77
               </documentation>
cawthron
parents:
diff changeset
    78
            </annotation>
cawthron
parents:
diff changeset
    79
         </attribute>
cawthron
parents:
diff changeset
    80
      </complexType>
cawthron
parents:
diff changeset
    81
   </element>
cawthron
parents:
diff changeset
    82
cawthron
parents:
diff changeset
    83
   <annotation>
cawthron
parents:
diff changeset
    84
      <appInfo>
cawthron
parents:
diff changeset
    85
         <meta.section type="since"/>
cawthron
parents:
diff changeset
    86
      </appInfo>
cawthron
parents:
diff changeset
    87
      <documentation>
cawthron
parents:
diff changeset
    88
         0.0.0
cawthron
parents:
diff changeset
    89
      </documentation>
cawthron
parents:
diff changeset
    90
   </annotation>
cawthron
parents:
diff changeset
    91
cawthron
parents:
diff changeset
    92
   <annotation>
cawthron
parents:
diff changeset
    93
      <appInfo>
cawthron
parents:
diff changeset
    94
         <meta.section type="examples"/>
cawthron
parents:
diff changeset
    95
      </appInfo>
cawthron
parents:
diff changeset
    96
      <documentation>
cawthron
parents:
diff changeset
    97
         [Enter extension point usage example here.]
cawthron
parents:
diff changeset
    98
      </documentation>
cawthron
parents:
diff changeset
    99
   </annotation>
cawthron
parents:
diff changeset
   100
cawthron
parents:
diff changeset
   101
   <annotation>
cawthron
parents:
diff changeset
   102
      <appInfo>
cawthron
parents:
diff changeset
   103
         <meta.section type="apiInfo"/>
cawthron
parents:
diff changeset
   104
      </appInfo>
cawthron
parents:
diff changeset
   105
      <documentation>
cawthron
parents:
diff changeset
   106
         [Enter API information here.]
cawthron
parents:
diff changeset
   107
      </documentation>
cawthron
parents:
diff changeset
   108
   </annotation>
cawthron
parents:
diff changeset
   109
cawthron
parents:
diff changeset
   110
   <annotation>
cawthron
parents:
diff changeset
   111
      <appInfo>
cawthron
parents:
diff changeset
   112
         <meta.section type="implementation"/>
cawthron
parents:
diff changeset
   113
      </appInfo>
cawthron
parents:
diff changeset
   114
      <documentation>
cawthron
parents:
diff changeset
   115
         [Enter information about supplied implementation of this extension point.]
cawthron
parents:
diff changeset
   116
      </documentation>
cawthron
parents:
diff changeset
   117
   </annotation>
cawthron
parents:
diff changeset
   118
cawthron
parents:
diff changeset
   119
   <annotation>
cawthron
parents:
diff changeset
   120
      <appInfo>
cawthron
parents:
diff changeset
   121
         <meta.section type="copyright"/>
cawthron
parents:
diff changeset
   122
      </appInfo>
cawthron
parents:
diff changeset
   123
      <documentation>
cawthron
parents:
diff changeset
   124
         (c) 2005 Nokia
cawthron
parents:
diff changeset
   125
      </documentation>
cawthron
parents:
diff changeset
   126
   </annotation>
cawthron
parents:
diff changeset
   127
cawthron
parents:
diff changeset
   128
</schema>