diff options
Diffstat (limited to 'lib/xmerl/include/xmerl_xlink.hrl')
-rwxr-xr-x | lib/xmerl/include/xmerl_xlink.hrl | 26 |
1 files changed, 26 insertions, 0 deletions
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 + }). |