aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl/include/xmerl_xlink.hrl
blob: 375e244c23e7f9cc26536aada472d99caf15e2a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
%% The following is a brief summary of the element types (columns) on 
%% which the global attributes are allowed:
%%
%%	     simple  extended locator  arc   resource  title
%% type		X	X	X	X	X	X
%% href		X		X
%% role		X	X	X		X
%% title	X	X	X		X
%% show		X	X		X
%% actuate	X	X		X
%% from					X
%% to					X
%%
-record(xlink, {
		type,	% simple | extended | locator | arc | resource | title
		href,
		role
		title,
		show,
		actuate,
		from,
		to
	       }).