Initial import
[jpf-core.git] / src / tests / gov / nasa / jpf / test / xerces / http%^^www.puppycrawl.com^dtds^configuration_1_3.dtd
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 \r
3 <!-- Add the following to any file that is to be validated against this DTD:\r
4 \r
5 <!DOCTYPE module PUBLIC\r
6     "-//Puppy Crawl//DTD Check Configuration 1.3//EN"\r
7     "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">\r
8 -->\r
9 \r
10 <!ELEMENT module (module|property|metadata|message)*>\r
11 <!ATTLIST module name NMTOKEN #REQUIRED>\r
12 \r
13 <!ELEMENT property EMPTY>\r
14 <!ATTLIST property\r
15         name NMTOKEN #REQUIRED\r
16     value CDATA #REQUIRED\r
17     default CDATA #IMPLIED\r
18 >\r
19 \r
20 <!--\r
21 \r
22    Used to store metadata in the Checkstyle configuration file. This\r
23    information is ignored by Checkstyle. This may be useful if you want to\r
24    store plug-in specific information.\r
25 \r
26    To avoid name clashes between different tools/plug-ins you are *strongly*\r
27    encouraged to prefix all names with your domain name. For example, use the\r
28    name "com.mycompany.parameter" instead of "parameter".\r
29 \r
30    The prefix "com.puppycrawl." is reserved for Checkstyle.\r
31 \r
32 -->\r
33 \r
34 <!ELEMENT metadata EMPTY>\r
35 <!ATTLIST metadata\r
36         name NMTOKEN #REQUIRED\r
37         value CDATA #REQUIRED\r
38 >\r
39 \r
40 <!--\r
41    Can be used to replaced some generic Checkstyle messages with a custom\r
42    messages.\r
43 \r
44    The 'key' attribute specifies for which actual Checkstyle message the\r
45    replacing should occur, look into Checkstyles message.properties for\r
46    the according message keys.\r
47 \r
48    The 'value' attribute defines the custom message patterns including\r
49    message parameter placeholders as defined in the original Checkstyle\r
50    messages (again see message.properties for reference).\r
51 -->\r
52 <!ELEMENT message EMPTY>\r
53 <!ATTLIST message\r
54         key NMTOKEN #REQUIRED\r
55         value CDATA #REQUIRED\r
56 >\r