1 |
#?SuikaWikiConfig/2.0
|
2 |
|
3 |
ModuleSet:
|
4 |
@Name: HLink
|
5 |
@Version: First Working Draft
|
6 |
@ID: hlink
|
7 |
@BaseURI:
|
8 |
http://suika.fam.cx/gate/cvs/*checkout*/markup/hlink/schema/module/
|
9 |
|
10 |
@Namespace:
|
11 |
@@Name:
|
12 |
http://www.w3.org/2002/06/hlink
|
13 |
@@DefaultPrefix: hlink
|
14 |
@@UsePrefix: -1
|
15 |
|
16 |
@Copyright: Wakaba <w@suika.fam.cx>
|
17 |
@RCSDate: $Date: 2003/10/23 23:25:33 $
|
18 |
|
19 |
Datatype:
|
20 |
@Type:
|
21 |
@@Name:
|
22 |
:ContentType
|
23 |
@@XMLType: CDATA
|
24 |
@@Description: Internet Media Type [RFC 2046]
|
25 |
|
26 |
@Type:
|
27 |
@@Name:
|
28 |
:Coords
|
29 |
@@XMLType: CDATA
|
30 |
@@Description: coordinate *("," coordinate)
|
31 |
|
32 |
@Type:
|
33 |
@@Name:
|
34 |
:LinkTypes
|
35 |
@@XMLType: CDATA
|
36 |
@@Description: linktype *(WSP linktype)
|
37 |
|
38 |
@Type:
|
39 |
@@Name:
|
40 |
:Shape
|
41 |
@@XMLType: (default|rect|circle|poly)
|
42 |
|
43 |
@Type:
|
44 |
@@Name:
|
45 |
:URI
|
46 |
@@XMLType: CDATA
|
47 |
@@Description: A URI Reference
|
48 |
|
49 |
@Type:
|
50 |
@@Name: local-name
|
51 |
@@XMLType: NMTOKEN
|
52 |
|
53 |
Attribute:
|
54 |
@Attribute:
|
55 |
@@Name: common
|
56 |
|
57 |
Module:
|
58 |
@Name: Core
|
59 |
@ID: core
|
60 |
|
61 |
@Element:
|
62 |
@@Name: hlinks
|
63 |
@@Content:
|
64 |
(
|
65 |
hlink
|
66 |
)+
|
67 |
|
68 |
@Element:
|
69 |
@@Name: hlink
|
70 |
@@Content: "EMPTY"
|
71 |
|
72 |
@@Attribute:
|
73 |
@@@Attribute:
|
74 |
@@@@Name: "namespace"
|
75 |
@@@@Type:
|
76 |
:URI
|
77 |
@@@@Default: #REQUIRED
|
78 |
@@@Attribute:
|
79 |
@@@@Name: "element"
|
80 |
@@@@Type: local-name
|
81 |
@@@Attribute:
|
82 |
@@@@Name: "locator"
|
83 |
@@@@Type: "CDATA"
|
84 |
@@@Attribute:
|
85 |
@@@@Name: "effect"
|
86 |
@@@@Type: "CDATA"
|
87 |
@@@Attribute:
|
88 |
@@@@Name: "actuate"
|
89 |
@@@@Type: "CDATA"
|
90 |
@@@Attribute:
|
91 |
@@@@Name: "replacement"
|
92 |
@@@@Type: "CDATA"
|
93 |
@@@Attribute:
|
94 |
@@@@Name: "role"
|
95 |
@@@@Type: "CDATA"
|
96 |
@@@Attribute:
|
97 |
@@@@Name: "reverseRole"
|
98 |
@@@@Type: "CDATA"
|
99 |
@@@Attribute:
|
100 |
@@@@Name: "shape"
|
101 |
@@@@Type: "CDATA"
|
102 |
@@@Attribute:
|
103 |
@@@@Name: "coords"
|
104 |
@@@@Type: "CDATA"
|
105 |
@@@Attribute:
|
106 |
@@@@Name: "arcrole"
|
107 |
@@@@Type: "CDATA"
|
108 |
@@@Attribute:
|
109 |
@@@@Name: "label"
|
110 |
@@@@Type: "CDATA"
|
111 |
@@@Attribute:
|
112 |
@@@@Name: "from"
|
113 |
@@@@Type: "CDATA"
|
114 |
@@@Attribute:
|
115 |
@@@@Name: "to"
|
116 |
@@@@Type: "CDATA"
|
117 |
@@@Attribute:
|
118 |
@@@@Name: "mediaType"
|
119 |
@@@@Type: "CDATA"
|
120 |
@@@Attribute:
|
121 |
@@@@Name: "onSuccess"
|
122 |
@@@@Type: "CDATA"
|
123 |
@@@Attribute:
|
124 |
@@@@Name: "onFailure"
|
125 |
@@@@Type: "CDATA"
|
126 |
|
127 |
Module:
|
128 |
@Name: Referring
|
129 |
@ID: refer
|
130 |
|
131 |
@AttributeSet:
|
132 |
@@Name: definition
|
133 |
@@Attribute:
|
134 |
@@@Name: definition
|
135 |
@@@Type:
|
136 |
:URI
|