Florian Thienel | e82b475 | 2012-03-19 21:08:44 +0100 | [diff] [blame] | 1 | <?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> |