xref: /aoo42x/main/xmloff/dtd/nmspace.mod (revision cabbd591)
1*cabbd591SAndrew Rist<!--***********************************************************
2*cabbd591SAndrew Rist *
3*cabbd591SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*cabbd591SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*cabbd591SAndrew Rist * distributed with this work for additional information
6*cabbd591SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*cabbd591SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*cabbd591SAndrew Rist * "License"); you may not use this file except in compliance
9*cabbd591SAndrew Rist * with the License.  You may obtain a copy of the License at
10*cabbd591SAndrew Rist *
11*cabbd591SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*cabbd591SAndrew Rist *
13*cabbd591SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*cabbd591SAndrew Rist * software distributed under the License is distributed on an
15*cabbd591SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*cabbd591SAndrew Rist * KIND, either express or implied.  See the License for the
17*cabbd591SAndrew Rist * specific language governing permissions and limitations
18*cabbd591SAndrew Rist * under the License.
19*cabbd591SAndrew Rist *
20*cabbd591SAndrew Rist ***********************************************************-->
21cdf0e10cSrcweir
22cdf0e10cSrcweir
23cdf0e10cSrcweir
24cdf0e10cSrcweir<!ENTITY nFO "http://www.w3.org/1999/XSL/Format">
25cdf0e10cSrcweir<!ENTITY nXLink "http://www.w3.org/1999/xlink">
26cdf0e10cSrcweir<!ENTITY nSVG "http://www.w3.org/2000/svg">
27cdf0e10cSrcweir<!ENTITY nMath "http://www.w3.org/1998/Math/MathML">
28cdf0e10cSrcweir
29cdf0e10cSrcweir<!-- StarOffice namespace names and prefixes -->
30cdf0e10cSrcweir
31cdf0e10cSrcweir<!ENTITY nOpenOffice "http://openoffice.org/2000">
32cdf0e10cSrcweir<!ENTITY nOpenOffice2001 "http://openoffice.org/2001">
33cdf0e10cSrcweir
34cdf0e10cSrcweir<!ENTITY nOffice "&nOpenOffice;/office">
35cdf0e10cSrcweir<!ENTITY nStyle "&nOpenOffice;/style">
36cdf0e10cSrcweir<!ENTITY nText "&nOpenOffice;/text">
37cdf0e10cSrcweir<!ENTITY nTable "&nOpenOffice;/table">
38cdf0e10cSrcweir<!ENTITY nMeta "&nOpenOffice;/meta">
39cdf0e10cSrcweir<!ENTITY nScript "&nOpenOffice;/script">
40cdf0e10cSrcweir<!ENTITY nDraw "&nOpenOffice;/drawing">
41cdf0e10cSrcweir<!ENTITY nChart "&nOpenOffice;/chart">
42cdf0e10cSrcweir<!ENTITY nNumber "&nOpenOffice;/datastyle">
43cdf0e10cSrcweir<!ENTITY nDr3D "&nOpenOffice;/dr3d">
44cdf0e10cSrcweir<!ENTITY nForm "&nOpenOffice;/form">
45cdf0e10cSrcweir<!ENTITY nConfig "&nOpenOffice2001;/config">
46cdf0e10cSrcweir<!ENTITY nPresentation "&nOpenOffice2001;/presentation">
47cdf0e10cSrcweir
48cdf0e10cSrcweir<!-- dublin core namespace name and prefic -->
49cdf0e10cSrcweir<!ENTITY nDC "http://purl.org/dc/elements/1.1/">
50