home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / Substitution.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  3.0 KB  |  61 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="Substitution" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Stores rules for user-defined path variables called SharePoint. These rules are evaluated when a user-defined path variable must be substituted with a real path.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="SharePointMapping">
  8.       <info>
  9.         <desc>Maps a share point to an existing path or to another share point defined in the Directory property.</desc>
  10.       </info>
  11.       <prop oor:name="Directory" oor:type="xs:string" oor:nillable="false">
  12.         <info>
  13.           <desc>Specifies a physical directory location that is stored as a valid encoded file URL or with other path variables.</desc>
  14.         </info>
  15.       </prop>
  16.       <group oor:name="Environment">
  17.         <info>
  18.           <desc>Specifies the operating system required for this share point mapping. As a result, system dependent settings can be defined.</desc>
  19.         </info>
  20.         <prop oor:name="OS" oor:type="xs:string">
  21.           <info>
  22.             <desc>Specifies the operating system required for this share point mapping. As a result, system depedent settings can be defined.</desc>
  23.           </info>
  24.         </prop>
  25.         <prop oor:name="Host" oor:type="xs:string">
  26.           <info>
  27.             <desc>Specifies the name of the host for which the Directory property setting is valid. You can use the '*' wildcard for the name.</desc>
  28.           </info>
  29.         </prop>
  30.         <prop oor:name="DNSDomain" oor:type="xs:string">
  31.           <info>
  32.             <desc>Specifies the dns domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc>
  33.           </info>
  34.         </prop>
  35.         <prop oor:name="YPDomain" oor:type="xs:string">
  36.           <info>
  37.             <desc>Specifies the yellow pages or NIS domain for which the Directory property variable is valid. You can use the '*' wildcard for the name.</desc>
  38.           </info>
  39.         </prop>
  40.         <prop oor:name="NTDomain" oor:type="xs:string">
  41.           <info>
  42.             <desc>Specifies the NT domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc>
  43.           </info>
  44.         </prop>
  45.       </group>
  46.     </group>
  47.     <set oor:name="SharePoint" oor:node-type="SharePointMapping">
  48.       <info>
  49.         <desc>Specifies the path variable name. The name is case-sensitive and must be defined with ASCII characters. The name is used as a placeholder within path settings and can be substituted during runtime with a path defined in one of the defined mappings.</desc>
  50.       </info>
  51.     </set>
  52.   </templates>
  53.   <component>
  54.     <set oor:name="SharePoints" oor:node-type="SharePoint">
  55.       <info>
  56.         <desc>Specifies a table of SharePoints that are used as path variables (placeholder) within path settings.</desc>
  57.       </info>
  58.     </set>
  59.   </component>
  60. </oor:component-schema>
  61.