1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*98d4ec19SAndrew Rist<!--*********************************************************** 3cdf0e10cSrcweir * 4*98d4ec19SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 5*98d4ec19SAndrew Rist * or more contributor license agreements. See the NOTICE file 6*98d4ec19SAndrew Rist * distributed with this work for additional information 7*98d4ec19SAndrew Rist * regarding copyright ownership. The ASF licenses this file 8*98d4ec19SAndrew Rist * to you under the Apache License, Version 2.0 (the 9*98d4ec19SAndrew Rist * "License"); you may not use this file except in compliance 10*98d4ec19SAndrew Rist * with the License. You may obtain a copy of the License at 11cdf0e10cSrcweir * 12*98d4ec19SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 13cdf0e10cSrcweir * 14*98d4ec19SAndrew Rist * Unless required by applicable law or agreed to in writing, 15*98d4ec19SAndrew Rist * software distributed under the License is distributed on an 16*98d4ec19SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17*98d4ec19SAndrew Rist * KIND, either express or implied. See the License for the 18*98d4ec19SAndrew Rist * specific language governing permissions and limitations 19*98d4ec19SAndrew Rist * under the License. 20cdf0e10cSrcweir * 21*98d4ec19SAndrew Rist ***********************************************************--> 22*98d4ec19SAndrew Rist 23*98d4ec19SAndrew Rist 24cdf0e10cSrcweir<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> 25cdf0e10cSrcweir<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="Store" oor:package="org.openoffice.ucb" xml:lang="en-US"> <info> 26cdf0e10cSrcweir <author>ABI</author> 27cdf0e10cSrcweir <desc >Contains components and templates used for storing UCB related data.</desc> 28cdf0e10cSrcweir </info> 29cdf0e10cSrcweir <templates> 30cdf0e10cSrcweir <group oor:name="PropertyValue"> 31cdf0e10cSrcweir <info> 32cdf0e10cSrcweir <desc>Specifies a property value.</desc> 33cdf0e10cSrcweir </info> 34cdf0e10cSrcweir <prop oor:name="Handle" oor:type="xs:int"> 35cdf0e10cSrcweir <info> 36cdf0e10cSrcweir <desc>Specifies the numeric property identifier.</desc> 37cdf0e10cSrcweir </info> 38cdf0e10cSrcweir </prop> 39cdf0e10cSrcweir <prop oor:name="Attributes" oor:type="xs:int"> 40cdf0e10cSrcweir <info> 41cdf0e10cSrcweir <desc>Specifies property attributes.</desc> 42cdf0e10cSrcweir </info> 43cdf0e10cSrcweir </prop> 44cdf0e10cSrcweir <prop oor:name="Value" oor:type="oor:any"> 45cdf0e10cSrcweir <info> 46cdf0e10cSrcweir <desc>Specifies the Property value.</desc> 47cdf0e10cSrcweir </info> 48cdf0e10cSrcweir </prop> 49cdf0e10cSrcweir <prop oor:name="State" oor:type="xs:int"> 50cdf0e10cSrcweir <info> 51cdf0e10cSrcweir <desc>Specifies the property state.</desc> 52cdf0e10cSrcweir </info> 53cdf0e10cSrcweir </prop> 54cdf0e10cSrcweir </group> 55cdf0e10cSrcweir <group oor:name="Properties"> 56cdf0e10cSrcweir <info> 57cdf0e10cSrcweir <desc>Specifies a set of property values.</desc> 58cdf0e10cSrcweir </info> 59cdf0e10cSrcweir <set oor:name="Values" oor:node-type="PropertyValue"> 60cdf0e10cSrcweir <info> 61cdf0e10cSrcweir <desc>Specifies a set of property values.</desc> 62cdf0e10cSrcweir </info> 63cdf0e10cSrcweir </set> 64cdf0e10cSrcweir </group> 65cdf0e10cSrcweir </templates> 66cdf0e10cSrcweir <component> 67cdf0e10cSrcweir <set oor:name="ContentProperties" oor:node-type="Properties"> 68cdf0e10cSrcweir <info> 69cdf0e10cSrcweir <desc>Specifies the root entry for stored content properties.</desc> 70cdf0e10cSrcweir </info> 71cdf0e10cSrcweir </set> 72cdf0e10cSrcweir </component> 73cdf0e10cSrcweir</oor:component-schema> 74