blob: f4ef36408dab760d608d9e365e68e75552bf0293 [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:simpleType name="foo">
<xsd:restriction base="xsd:integer">
<xsd:maxInclusive value="0">
<xsd:notation name="jpeg" public="image/jpeg" system="viewer.exe"/>
</xsd:maxInclusive>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>