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