1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*d435a3beSAndrew Rist<!--***********************************************************
3cdf0e10cSrcweir *
4*d435a3beSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*d435a3beSAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*d435a3beSAndrew Rist * distributed with this work for additional information
7*d435a3beSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*d435a3beSAndrew Rist * to you under the Apache License, Version 2.0 (the
9*d435a3beSAndrew Rist * "License"); you may not use this file except in compliance
10*d435a3beSAndrew Rist * with the License.  You may obtain a copy of the License at
11*d435a3beSAndrew Rist *
12*d435a3beSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13*d435a3beSAndrew Rist *
14*d435a3beSAndrew Rist * Unless required by applicable law or agreed to in writing,
15*d435a3beSAndrew Rist * software distributed under the License is distributed on an
16*d435a3beSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*d435a3beSAndrew Rist * KIND, either express or implied.  See the License for the
18*d435a3beSAndrew Rist * specific language governing permissions and limitations
19*d435a3beSAndrew Rist * under the License.
20*d435a3beSAndrew Rist *
21*d435a3beSAndrew Rist ***********************************************************-->
22*d435a3beSAndrew Rist
23*d435a3beSAndrew 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="Labels" oor:package="org.openoffice.Office" xml:lang="en-US"> <!-- UIHints: File - New - Labels - Labels -->
26cdf0e10cSrcweir	<info>
27cdf0e10cSrcweir		<author>OS</author>
28cdf0e10cSrcweir		<desc >Contains settings for Writer documents used as labels.</desc>
29cdf0e10cSrcweir	</info>
30cdf0e10cSrcweir	<templates>
31cdf0e10cSrcweir		<group oor:name="LabelType">
32cdf0e10cSrcweir			<info>
33cdf0e10cSrcweir				<desc>Contains the properties used for a label.</desc>
34cdf0e10cSrcweir			</info>
35cdf0e10cSrcweir			<prop oor:name="Name" oor:type="xs:string">
36cdf0e10cSrcweir				<!--Label: Type Description: Name of the format-->
37cdf0e10cSrcweir				<info>
38cdf0e10cSrcweir					<desc>Contains the descriptive name for the label format.</desc>
39cdf0e10cSrcweir				</info>
40cdf0e10cSrcweir			</prop>
41cdf0e10cSrcweir			<prop oor:name="Measure" oor:type="xs:string">
42cdf0e10cSrcweir				<!--Label: Contains the measurement data of the label contatenated by a colon (;) in the following order:
43cdf0e10cSrcweir				'C' or 'S';Horizontal Distance;Vertical Distance;Width;Height;Left margin;Upper margin;Columns;Rows" while 'C' marks a continuous label and 'S' marks a sheet
44cdf0e10cSrcweir				-->
45cdf0e10cSrcweir				<info>
46cdf0e10cSrcweir					<desc>Contains the measurement data of the label concatenated by a colon (;) in the following order: 'C' or 'S';Horizontal Distance;Vertical Distance;Width;Height;Left margin;Upper margin;Columns;Rows" while &apos;C&apos; marks a continuous label and &apos;S&apos; marks a sheet.</desc>
47cdf0e10cSrcweir				</info>
48cdf0e10cSrcweir			</prop>
49cdf0e10cSrcweir		</group>
50cdf0e10cSrcweir		<set oor:name="Labels" oor:node-type="LabelType">
51cdf0e10cSrcweir			<info>
52cdf0e10cSrcweir				<desc>Specifies a set of labels of a manufacturer.</desc>
53cdf0e10cSrcweir			</info>
54cdf0e10cSrcweir		</set>
55cdf0e10cSrcweir	</templates>
56cdf0e10cSrcweir	<component>
57cdf0e10cSrcweir		<set oor:name="Manufacturer" oor:node-type="Labels">
58cdf0e10cSrcweir			<info>
59cdf0e10cSrcweir				<desc>Contains the list of label manufacturers.</desc>
60cdf0e10cSrcweir				<label>Available Manufacturers</label>
61cdf0e10cSrcweir			</info>
62cdf0e10cSrcweir		</set>
63cdf0e10cSrcweir	</component>
64cdf0e10cSrcweir</oor:component-schema>
65cdf0e10cSrcweir
66cdf0e10cSrcweir
67cdf0e10cSrcweir
68cdf0e10cSrcweir
69cdf0e10cSrcweir
70cdf0e10cSrcweir
71cdf0e10cSrcweir
72cdf0e10cSrcweir
73