1*ef5ccd6cSJohn Marino<!-- Copyright (C) 2007-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<!-- library-list: Root element with versioning --> 85796c8dcSSimon Schubert<!ELEMENT library-list (library)*> 95796c8dcSSimon Schubert<!ATTLIST library-list version CDATA #FIXED "1.0"> 105796c8dcSSimon Schubert 115796c8dcSSimon Schubert<!ELEMENT library (segment*, section*)> 125796c8dcSSimon Schubert<!ATTLIST library name CDATA #REQUIRED> 135796c8dcSSimon Schubert 145796c8dcSSimon Schubert<!ELEMENT segment EMPTY> 155796c8dcSSimon Schubert<!ATTLIST segment address CDATA #REQUIRED> 165796c8dcSSimon Schubert 175796c8dcSSimon Schubert<!ELEMENT section EMPTY> 185796c8dcSSimon Schubert<!ATTLIST section address CDATA #REQUIRED> 19