aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/xlink.xsd
blob: d1be61cc76f872edad77ad4947c6c675fc2d7e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink">
  <xs:import schemaLocation="sisu_xhtml.xsd"/>
  <xs:attributeGroup name="href">
    <xs:attribute name="href" use="required" form="qualified" type="xs:anyURI"/>
  </xs:attributeGroup>
  <xs:attribute name="type" type="xs:NCName"/>
  <xs:attribute name="actuate" type="xs:NCName"/>
  <xs:attributeGroup name="href1">
    <xs:attribute name="href" use="required" form="qualified"/>
  </xs:attributeGroup>
  <xs:attribute name="show" type="xs:NCName"/>
</xs:schema>