From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- lib/xmerl/include/xmerl_xlink.hrl | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 lib/xmerl/include/xmerl_xlink.hrl (limited to 'lib/xmerl/include/xmerl_xlink.hrl') diff --git a/lib/xmerl/include/xmerl_xlink.hrl b/lib/xmerl/include/xmerl_xlink.hrl new file mode 100755 index 0000000000..375e244c23 --- /dev/null +++ b/lib/xmerl/include/xmerl_xlink.hrl @@ -0,0 +1,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 + }). -- cgit v1.2.3