Showing:

Facets
Properties
Source
Used by
Imported schema xlink.xsd
Namespace http://www.w3.org/1999/xlink
Properties
attribute form default: qualified
element form default: qualified
Attribute @xlink:type
Namespace http://www.w3.org/1999/xlink
Type restriction of xs:NMTOKEN
Properties
content: simple
Facets
enumeration simple
enumeration extended
enumeration locator
enumeration arc
enumeration resource
enumeration title
Used by
Attribute Group STCReference
Source
<xs:attribute name="type">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="simple"/>
      <xs:enumeration value="extended"/>
      <xs:enumeration value="locator"/>
      <xs:enumeration value="arc"/>
      <xs:enumeration value="resource"/>
      <xs:enumeration value="title"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @xlink:href
Namespace http://www.w3.org/1999/xlink
Type xs:anyURI
Properties
content: simple
Used by
Attribute Group STCReference
Source
<xs:attribute name="href" type="xs:anyURI"/>
Attribute @xlink:role
Namespace http://www.w3.org/1999/xlink
Type xs:anyURI
Properties
content: simple
Source
<xs:attribute name="role" type="xs:anyURI"/>
Attribute @xlink:arcrole
Namespace http://www.w3.org/1999/xlink
Type xs:anyURI
Properties
content: simple
Source
<xs:attribute name="arcrole" type="xs:anyURI"/>
Attribute @xlink:title
Namespace http://www.w3.org/1999/xlink
Type xs:string
Properties
content: simple
Source
<xs:attribute name="title" type="xs:string"/>
Attribute @xlink:show
Namespace http://www.w3.org/1999/xlink
Type restriction of xs:NMTOKEN
Properties
content: simple
Facets
enumeration new
enumeration replace
enumeration embed
enumeration other
enumeration none
Source
<xs:attribute name="show">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="new"/>
      <xs:enumeration value="replace"/>
      <xs:enumeration value="embed"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @xlink:label
Namespace http://www.w3.org/1999/xlink
Type xs:NMTOKEN
Properties
content: simple
Source
<xs:attribute name="label" type="xs:NMTOKEN"/>
Attribute @xlink:actuate
Namespace http://www.w3.org/1999/xlink
Type restriction of xs:NMTOKEN
Properties
content: simple
Facets
enumeration onLoad
enumeration onRequest
enumeration other
enumeration none
Source
<xs:attribute name="actuate">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="onLoad"/>
      <xs:enumeration value="onRequest"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @xlink:from
Namespace http://www.w3.org/1999/xlink
Type xs:NMTOKEN
Properties
content: simple
Source
<xs:attribute name="from" type="xs:NMTOKEN"/>
Attribute @xlink:to
Namespace http://www.w3.org/1999/xlink
Type xs:NMTOKEN
Properties
content: simple
Source
<xs:attribute name="to" type="xs:NMTOKEN"/>