<?xml version="1.0"?>
<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="VCL" oor:package="org.openoffice" xml:lang="en-US">
  <info>
    <desc>Contains preferences for the VCL (Visual Class Library).</desc>
  </info>
  <templates>
    <group oor:name="LFonts">
      <info>
        <desc>Contains attributes for fonts. The substitution lists are separated by ';' and are searched first to last for a substitute.</desc>
      </info>
      <prop oor:name="SubstFonts" oor:type="xs:string">
        <info>
          <desc>Contains a list of substitute fonts used in office documents.</desc>
        </info>
      </prop>
      <prop oor:name="SubstFontsMS" oor:type="xs:string">
        <info>
          <desc>Contains a list of substitute fonts used in MS import filters.</desc>
        </info>
      </prop>
      <prop oor:name="SubstFontsPS" oor:type="xs:string">
        <info>
          <desc>Contains a list of substitute fonts used in a PostScript context (for example, EPS export).</desc>
        </info>
      </prop>
      <prop oor:name="SubstFontsHTML" oor:type="xs:string">
        <info>
          <desc>Contains a list of substitute fonts used in a HTML context (for example, HTML import/export).</desc>
        </info>
      </prop>
      <prop oor:name="FontWeight" oor:type="xs:string">
        <info>
          <desc>Specifies the font weight. Valid values are "thin", "ultralight", "light", "semilight", "normal", "medium", "semibold", "bold", "ultrabold", "black" (in ascending order of weight) and "unknown".</desc>
        </info>
      </prop>
      <prop oor:name="FontWidth" oor:type="xs:string">
        <info>
          <desc>Specifies the font width. Valid values are "ultracondensed", "extracondensed", "condensed", "semicondensed", "normal", "semiexpanded", "expanded", "extraexpanded", "ultraexpanded" (in ascending order of width) and "unknown".</desc>
        </info>
      </prop>
      <prop oor:name="FontType" oor:type="xs:string">
        <info>
          <desc>Denotes the compatible styles for the font. Multiple styles are separated by ','. Valid styles are: "Default", "Standard", "Normal", "Symbol", "Fixed", "SansSerif", "Serif", "Decorative", "Special", "Italic", "Title", "Capitals", "CJK", "CJK_JP", "CJK_SC", "CJK_TC", "CJK_KR", "CTL", "NoneLatin", "Full", "Outline", "Shadow", "Rounded", "Typewriter", "Script", "Handwriting", "Chancery", "comic", "brushscript", "gothic", "schoolbook", "other"</desc>
        </info>
      </prop>
    </group>
    <group oor:name="ConfigurableSettings" oor:extensible="true">
      <info>
        <desc>Specifies an extensible set of options that are ordered into key/value pairs for the VCL. For example, a valid key for describing when ATTools is activated is: "EnableATToolSupport" (valid values = "true", "false").</desc>
      </info>
    </group>
    <group oor:name="LocalizedDefaultFonts" oor:extensible="true">
      <info>
        <desc>Contains a localized table of default font lists organized as a set of sets of key/value pairs. The outer set denotes the language (e.g. "en-US") so that default fonts can be declared for different language contexts. Each value is a font list separated by ';'. Default fonts are: CJK_DISPLAY, CJK_HEADING, CJK_PRESENTATION, CJK_SPREADSHEET, CJK_TEXT, CTL_DISPLAY, CTL_HEADING, CTL_PRESENTATION, CTL_SPREADSHEET, CTL_TEXT, FIXED, LATIN_DISPLAY, LATIN_FIXED, LATIN_HEADING, LATIN_PRESENTATION, LATIN_SPREADSHEET, LATIN_TEXT, SANS, SANS_UNICODE, SERIF, SYMBOL, UI_FIXED, UI_SANS. Corresponding font lists: *_DISPLAY, *_HEADING, *_PRESENTATION, *_SPREADSHEET, *_TEXT, SANS, SANS_UNICODE, SERIF,SYMBOL, UI_FIXED, UI_SANS.</desc>
      </info>
    </group>
    <set oor:name="LocalizedFontSubstitutions" oor:node-type="LFonts">
      <info>
        <desc>Contains localized font substitution tables organized as a group of sets of LFonts. The outer set denotes the language (for example, "en-US").</desc>
      </info>
    </set>
  </templates>
  <component>
    <set oor:name="Settings" oor:node-type="ConfigurableSettings">
      <info>
        <desc>Contains the settings for VCL (see template description).</desc>
      </info>
    </set>
    <set oor:name="DefaultFonts" oor:node-type="LocalizedDefaultFonts">
      <info>
        <desc>Contains the localized default fonts for VCL (see template description).</desc>
      </info>
    </set>
    <set oor:name="FontSubstitutions" oor:node-type="LocalizedFontSubstitutions">
      <info>
        <desc>Contains the localized font substitution tables for VCL (see template description).</desc>
      </info>
    </set>
  </component>
</oor:component-schema>
