Showing:

Annotations
Facets
Source
Used by
Imported schema xlink-2003-12-31.xsd
Namespace http://www.w3.org/1999/xlink
Annotations
Attribute @xlink:type
Namespace http://www.w3.org/1999/xlink
Type restriction of string
Facets
enumeration simple
enumeration extended
enumeration locator
enumeration arc
enumeration resource
enumeration title
Used by
Source
<attribute name="type">
  <simpleType>
    <annotation>
      <documentation>Enumeration of values for the type attribute</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="simple"/>
      <enumeration value="extended"/>
      <enumeration value="locator"/>
      <enumeration value="arc"/>
      <enumeration value="resource"/>
      <enumeration value="title"/>
    </restriction>
  </simpleType>
</attribute>
Attribute @xlink:label
Namespace http://www.w3.org/1999/xlink
Type NCName
Used by
Source
<attribute name="label" type="NCName"/>
Attribute @xlink:href
Namespace http://www.w3.org/1999/xlink
Type anyURI
Used by
Source
<attribute name="href" type="anyURI"/>
Attribute @xlink:role
Namespace http://www.w3.org/1999/xlink
Type restriction of anyURI
Facets
minLength 1
Source
<attribute name="role">
  <simpleType>
    <annotation>
      <documentation>A URI with a minimum length of 1 character.</documentation>
    </annotation>
    <restriction base="anyURI">
      <minLength value="1"/>
    </restriction>
  </simpleType>
</attribute>
Attribute @xlink:arcrole
Namespace http://www.w3.org/1999/xlink
Type restriction of anyURI
Facets
minLength 1
Source
<attribute name="arcrole">
  <simpleType>
    <annotation>
      <documentation>A URI with a minimum length of 1 character.</documentation>
    </annotation>
    <restriction base="anyURI">
      <minLength value="1"/>
    </restriction>
  </simpleType>
</attribute>
Attribute @xlink:title
Namespace http://www.w3.org/1999/xlink
Type string
Source
<attribute name="title" type="string"/>
Attribute @xlink:show
Namespace http://www.w3.org/1999/xlink
Type restriction of string
Facets
enumeration new
enumeration replace
enumeration embed
enumeration other
enumeration none
Source
<attribute name="show">
  <simpleType>
    <annotation>
      <documentation>Enumeration of values for the show attribute</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="new"/>
      <enumeration value="replace"/>
      <enumeration value="embed"/>
      <enumeration value="other"/>
      <enumeration value="none"/>
    </restriction>
  </simpleType>
</attribute>
Attribute @xlink:actuate
Namespace http://www.w3.org/1999/xlink
Type restriction of string
Facets
enumeration onLoad
enumeration onRequest
enumeration other
enumeration none
Source
<attribute name="actuate">
  <simpleType>
    <annotation>
      <documentation>Enumeration of values for the actuate attribute</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="onLoad"/>
      <enumeration value="onRequest"/>
      <enumeration value="other"/>
      <enumeration value="none"/>
    </restriction>
  </simpleType>
</attribute>
Attribute @xlink:from
Namespace http://www.w3.org/1999/xlink
Type NCName
Source
<attribute name="from" type="NCName"/>
Attribute @xlink:to
Namespace http://www.w3.org/1999/xlink
Type NCName
Source
<attribute name="to" type="NCName"/>