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
m
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
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 sections:
+
Consider the following sections:
  
*[[Introduction to XML Mappings (ELUG)]] -- Describes each of the different EclipseLink XML mapping types and important XML mapping concepts.
+
*[[Introduction to XML Mappings (ELUG)|Introduction to XML Mappings]] – describes each of the different EclipseLink XML mapping types and important XML mapping concepts.
  
*[[Configuring an XML Mapping (ELUG)]] -- Explains how to configure EclipseLink XML mapping options common to two or more XML mapping types.
+
*[[Configuring an XML Mapping (ELUG)|Configuring an XML Mapping]] – explains how to configure EclipseLink XML mapping options common to two or more XML mapping types.
  
*[[Configuring an XML Direct Mapping (ELUG)]] -- 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)]] -- 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)]] -- 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)]] -- 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)]] -- 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)]] -- 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)]] -- Explains how to configure a transformation XML mapping. -->
  
*[[Configuring an XML Transformation Mapping (ELUG)]] -- Explains how to configure a transformation XML mapping.
 
  
  

Latest revision as of 15:29, 8 January 2008

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).

Consider the following sections:






Related Topics



Copyright Statement

Back to the top