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 11: Line 11:
 
|-
 
|-
 
! Annotation  
 
! Annotation  
 +
! XML Metadata Tag
 
! Package  
 
! Package  
 
! Type  
 
! Type  
Line 17: 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
 
| &nbsp;  
 
| &nbsp;  
 
| &nbsp;  
 
| &nbsp;  
Line 23: Line 25:
 
|-
 
|-
 
| [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
 
| &nbsp;  
 
| &nbsp;  
 
| &nbsp;  
 
| &nbsp;  
Line 29: Line 32:
 
|-
 
|-
 
| [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
 
|  
 
|  
 
|  
 
|  

Revision as of 14:32, 9 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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.