< prev index next >
src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlNsForm.java
Print this page
@@ -34,27 +34,30 @@
* <p><b>Usage</b>
* <p>
* The namespace qualification values are used in the annotations
* defined in this packge. The enumeration values are mapped as follows:
*
- * <table summary="" border="1" cellpadding="4" cellspacing="3">
- * <tbody>
+ * <table class="striped">
+ * <caption style="display:none">Mapping of enumeration values</caption>
+ * <thead>
* <tr>
- * <td><b>Enum Value</b></td>
- * <td><b>XML Schema Value</b></td>
+ * <th scope="col">Enum Value</th>
+ * <th scope="col">XML Schema Value</th>
* </tr>
+ * </thead>
*
- * <tr valign="top">
- * <td>UNQUALIFIED</td>
+ * <tbody>
+ * <tr>
+ * <th scope="row">UNQUALIFIED</th>
* <td>unqualified</td>
* </tr>
- * <tr valign="top">
- * <td>QUALIFIED</td>
+ * <tr>
+ * <th scope="row">QUALIFIED</th>
* <td>qualified</td>
* </tr>
- * <tr valign="top">
- * <td>UNSET</td>
+ * <tr>
+ * <th scope="row">UNSET</th>
* <td>namespace qualification attribute is absent from the
* XML Schema fragment</td>
* </tr>
* </tbody>
* </table>
< prev index next >