1<?xml version="1.0" encoding="UTF-8"?> 2<!--*********************************************************************** 3 * 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 5 * 6 * Copyright 2000, 2010 Oracle and/or its affiliates. 7 * 8 * OpenOffice.org - a multi-platform office productivity suite 9 * 10 * This file is part of OpenOffice.org. 11 * 12 * OpenOffice.org is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License version 3 14 * only, as published by the Free Software Foundation. 15 * 16 * OpenOffice.org is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU Lesser General Public License version 3 for more details 20 * (a copy is included in the LICENSE file that accompanied this code). 21 * 22 * You should have received a copy of the GNU Lesser General Public License 23 * version 3 along with OpenOffice.org. If not, see 24 * <http://www.openoffice.org/license.html> 25 * for a copy of the LGPLv3 License. 26 * 27 ************************************************************************ --> 28<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> 29<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"> <info> 30 <author>CD</author> 31 <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> 32 </info> 33 <templates> 34 <group oor:name="SharePointMapping"> 35 <info> 36 <desc>Maps a share point to an existing path or to another share point defined in the Directory property.</desc> 37 </info> 38 <prop oor:name="Directory" oor:type="xs:string" oor:nillable="false"> 39 <info> 40 <desc>Specifies a physical directory location that is stored as a valid encoded file URL or with other path variables.</desc> 41 </info> 42 </prop> 43 <group oor:name="Environment"> 44 <info> 45 <desc>Specifies the operating system required for this share point mapping. As a result, system dependent settings can be defined.</desc> 46 </info> 47 <prop oor:name="OS" oor:type="xs:string"> 48 <info> 49 <desc>Specifies the operating system required for this share point mapping. As a result, system depedent settings can be defined.</desc> 50 </info> 51 </prop> 52 <prop oor:name="Host" oor:type="xs:string"> 53 <info> 54 <desc>Specifies the name of the host for which the Directory property setting is valid. You can use the '*' wildcard for the name.</desc> 55 </info> 56 </prop> 57 <prop oor:name="DNSDomain" oor:type="xs:string"> 58 <info> 59 <desc>Specifies the dns domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc> 60 </info> 61 </prop> 62 <prop oor:name="YPDomain" oor:type="xs:string"> 63 <info> 64 <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> 65 </info> 66 </prop> 67 <prop oor:name="NTDomain" oor:type="xs:string"> 68 <info> 69 <desc>Specifies the NT domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc> 70 </info> 71 </prop> 72 </group> 73 </group> 74 <set oor:name="SharePoint" oor:node-type="SharePointMapping"> 75 <info> 76 <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> 77 </info> 78 </set> 79 </templates> 80 <component> 81 <set oor:name="SharePoints" oor:node-type="SharePoint"> 82 <info> 83 <desc>Specifies a table of SharePoints that are used as path variables (placeholder) within path settings.</desc> 84 </info> 85 </set> 86 </component> 87</oor:component-schema> 88 89 90 91 92 93 94 95 96 97