<element name="inverse">
<complexType>
<attribute name="definitionURL" type="string"
use="default" value=""/>
<attribute name="class" type="string" use="optional"/>
<attribute name="style" type="string" use="optional"/>
<attribute name="id" type="ID" use="optional"/>
<attribute name="other" type="string" use="optional"/>
</complexType>
</element>
<element name="ident">
<complexType>
<attribute name="definitionURL" type="string"
use="default" value=""/>
<attribute name="class" type="string" use="optional"/>
<attribute name="style" type="string" use="optional"/>
<attribute name="id" type="ID" use="optional"/>
<attribute name="other" type="string" use="optional"/>
</complexType>
</element>
In the above snippet and many other places in your code, you have given 'use' as
"default". It should be one of (optional,prohibited,required).
Pavani
--
Pavani Mukthipudi
Sun Microsystems Inc.
Phone: 080 - 2298989 Extn: 87390
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]