1<!-- Copyright (C) 2011-2013 Free Software Foundation, Inc.
2
3     Copying and distribution of this file, with or without modification,
4     are permitted in any medium without royalty provided the copyright
5     notice and this notice are preserved.  -->
6
7<!-- library-list-svr4: Root element with versioning -->
8<!ELEMENT library-list-svr4  (library)*>
9<!ATTLIST library-list-svr4  version CDATA   #FIXED  "1.0">
10<!ATTLIST library-list-svr4  main-lm CDATA   #IMPLIED>
11
12<!ELEMENT library            EMPTY>
13<!ATTLIST library            name    CDATA   #REQUIRED>
14<!ATTLIST library            lm      CDATA   #REQUIRED>
15<!ATTLIST library            l_addr  CDATA   #REQUIRED>
16<!ATTLIST library            l_ld    CDATA   #REQUIRED>
17