<?xml version="1.0" ?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="studentID" >
        <xsd:simpleType>
            <xsd:restriction base="xsd:integer">
                <xsd:pattern value="80\d{4}" />
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:element>
</xsd:schema>