Develop and Download Open Source Software

Browse CVS Repository

Contents of /xoonips/xoonips/xoonips/link.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: +34 -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 <define name="link">
7
8 <zeroOrMore>
9
10 <element name="link">
11
12 <interleave>
13
14 <attribute name="index_id">
15
16 <data type="integer"/>
17
18 </attribute>
19
20 <attribute name="item_id">
21
22 <data type="integer"/>
23
24 </attribute>
25
26 </interleave>
27
28 </element>
29
30 </zeroOrMore>
31
32 </define>
33
34 </grammar>

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