1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2d435a3beSAndrew Rist<!--*********************************************************** 3cdf0e10cSrcweir * 4d435a3beSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 5d435a3beSAndrew Rist * or more contributor license agreements. See the NOTICE file 6d435a3beSAndrew Rist * distributed with this work for additional information 7d435a3beSAndrew Rist * regarding copyright ownership. The ASF licenses this file 8d435a3beSAndrew Rist * to you under the Apache License, Version 2.0 (the 9d435a3beSAndrew Rist * "License"); you may not use this file except in compliance 10d435a3beSAndrew Rist * with the License. You may obtain a copy of the License at 11cdf0e10cSrcweir * 12d435a3beSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 13cdf0e10cSrcweir * 14d435a3beSAndrew Rist * Unless required by applicable law or agreed to in writing, 15d435a3beSAndrew Rist * software distributed under the License is distributed on an 16d435a3beSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17d435a3beSAndrew Rist * KIND, either express or implied. See the License for the 18d435a3beSAndrew Rist * specific language governing permissions and limitations 19d435a3beSAndrew Rist * under the License. 20cdf0e10cSrcweir * 21d435a3beSAndrew Rist ***********************************************************--> 22d435a3beSAndrew Rist 23d435a3beSAndrew Rist 24cdf0e10cSrcweir<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> 25*a1352516Smseidel<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"> 26*a1352516Smseidel <info> 27cdf0e10cSrcweir <author>CD</author> 28cdf0e10cSrcweir <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> 29cdf0e10cSrcweir </info> 30cdf0e10cSrcweir <templates> 31cdf0e10cSrcweir <group oor:name="SharePointMapping"> 32cdf0e10cSrcweir <info> 33cdf0e10cSrcweir <desc>Maps a share point to an existing path or to another share point defined in the Directory property.</desc> 34cdf0e10cSrcweir </info> 35cdf0e10cSrcweir <prop oor:name="Directory" oor:type="xs:string" oor:nillable="false"> 36cdf0e10cSrcweir <info> 37cdf0e10cSrcweir <desc>Specifies a physical directory location that is stored as a valid encoded file URL or with other path variables.</desc> 38cdf0e10cSrcweir </info> 39cdf0e10cSrcweir </prop> 40cdf0e10cSrcweir <group oor:name="Environment"> 41cdf0e10cSrcweir <info> 42cdf0e10cSrcweir <desc>Specifies the operating system required for this share point mapping. As a result, system dependent settings can be defined.</desc> 43cdf0e10cSrcweir </info> 44cdf0e10cSrcweir <prop oor:name="OS" oor:type="xs:string"> 45cdf0e10cSrcweir <info> 46*a1352516Smseidel <desc>Specifies the operating system required for this share point mapping. As a result, system dependent settings can be defined.</desc> 47cdf0e10cSrcweir </info> 48cdf0e10cSrcweir </prop> 49cdf0e10cSrcweir <prop oor:name="Host" oor:type="xs:string"> 50cdf0e10cSrcweir <info> 51cdf0e10cSrcweir <desc>Specifies the name of the host for which the Directory property setting is valid. You can use the '*' wildcard for the name.</desc> 52cdf0e10cSrcweir </info> 53cdf0e10cSrcweir </prop> 54cdf0e10cSrcweir <prop oor:name="DNSDomain" oor:type="xs:string"> 55cdf0e10cSrcweir <info> 56cdf0e10cSrcweir <desc>Specifies the dns domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc> 57cdf0e10cSrcweir </info> 58cdf0e10cSrcweir </prop> 59cdf0e10cSrcweir <prop oor:name="YPDomain" oor:type="xs:string"> 60cdf0e10cSrcweir <info> 61cdf0e10cSrcweir <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> 62cdf0e10cSrcweir </info> 63cdf0e10cSrcweir </prop> 64cdf0e10cSrcweir <prop oor:name="NTDomain" oor:type="xs:string"> 65cdf0e10cSrcweir <info> 66cdf0e10cSrcweir <desc>Specifies the NT domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc> 67cdf0e10cSrcweir </info> 68cdf0e10cSrcweir </prop> 69cdf0e10cSrcweir </group> 70cdf0e10cSrcweir </group> 71cdf0e10cSrcweir <set oor:name="SharePoint" oor:node-type="SharePointMapping"> 72cdf0e10cSrcweir <info> 73cdf0e10cSrcweir <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> 74cdf0e10cSrcweir </info> 75cdf0e10cSrcweir </set> 76cdf0e10cSrcweir </templates> 77cdf0e10cSrcweir <component> 78cdf0e10cSrcweir <set oor:name="SharePoints" oor:node-type="SharePoint"> 79cdf0e10cSrcweir <info> 80cdf0e10cSrcweir <desc>Specifies a table of SharePoints that are used as path variables (placeholder) within path settings.</desc> 81cdf0e10cSrcweir </info> 82cdf0e10cSrcweir </set> 83cdf0e10cSrcweir </component> 84cdf0e10cSrcweir</oor:component-schema> 85