-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathfb3_links.xsd
24 lines (24 loc) · 1.06 KB
/
fb3_links.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by GribUser (Shukovsky) -->
<xs:schema targetNamespace="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/1999/xlink" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:attribute name="role" default="auto">
<xs:annotation>
<xs:documentation>Тип для сноски - концевая, подстраничная, коментарий, etc</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<!-- OB: исправлены описки в значениях -->
<xs:enumeration value="auto"/>
<xs:enumeration value="footnote"/>
<xs:enumeration value="endnote"/>
<xs:enumeration value="comment"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="href" type="xs:anyURI">
<xs:annotation>
<xs:documentation>link target</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:schema>