~ubuntu-branches/ubuntu/precise/xerces-c/precise-security

« back to all changes in this revision

Viewing changes to src/xercesc/validators/schema/SchemaSymbols.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-12-05 14:58:32 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091205145832-378dg3x72mdzfzup
Tags: 3.1.0~rc1-1
* New upstream release; public release candidate uploaded at request of
  upstream.
* Updated source format to '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
/*
19
 
 * $Id: SchemaSymbols.hpp 527149 2007-04-10 14:56:39Z amassari $
 
19
 * $Id: SchemaSymbols.hpp 802804 2009-08-10 14:21:48Z amassari $
20
20
 */
21
21
 
22
22
#if !defined(XERCESC_INCLUDE_GUARD_SCHEMASYMBOLS_HPP)
38
38
    // -----------------------------------------------------------------------
39
39
    static const XMLCh fgURI_XSI[];
40
40
    static const XMLCh fgURI_SCHEMAFORSCHEMA[];
 
41
    // deprecated (typo)
41
42
    static const XMLCh fgXSI_SCHEMALOCACTION[];
 
43
    // deprecated (typo)
42
44
    static const XMLCh fgXSI_NONAMESPACESCHEMALOCACTION[];
 
45
    static const XMLCh fgXSI_SCHEMALOCATION[];
 
46
    static const XMLCh fgXSI_NONAMESPACESCHEMALOCATION[];
43
47
    static const XMLCh fgXSI_TYPE[];
44
48
    static const XMLCh fgELT_ALL[];
45
49
    static const XMLCh fgELT_ANNOTATION[];