Develop and Download Open Source Software

Browse CVS Repository

Contents of /xoonips/xoonips/xoonips/file.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: +78 -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="file">
7
8 <element name="file">
9
10 <attribute name="item_id">
11
12 <data type="integer"/>
13
14 </attribute>
15
16 <attribute name="file_type_name">
17
18 <data type="string"/>
19
20 </attribute>
21
22 <attribute name="original_file_name">
23
24 <data type="string"/>
25
26 </attribute>
27
28 <optional>
29
30 <attribute name="file_name">
31
32 <data type="string"/>
33
34 </attribute>
35
36 </optional>
37
38 <attribute name="file_size">
39
40 <data type="integer"/>
41
42 </attribute>
43
44 <attribute name="mime_type">
45
46 <data type="string"/>
47
48 </attribute>
49
50 <interleave>
51
52 <optional>
53
54 <element name="thumbnail">
55
56 <data type="string"/>
57
58 </element>
59
60 </optional>
61
62 <optional>
63
64 <element name="caption">
65
66 <data type="string"/>
67
68 </element>
69
70 </optional>
71
72 </interleave>
73
74 </element>
75
76 </define>
77
78 </grammar>

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