1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!-- (c) XBRL International. See www.xbrl.org/legal
3 XLink attribute specification - produced by xBRL group in December 2006
4 Thanks to xBRL for giving OASIS CIQ TC permission to use this specification
6 <schema xmlns:
xlink=
"http://www.w3.org/1999/xlink" xmlns=
"http://www.w3.org/2001/XMLSchema" targetNamespace=
"http://www.w3.org/1999/xlink" elementFormDefault=
"qualified" attributeFormDefault=
"qualified">
9 XLink attribute specification
12 <attribute name=
"type">
16 Enumeration of values for the type attribute
19 <restriction base=
"string">
20 <enumeration value=
"simple"/>
21 <enumeration value=
"extended"/>
22 <enumeration value=
"locator"/>
23 <enumeration value=
"arc"/>
24 <enumeration value=
"resource"/>
25 <enumeration value=
"title"/>
29 <attribute name=
"role">
33 A URI with a minimum length of
1 character.
36 <restriction base=
"anyURI">
37 <minLength value=
"1"/>
41 <attribute name=
"arcrole">
45 A URI with a minimum length of
1 character.
48 <restriction base=
"anyURI">
49 <minLength value=
"1"/>
53 <attribute name=
"title" type=
"string"/>
54 <attribute name=
"show">
58 Enumeration of values for the show attribute
61 <restriction base=
"string">
62 <enumeration value=
"new"/>
63 <enumeration value=
"replace"/>
64 <enumeration value=
"embed"/>
65 <enumeration value=
"other"/>
66 <enumeration value=
"none"/>
70 <attribute name=
"actuate">
74 Enumeration of values for the actuate attribute
77 <restriction base=
"string">
78 <enumeration value=
"onLoad"/>
79 <enumeration value=
"onRequest"/>
80 <enumeration value=
"other"/>
81 <enumeration value=
"none"/>
85 <attribute name=
"label" type=
"NCName"/>
86 <attribute name=
"from" type=
"NCName"/>
87 <attribute name=
"to" type=
"NCName"/>
88 <attribute name=
"href" type=
"anyURI"/>