xref: /aoo41x/main/offapi/com/sun/star/rdf/URIs.idl (revision 96af39f7)
1d1766043SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3d1766043SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4d1766043SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5d1766043SAndrew Rist * distributed with this work for additional information
6d1766043SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7d1766043SAndrew Rist * to you under the Apache License, Version 2.0 (the
8d1766043SAndrew Rist * "License"); you may not use this file except in compliance
9d1766043SAndrew Rist * with the License.  You may obtain a copy of the License at
10d1766043SAndrew Rist *
11d1766043SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12d1766043SAndrew Rist *
13d1766043SAndrew Rist * Unless required by applicable law or agreed to in writing,
14d1766043SAndrew Rist * software distributed under the License is distributed on an
15d1766043SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16d1766043SAndrew Rist * KIND, either express or implied.  See the License for the
17d1766043SAndrew Rist * specific language governing permissions and limitations
18d1766043SAndrew Rist * under the License.
19d1766043SAndrew Rist *
20d1766043SAndrew Rist *************************************************************/
21d1766043SAndrew Rist
22d1766043SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef __com_sun_star_rdf_URIs_idl__
25cdf0e10cSrcweir#define __com_sun_star_rdf_URIs_idl__
26cdf0e10cSrcweir
27cdf0e10cSrcweir
28cdf0e10cSrcweir//=============================================================================
29cdf0e10cSrcweir
30cdf0e10cSrcweirmodule com {   module sun {   module star {   module rdf {
31cdf0e10cSrcweir
32cdf0e10cSrcweir
33cdf0e10cSrcweir//=============================================================================
34cdf0e10cSrcweir/** Constants to specify some well-known URIs.
35cdf0e10cSrcweir
36cdf0e10cSrcweir    <p>
37cdf0e10cSrcweir    These constants are for use with <member>URI::createKnown</member>.
38cdf0e10cSrcweir    </p>
39cdf0e10cSrcweir
40*96af39f7SJürgen Schmidt    @since OpenOffice 3.2
41cdf0e10cSrcweir
42cdf0e10cSrcweir    @see URI::createKnown
43cdf0e10cSrcweir */
44cdf0e10cSrcweirconstants URIs
45cdf0e10cSrcweir{
46cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#NCName
47cdf0e10cSrcweir    const short XSD_NCNAME              =  1;
48cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#string
49cdf0e10cSrcweir    const short XSD_STRING              =  2;
50cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#normalizedString
51cdf0e10cSrcweir    const short XSD_NORMALIZEDSTRING    =  3;
52cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#boolean
53cdf0e10cSrcweir    const short XSD_BOOLEAN             =  4;
54cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#decimal
55cdf0e10cSrcweir    const short XSD_DECIMAL             =  5;
56cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#float
57cdf0e10cSrcweir    const short XSD_FLOAT               =  6;
58cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#double
59cdf0e10cSrcweir    const short XSD_DOUBLE              =  7;
60cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#integer
61cdf0e10cSrcweir    const short XSD_INTEGER             =  8;
62cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#nonNegativeInteger
63cdf0e10cSrcweir    const short XSD_NONNEGATIVEINTEGER  =  9;
64cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#positiveInteger
65cdf0e10cSrcweir    const short XSD_POSITIVEINTEGER     = 10;
66cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#nonPositiveInteger
67cdf0e10cSrcweir    const short XSD_NONPOSITIVEINTEGER  = 11;
68cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#negativeInteger
69cdf0e10cSrcweir    const short XSD_NEGATIVEINTEGER     = 12;
70cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#long
71cdf0e10cSrcweir    const short XSD_LONG                = 13;
72cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#int
73cdf0e10cSrcweir    const short XSD_INT                 = 14;
74cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#short
75cdf0e10cSrcweir    const short XSD_SHORT               = 15;
76cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#byte
77cdf0e10cSrcweir    const short XSD_BYTE                = 16;
78cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#unsignedLong
79cdf0e10cSrcweir    const short XSD_UNSIGNEDLONG        = 17;
80cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#unsignedInt
81cdf0e10cSrcweir    const short XSD_UNSIGNEDINT         = 18;
82cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#unsignedShort
83cdf0e10cSrcweir    const short XSD_UNSIGNEDSHORT       = 19;
84cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#unsignedByte
85cdf0e10cSrcweir    const short XSD_UNSIGNEDBYTE        = 20;
86cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#hexBinary
87cdf0e10cSrcweir    const short XSD_HEXBINARY           = 21;
88cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#base64Binary
89cdf0e10cSrcweir    const short XSD_BASE64BINARY        = 22;
90cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#dateTime
91cdf0e10cSrcweir    const short XSD_DATETIME            = 23;
92cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#time
93cdf0e10cSrcweir    const short XSD_TIME                = 24;
94cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#date
95cdf0e10cSrcweir    const short XSD_DATE                = 25;
96cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#gYearMonth
97cdf0e10cSrcweir    const short XSD_GYEARMONTH          = 26;
98cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#gYear
99cdf0e10cSrcweir    const short XSD_GYEAR               = 27;
100cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#gMonthDay
101cdf0e10cSrcweir    const short XSD_GMONTHDAY           = 28;
102cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#gDay
103cdf0e10cSrcweir    const short XSD_GDAY                = 29;
104cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#gMonth
105cdf0e10cSrcweir    const short XSD_GMONTH              = 30;
106cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#anyURI
107cdf0e10cSrcweir    const short XSD_ANYURI              = 31;
108cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#token
109cdf0e10cSrcweir    const short XSD_TOKEN               = 32;
110cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#language
111cdf0e10cSrcweir    const short XSD_LANGUAGE            = 33;
112cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#NMTOKEN
113cdf0e10cSrcweir    const short XSD_NMTOKEN             = 34;
114cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#Name
115cdf0e10cSrcweir    const short XSD_NAME                = 35;
116cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#duration
117cdf0e10cSrcweir    const short XSD_DURATION            = 36;
118cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#QName
119cdf0e10cSrcweir    const short XSD_QNAME               = 37;
120cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#NOTATION
121cdf0e10cSrcweir    const short XSD_NOTATION            = 38;
122cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#NMTOKENS
123cdf0e10cSrcweir    const short XSD_NMTOKENS            = 39;
124cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#ID
125cdf0e10cSrcweir    const short XSD_ID                  = 40;
126cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#IDREF
127cdf0e10cSrcweir    const short XSD_IDREF               = 41;
128cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#IDREFS
129cdf0e10cSrcweir    const short XSD_IDREFS              = 42;
130cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#ENTITY
131cdf0e10cSrcweir    const short XSD_ENTITY              = 43;
132cdf0e10cSrcweir    /// http://www.w3.org/2001/XMLSchema-datatypes#ENTITIES
133cdf0e10cSrcweir    const short XSD_ENTITIES            = 44;
134cdf0e10cSrcweir
135cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#type
136cdf0e10cSrcweir    const short RDF_TYPE        = 1000;
137cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
138cdf0e10cSrcweir    const short RDF_SUBJECT     = 1001;
139cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
140cdf0e10cSrcweir    const short RDF_PREDICATE   = 1002;
141cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#object
142cdf0e10cSrcweir    const short RDF_OBJECT      = 1003;
143cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
144cdf0e10cSrcweir    const short RDF_PROPERTY    = 1004;
145cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
146cdf0e10cSrcweir    const short RDF_STATEMENT   = 1005;
147cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#value
148cdf0e10cSrcweir    const short RDF_VALUE       = 1006;
149cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#first
150cdf0e10cSrcweir    const short RDF_FIRST       = 1007;
151cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
152cdf0e10cSrcweir    const short RDF_REST        = 1008;
153cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
154cdf0e10cSrcweir    const short RDF_NIL         = 1009;
155cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
156cdf0e10cSrcweir    const short RDF_XMLLITERAL  = 1010;
157cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
158cdf0e10cSrcweir    const short RDF_ALT         = 1011;
159cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
160cdf0e10cSrcweir    const short RDF_BAG         = 1012;
161cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#List
162cdf0e10cSrcweir    const short RDF_LIST        = 1013;
163cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
164cdf0e10cSrcweir    const short RDF_SEQ         = 1014;
165cdf0e10cSrcweir    /// http://www.w3.org/1999/02/22-rdf-syntax-ns#_1
166cdf0e10cSrcweir    const short RDF_1           = 1015;
167cdf0e10cSrcweir    /* hmm... that's a lot of potential constants:
168cdf0e10cSrcweir    _n where n is a decimal integer greater than zero with no leading zeros.
169cdf0e10cSrcweir    */
170cdf0e10cSrcweir
171cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#comment
172cdf0e10cSrcweir    const short RDFS_COMMENT                        = 1100;
173cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#label
174cdf0e10cSrcweir    const short RDFS_LABEL                          = 1101;
175cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#domain
176cdf0e10cSrcweir    const short RDFS_DOMAIN                         = 1102;
177cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#range
178cdf0e10cSrcweir    const short RDFS_RANGE                          = 1103;
179cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#subClassOf
180cdf0e10cSrcweir    const short RDFS_SUBCLASSOF                     = 1104;
181cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#Literal
182cdf0e10cSrcweir    const short RDFS_LITERAL                        = 1105;
183cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#member
184cdf0e10cSrcweir    const short RDFS_MEMBER                         = 1106;
185cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#subPropertyOf
186cdf0e10cSrcweir    const short RDFS_SUBPROPERTYOF                  = 1107;
187cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#isDefinedBy
188cdf0e10cSrcweir    const short RDFS_ISDEFINEDBY                    = 1108;
189cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#seeAlso
190cdf0e10cSrcweir    const short RDFS_SEEALSO                        = 1109;
191cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#Resource
192cdf0e10cSrcweir    const short RDFS_RESOURCE                       = 1110;
193cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#Class
194cdf0e10cSrcweir    const short RDFS_CLASS                          = 1111;
195cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#Datatype
196cdf0e10cSrcweir    const short RDFS_DATATYPE                       = 1112;
197cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#Container
198cdf0e10cSrcweir    const short RDFS_CONTAINER                      = 1113;
199cdf0e10cSrcweir    /// http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
200cdf0e10cSrcweir    const short RDFS_CONTAINERMEMBERSHIPPROPERTY    = 1114;
201cdf0e10cSrcweir
202cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#Class
203cdf0e10cSrcweir    const short OWL_CLASS                       = 1200;
204cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#ObjectProperty
205cdf0e10cSrcweir    const short OWL_OBJECTPROPERTY              = 1201;
206cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#DatatypeProperty
207cdf0e10cSrcweir    const short OWL_DATATYPEPROPERTY            = 1202;
208cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#FunctionalProperty
209cdf0e10cSrcweir    const short OWL_FUNCTIONALPROPERTY          = 1203;
210cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#Thing
211cdf0e10cSrcweir    const short OWL_THING                       = 1204;
212cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#Nothing
213cdf0e10cSrcweir    const short OWL_NOTHING                     = 1205;
214cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#Individual
215cdf0e10cSrcweir    const short OWL_INDIVIDUAL                  = 1206;
216cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#equivalentClass
217cdf0e10cSrcweir    const short OWL_EQUIVALENTCLASS             = 1207;
218cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#equivalentProperty
219cdf0e10cSrcweir    const short OWL_EQUIVALENTPROPERTY          = 1208;
220cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#sameAs
221cdf0e10cSrcweir    const short OWL_SAMEAS                      = 1209;
222cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#differentFrom
223cdf0e10cSrcweir    const short OWL_DIFFERENTFROM               = 1210;
224cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#AllDifferent
225cdf0e10cSrcweir    const short OWL_ALLDIFFERENT                = 1211;
226cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#distinctMembers
227cdf0e10cSrcweir    const short OWL_DISTINCTMEMBERS             = 1212;
228cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#inverseOf
229cdf0e10cSrcweir    const short OWL_INVERSEOF                   = 1213;
230cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#TransitiveProperty
231cdf0e10cSrcweir    const short OWL_TRANSITIVEPROPERTY          = 1214;
232cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#SymmetricProperty
233cdf0e10cSrcweir    const short OWL_SYMMETRICPROPERTY           = 1215;
234cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#InverseFunctionalProperty
235cdf0e10cSrcweir    const short OWL_INVERSEFUNCTIONALPROPERTY   = 1216;
236cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#Restriction
237cdf0e10cSrcweir    const short OWL_RESTRICTION                 = 1217;
238cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#onProperty
239cdf0e10cSrcweir    const short OWL_ONPROPERTY                  = 1218;
240cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#allValuesFrom
241cdf0e10cSrcweir    const short OWL_ALLVALUESFROM               = 1219;
242cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#someValuesFrom
243cdf0e10cSrcweir    const short OWL_SOMEVALUESFROM              = 1220;
244cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#minCardinality
245cdf0e10cSrcweir    const short OWL_MINCARDINALITY              = 1221;
246cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#maxCardinality
247cdf0e10cSrcweir    const short OWL_MAXCARDINALITY              = 1222;
248cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#cardinality
249cdf0e10cSrcweir    const short OWL_CARDINALITY                 = 1223;
250cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#Ontology
251cdf0e10cSrcweir    const short OWL_ONTOLOGY                    = 1224;
252cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#imports
253cdf0e10cSrcweir    const short OWL_IMPORTS                     = 1225;
254cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#versionInfo
255cdf0e10cSrcweir    const short OWL_VERSIONINFO                 = 1226;
256cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#priorVersion
257cdf0e10cSrcweir    const short OWL_PRIORVERSION                = 1227;
258cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#backwardCompatibleWith
259cdf0e10cSrcweir    const short OWL_BACKWARDCOMPATIBLEWITH      = 1228;
260cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#incompatibleWith
261cdf0e10cSrcweir    const short OWL_INCOMPATIBLEWITH            = 1229;
262cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#DeprecatedClass
263cdf0e10cSrcweir    const short OWL_DEPRECATEDCLASS             = 1230;
264cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#DeprecatedProperty
265cdf0e10cSrcweir    const short OWL_DEPRECATEDPROPERTY          = 1231;
266cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#AnnotationProperty
267cdf0e10cSrcweir    const short OWL_ANNOTATIONPROPERTY          = 1232;
268cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#OntologyProperty
269cdf0e10cSrcweir    const short OWL_ONTOLOGYPROPERTY            = 1233;
270cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#oneOf
271cdf0e10cSrcweir    const short OWL_ONEOF                       = 1234;
272cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#dataRange
273cdf0e10cSrcweir    const short OWL_DATARANGE                   = 1235;
274cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#disjointWith
275cdf0e10cSrcweir    const short OWL_DISJOINTWITH                = 1236;
276cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#unionOf
277cdf0e10cSrcweir    const short OWL_UNIONOF                     = 1237;
278cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#complementOf
279cdf0e10cSrcweir    const short OWL_COMPLEMENTOF                = 1238;
280cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#intersectionOf
281cdf0e10cSrcweir    const short OWL_INTERSECTIONOF              = 1239;
282cdf0e10cSrcweir    /// http://www.w3.org/2002/07/owl#hasValue
283cdf0e10cSrcweir    const short OWL_HASVALUE                    = 1240;
284cdf0e10cSrcweir
285cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#hasPart
286cdf0e10cSrcweir    const short PKG_HASPART         = 2000;
287cdf0e10cSrcweir/* REMOVED
288cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#idref
289cdf0e10cSrcweir    const short PKG_IDREF       = 2001;
290cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#path
291cdf0e10cSrcweir    const short PKG_PATH        = 2002;
292cdf0e10cSrcweir*/
293cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#mimeType
294cdf0e10cSrcweir    const short PKG_MIMETYPE        = 2003;
295cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Package
296cdf0e10cSrcweir    const short PKG_PACKAGE         = 2004;
297cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element
298cdf0e10cSrcweir    const short PKG_ELEMENT         = 2005;
299cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File
300cdf0e10cSrcweir    const short PKG_FILE            = 2006;
301cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#MetadataFile
302cdf0e10cSrcweir    const short PKG_METADATAFILE    = 2007;
303cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document
304cdf0e10cSrcweir    const short PKG_DOCUMENT        = 2008;
305cdf0e10cSrcweir
306cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#prefix
307cdf0e10cSrcweir    const short ODF_PREFIX          = 2100;
308cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#suffix
309cdf0e10cSrcweir    const short ODF_SUFFIX          = 2101;
310cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element
311cdf0e10cSrcweir    const short ODF_ELEMENT         = 2102;
312cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile
313cdf0e10cSrcweir    const short ODF_CONTENTFILE     = 2103;
314cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile
315cdf0e10cSrcweir    const short ODF_STYLESFILE      = 2104;
316cdf0e10cSrcweir/* REMOVED
317cdf0e10cSrcweir    /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#MetadataFile
318cdf0e10cSrcweir    const short ODF_METADATAFILE    = 2105;
319cdf0e10cSrcweir*/
320cdf0e10cSrcweir
321cdf0e10cSrcweir    /// urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field
322cdf0e10cSrcweir//    const short TEXT_META_FIELD = 3000;
323cdf0e10cSrcweir};
324cdf0e10cSrcweir
325cdf0e10cSrcweir//=============================================================================
326cdf0e10cSrcweir
327cdf0e10cSrcweir}; }; }; };
328cdf0e10cSrcweir
329cdf0e10cSrcweir#endif
330