Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/DesignDocs/293925/Phase6"

Line 1: Line 1:
= Phase 6 - Substitution Groups (page under construction) =
+
<div style="border: 1px solid rgb(0, 0, 0); margin: 5px; padding: 5px; float: right;">__TOC__</div>
 +
= Phase 6 - Substitution Groups (page under construction) =
  
Provide support for substitution groups.
+
Provide support for substitution groups.  
  
 
== Annotations  ==
 
== Annotations  ==
Line 7: Line 8:
 
The following annotations will be targetted in this phase:  
 
The following annotations will be targetted in this phase:  
  
{| border="1" style="width: 100%;" class="wikitable"
+
{|{{BMTableStyle}}
|+ <br>
+
|-{{BMTHStyle}}
|-
+
 
! Annotation  
 
! Annotation  
! XML Metadata Tag
+
! XML Metadata Tag  
 
! Package  
 
! Package  
 
! Type  
 
! Type  
Line 18: Line 18:
 
|-
 
|-
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElements.html XmlElements<br>]  
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElements.html XmlElements<br>]  
| xml-elements
+
| xml-elements  
| &nbsp;  
+
| align="center" | &nbsp;  
| &nbsp;  
+
| align="center" | &nbsp;  
| X  
+
| align="center" | X  
| X
+
| align="center" | X
 
|-
 
|-
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementRef.html XmlElementRef<br>]  
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementRef.html XmlElementRef<br>]  
| xml-element-ref
+
| xml-element-ref  
| &nbsp;  
+
| align="center" | &nbsp;  
| &nbsp;  
+
| align="center" | &nbsp;  
| X  
+
| align="center" | X  
| X
+
| align="center" | X
 
|-
 
|-
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementRefs.html XmlElementRefs<br>]  
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementRefs.html XmlElementRefs<br>]  
| xml-element-refs
+
| xml-element-refs  
|  
+
| align="center" |  
|  
+
| align="center" |  
| X<br>
+
| align="center" | X<br>  
| X<br>
+
| align="center" | X<br>
 
|}
 
|}

Revision as of 12:19, 12 November 2009

Phase 6 - Substitution Groups (page under construction)

Provide support for substitution groups.

Annotations

The following annotations will be targetted in this phase:

Annotation XML Metadata Tag Package Type Field Method
XmlElements
xml-elements     X X
XmlElementRef
xml-element-ref     X X
XmlElementRefs
xml-element-refs X
X

Back to the top