<?xml version="1.0" encoding="UTF-8"?>

<!--
    Document   : AccountsOutput.dtd
    Created on : June 19, 2005, 4:23 PM
    Author     : J. Dean Brock, UNCA

    This specification produced with the support of the
    Office of the President of the University of North Carolina
    funded project in Computational Science, Computer Science,
    High Performance Computing, and Information Systems:
       Scientific Innovations in Numerical Modeling,
       Digital Visualization, and High-speed Connectivity
       in Western North Carolina

    PUBLIC ID  : -//UNCA Computer Science//Shared Server Account Output//EN
    SYSTEM ID  : http://www.cs.unca.edu/SharedServer/AccountsInput.dtd
-->

<!ELEMENT accounts  (account*)>
<!ELEMENT account   (name,college,studid,email,loginid,dfpasswd,service*)>
<!ELEMENT name      (last,suffix?,first,middle*,prefer?)>
<!ELEMENT service   (system,access,files)>
<!ELEMENT access    (#PCDATA)>
<!ELEMENT college   (#PCDATA)>
<!ELEMENT dfpasswd  (#PCDATA)>
<!ELEMENT email     (#PCDATA)>
<!ELEMENT files     (#PCDATA)>
<!ELEMENT first     (#PCDATA)>
<!ELEMENT last      (#PCDATA)>
<!ELEMENT loginid   (#PCDATA)>
<!ELEMENT middle    (#PCDATA)>
<!ELEMENT prefer    (#PCDATA)>
<!ELEMENT studid    (#PCDATA)>
<!ELEMENT suffix    (#PCDATA)>
<!ELEMENT system    (#PCDATA)>
