blob: c1d05fea41e588074b66c4b400df06d8963e20da [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:string">
<xsd:enumeration value="1 2">
<xsd:notation name="jpeg" public="image/jpeg" system="viewer.exe"/>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>