Metawidget XML Schemas
Inspection Results
This schema is used for inspection results returned by Inspectors:
External Configuration
These schemas are (optionally) used when externally configuring Metawidget via metawidget.xml. For example
<metawidget xmlns="http://metawidget.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://metawidget.org http://metawidget.org/xsd/metawidget-1.0.xsd
java:org.metawidget.jsp.tagext.html.spring http://metawidget.org/xsd/org.metawidget.jsp.tagext.html.spring-1.0.xsd"
version="1.0">
<springMetawidgetTag xmlns="java:org.metawidget.jsp.tagext.html.spring"/>
</metawidget>