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 "XML Mappings (ELUG)"

m (New page: =Creating and Configuring XML Mappings== An XML mapping transforms object data members to the XML nodes of an XML document, whose structure is defined by an XML schema document (XSD). Thi...)
 
m
Line 1: Line 1:
=Creating and Configuring XML Mappings==
+
=Creating and Configuring XML Mappings=
 
An XML mapping transforms object data members to the XML nodes of an XML document, whose structure is defined by an XML schema document (XSD).
 
An XML mapping transforms object data members to the XML nodes of an XML document, whose structure is defined by an XML schema document (XSD).
  
This part contains the following chapters:
+
This part contains the following sections:
  
*[[Introduction to XML Mappings (ELUG)]]<br>This chapter describes each of the different EclipseLink XML mapping types and important XML mapping concepts.
+
*[[Introduction to XML Mappings (ELUG)]] -- Describes each of the different EclipseLink XML mapping types and important XML mapping concepts.
  
*[[Configuring an XML Mapping (ELUG)]]<br>This chapter explains how to configure EclipseLink XML mapping options common to two or more XML mapping types.
+
*[[Configuring an XML Mapping (ELUG)]] -- Explains how to configure EclipseLink XML mapping options common to two or more XML mapping types.
  
*[[Configuring an XML Direct Mapping (ELUG)]]<br>This chapter explains how to configure a direct XML mapping.
+
*[[Configuring an XML Direct Mapping (ELUG)]] -- Explains how to configure a direct XML mapping.
  
*[[Configuring an XML Composite Direct Collection Mapping (ELUG)]]<br>This chapter explains how to configure a composite direct collection XML mapping.
+
*[[Configuring an XML Composite Direct Collection Mapping (ELUG)]] -- Explains how to configure a composite direct collection XML mapping.
  
*[[Configuring an XML Composite Object Mapping (ELUG)]]<br>This chapter explains how to configure a composite object XML mapping including an XML mapping to a single named complex type of type <tt>xs:anyType</tt>.
+
*[[Configuring an XML Composite Object Mapping (ELUG)]] -- Explains how to configure a composite object XML mapping including an XML mapping to a single named complex type of type <tt>xs:anyType</tt>.
  
*[[Configuring an XML Composite Collection Mapping (ELUG)]]<br>This chapter explains how to configure a composite collection XML mapping.
+
*[[Configuring an XML Composite Collection Mapping (ELUG)]] -- Explains how to configure a composite collection XML mapping.
  
*[[Configuring an XML Any Object Mapping (ELUG)]]<br>This chapter explains how to configure an XML mapping to a single unnamed complex type specified as <tt>xs:any</tt>.
+
*[[Configuring an XML Any Object Mapping (ELUG)]] -- Explains how to configure an XML mapping to a single unnamed complex type specified as <tt>xs:any</tt>.
  
*[[Configuring an XML Any Collection Mapping (ELUG)]]<br>This chapter explains how to configure an XML mapping to an unnamed sequence of complex types specified as <tt>xs:any</tt>, an unnamed sequence of complex types of type <tt>xs:anyType</tt>, or a root element of type <tt>xs:anyType</tt>.
+
*[[Configuring an XML Any Collection Mapping (ELUG)]] -- Explains how to configure an XML mapping to an unnamed sequence of complex types specified as <tt>xs:any</tt>, an unnamed sequence of complex types of type <tt>xs:anyType</tt>, or a root element of type <tt>xs:anyType</tt>.
  
*[[Configuring an XML Transformation Mapping (ELUG)]]<br>This chapter explains how to configure a transformation XML mapping.
+
*[[Configuring an XML Transformation Mapping (ELUG)]] -- Explains how to configure a transformation XML mapping.
  
  

Revision as of 11:01, 17 December 2007

Creating and Configuring XML Mappings

An XML mapping transforms object data members to the XML nodes of an XML document, whose structure is defined by an XML schema document (XSD).

This part contains the following sections:

  • Configuring an XML Any Collection Mapping (ELUG) -- Explains how to configure an XML mapping to an unnamed sequence of complex types specified as xs:any, an unnamed sequence of complex types of type xs:anyType, or a root element of type xs:anyType.


Related Topics



Copyright Statement

Back to the top