<?xml version=“1.0” encoding=“utf-8”?> <xs:schema xmlns:xs=“www.w3.org/2001/XMLSchema” xmlns:mml=“www.w3.org/1998/Math/MathML” xmlns:xsi=“www.w3.org/2001/XMLSchema-instance” xmlns:xlink=“www.w3.org/1999/xlink” elementFormDefault=“qualified” targetNamespace=“www.w3.org/1999/xlink”>
<!-- XSD import (no namespace) suppressed, whee --> <!-- XSD import of namespace http://www.w3.org/1998/Math/MathML suppressed, whee --> <!-- XSD import of namespace http://www.w3.org/2001/XMLSchema-instance suppressed, whee --> <!-- XSD import of namespace http://www.w3.org/XML/1998/namespace suppressed, whee --> <xs:attribute name="type"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="simple"/> </xs:restriction> </xs:simpleType></xs:attribute> <xs:attribute name="href"/> <xs:attribute name="role"/> <xs:attribute name="title"/> <xs:attribute name="show"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="embed"/> <xs:enumeration value="new"/> <xs:enumeration value="none"/> <xs:enumeration value="other"/> <xs:enumeration value="replace"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="actuate"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="none"/> <xs:enumeration value="onLoad"/> <xs:enumeration value="onRequest"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:attribute>
</xs:schema>