Menu

[r3150]: / trunk / ch.sahits.codegen / schema / ch.sahits.codegen.java.jettemplate.exsd  Maximize  Restore  History

Download this file

144 lines (127 with data), 4.1 kB

<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="ch.sahits.codegen" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
      <appInfo>
         <meta.schema plugin="ch.sahits.codegen" id="ch.sahits.codegen.java.jettemplate" name="JETemplate location"/>
      </appInfo>
      <documentation>
         Adding aditional JETemplates
      </documentation>
   </annotation>

   <element name="extension">
      <annotation>
         <appInfo>
            <meta.element />
         </appInfo>
      </annotation>
      <complexType>
         <sequence minOccurs="1" maxOccurs="unbounded">
            <element ref="template"/>
         </sequence>
         <attribute name="point" type="string" use="required">
            <annotation>
               <documentation>
                  
               </documentation>
            </annotation>
         </attribute>
         <attribute name="id" type="string">
            <annotation>
               <documentation>
                  
               </documentation>
            </annotation>
         </attribute>
         <attribute name="name" type="string">
            <annotation>
               <documentation>
                  
               </documentation>
               <appInfo>
                  <meta.attribute translatable="true"/>
               </appInfo>
            </annotation>
         </attribute>
      </complexType>
   </element>

   <element name="template">
      <complexType>
         <attribute name="name" type="string" use="required">
            <annotation>
               <documentation>
                  Name of the template
               </documentation>
            </annotation>
         </attribute>
         <attribute name="location" type="string" use="required">
            <annotation>
               <documentation>
                  
               </documentation>
            </annotation>
         </attribute>
         <attribute name="fileextension" type="string" use="required">
            <annotation>
               <documentation>
                  File extension of the output file.
               </documentation>
            </annotation>
         </attribute>
         <attribute name="display" type="string">
            <annotation>
               <documentation>
                  Displayed text on the user interface.
Short description of the template
               </documentation>
               <appInfo>
                  <meta.attribute translatable="true"/>
               </appInfo>
            </annotation>
         </attribute>
                  <attribute name="helpContext" type="string">
            <annotation>
               <documentation>
                  Context ID for the help
               </documentation>
            </annotation>
         </attribute>
         
      </complexType>
   </element>

   <element name="location">
      <complexType>
         <attribute name="value" type="string" use="required">
            <annotation>
               <documentation>
                  
               </documentation>
            </annotation>
         </attribute>
         
      </complexType>
   </element>

   <annotation>
      <appInfo>
         <meta.section type="since"/>
      </appInfo>
      <documentation>
         0.9.1
      </documentation>
   </annotation>

   <annotation>
      <appInfo>
         <meta.section type="examples"/>
      </appInfo>
      <documentation>
         &lt;extension
         point=&quot;ch.sahits.codegen.java.jettemplate&quot;&gt;
      &lt;template
            location=&quot;jet_templates&quot;
            name=&quot;dbbean.javajet&quot;&gt;
      &lt;/template&gt;
   &lt;/extension&gt;
      </documentation>
   </annotation>


   <annotation>
      <appInfo>
         <meta.section type="implementation"/>
      </appInfo>
      <documentation>
         ch.sahits.codegen.java
      </documentation>
   </annotation>


</schema>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.