File: .classpath.dtd

package info (click to toggle)
basex 10.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,684 kB
  • sloc: java: 156,985; xml: 54,172; sh: 43; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<!ELEMENT classpath (classpathentry+)>
<!ELEMENT classpathentry (attributes?)>
<!ATTLIST classpathentry kind NMTOKEN #REQUIRED>
<!ATTLIST classpathentry output CDATA #IMPLIED>
<!ATTLIST classpathentry path CDATA #REQUIRED>
<!ATTLIST classpathentry excluding CDATA #IMPLIED>
<!ATTLIST classpathentry combineaccessrules NMTOKEN #IMPLIED>
<!ELEMENT attributes (attribute+)>
<!ELEMENT attribute EMPTY>
<!ATTLIST attribute name (maven.pomderived|optional|test) #REQUIRED>
<!ATTLIST attribute value NMTOKEN #FIXED "true">