Added missing attribute: typeResolution

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5030 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Allan Caplan
2007-02-02 18:01:28 +00:00
parent 181f92ba64
commit f3c562c3db

View File

@ -41,6 +41,7 @@
<xs:attribute name="message" type="xs:string" use="optional" />
<xs:attribute name="externalInfoUrl" type="xs:string" use="optional" />
<xs:attribute name="class" type="xs:NMTOKEN" use="optional" />
<xs:attribute name="typeResolution" type="xs:boolean" default="false" use="optional" />
</xs:complexType>
</xs:element>