1*ef5ccd6cSJohn Marino<!-- Copyright (C) 2008-2013 Free Software Foundation, Inc. 25796c8dcSSimon Schubert 35796c8dcSSimon Schubert Copying and distribution of this file, with or without modification, 45796c8dcSSimon Schubert are permitted in any medium without royalty provided the copyright 55796c8dcSSimon Schubert notice and this notice are preserved. --> 65796c8dcSSimon Schubert 75796c8dcSSimon Schubert<!-- osdata: Root element with versioning --> 85796c8dcSSimon Schubert 95796c8dcSSimon Schubert<!ELEMENT osdata (item*)> 105796c8dcSSimon Schubert<!ATTLIST osdata version CDATA #FIXED "1.0"> 115796c8dcSSimon Schubert<!ATTLIST osdata type CDATA #REQUIRED> 125796c8dcSSimon Schubert 135796c8dcSSimon Schubert<!ELEMENT item (column*)> 145796c8dcSSimon Schubert 155796c8dcSSimon Schubert<!ELEMENT column (#PCDATA)> 165796c8dcSSimon Schubert<!ATTLIST column name CDATA #REQUIRED> 17