home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 January / maximum-cd-2009-01.iso / DiscContents / OOo_3.0.0_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / Labels.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-07-29  |  1.5 KB  |  37 lines

  1. <?xml version="1.0"?>
  2. <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Labels" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains settings for Writer documents used as labels.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="LabelType">
  8.       <info>
  9.         <desc>Contains the properties used for a label.</desc>
  10.       </info>
  11.       <prop oor:name="Name" oor:type="xs:string">
  12.         <info>
  13.           <desc>Contains the descriptive name for the label format.</desc>
  14.         </info>
  15.       </prop>
  16.       <prop oor:name="Measure" oor:type="xs:string">
  17.         <info>
  18.           <desc>Contains the measurement data of the label concatenated by a colon (;) in the following order: No of Rows;No. Of Columns; Width; Height; Hor. Distance; Vert. Distance;Left margin;Upper margin; At the end a '1' is append if the label type is continuous otherwise a '0'.</desc>
  19.         </info>
  20.       </prop>
  21.     </group>
  22.     <set oor:name="Labels" oor:node-type="LabelType">
  23.       <info>
  24.         <desc>Specifies a set of labels of a manufacturer.</desc>
  25.       </info>
  26.     </set>
  27.   </templates>
  28.   <component>
  29.     <set oor:name="Manufacturer" oor:node-type="Labels">
  30.       <info>
  31.         <desc>Contains the list of label manufacturers.</desc>
  32.         <label>Available Manufacturers</label>
  33.       </info>
  34.     </set>
  35.   </component>
  36. </oor:component-schema>
  37.