blob: c6e9c462125d7963488e312a0d3d556f2abd0938 [file] [log] [blame]
Florian Thienele82b4752012-03-19 21:08:44 +01001<?xml version="1.0" encoding="UTF-8"?>
2<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/XML/1998/namespace" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:docbook="http://docbook.org/ns/docbook">
3 <xs:attribute name="id" type="xs:ID"/>
4 <xs:attribute name="lang"/>
5 <xs:attribute name="base"/>
6 <xs:attribute name="space">
7 <xs:simpleType>
8 <xs:restriction base="xs:token">
9 <xs:enumeration value="preserve"/>
10 </xs:restriction>
11 </xs:simpleType>
12 </xs:attribute>
13</xs:schema>