1
0

FictionBookLinks.xsd 656 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- edited with XML Spy v4.2 U (http://www.xmlspy.com) by * (*) -->
  3. <xs:schema targetNamespace="http://www.w3.org/1999/xlink" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/1999/xlink" elementFormDefault="qualified" attributeFormDefault="unqualified">
  4. <xs:attribute name="type" type="xs:string" fixed="simple">
  5. <xs:annotation>
  6. <xs:documentation>link type</xs:documentation>
  7. </xs:annotation>
  8. </xs:attribute>
  9. <xs:attribute name="href" type="xs:string">
  10. <xs:annotation>
  11. <xs:documentation>link target</xs:documentation>
  12. </xs:annotation>
  13. </xs:attribute>
  14. </xs:schema>