blob: 258f60639c99299eb963805e8a2b265d86dc31d3 [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="foo">
<xsd:simpleType>
<xsd:annotation>
<xsd:appinfo>Application Information</xsd:appinfo>
<xsd:documentation>Documentation</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:integer">
<xsd:annotation>
<xsd:appinfo>Application Information</xsd:appinfo>
<xsd:documentation>Documentation</xsd:documentation>
</xsd:annotation>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:schema>