Develop and Download Open Source Software

Browse CVS Repository

Contents of /xoonips/xoonips/xoonips/index.rng

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Jun 6 09:21:42 2006 UTC (17 years, 10 months ago) by tani
Branch: MAIN
CVS Tags: REL20070323, XOONIPS_32_RC5, tag20061130, RELENG_3_BP, XOONIPS_31_RC4, RELENG_3_2_4a_RELEASE, XOONIPS_31_RC3, REL20060720, XOONIPS_31_RC1, tag20070307, XOONIPS_31_RC2, tag20070307current, RELENG_3_3_BP, HEAD
Branch point for: RELENG_3_3, XOONIPS_STABLE_32, RELENG_3
Changes since 1.1: +40 -0 lines
merge diff of XOONIPS_STABLE_3 from AL_PORTING to merge_to_20060605 to main trunk.

1 <?xml version="1.0"?>
2
3 <grammar xmlns="http://relaxng.org/ns/structure/1.0"
4 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
5
6 <start>
7
8 <element name="indexes">
9
10 <zeroOrMore>
11
12 <element name="index">
13
14 <attribute name="parent_id">
15
16 <data type="integer"/>
17
18 </attribute>
19
20 <attribute name="id">
21
22 <data type="integer"/>
23
24 </attribute>
25
26 <element name="title" >
27
28 <data type="string"/>
29
30 </element>
31
32 </element>
33
34 </zeroOrMore>
35
36 </element>
37
38 </start>
39
40 </grammar>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26