- <?xml version="1.0" encoding="UTF-8"?>
- <!-- edited with XML Spy v4.2 U (http://www.xmlspy.com) by * (*) -->
- <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">
- <xs:attribute name="type" type="xs:string" fixed="simple">
- <xs:annotation>
- <xs:documentation>link type</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="href" type="xs:string">
- <xs:annotation>
- <xs:documentation>link target</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- </xs:schema>
|