From 418c2a86410a00c9d3d28ee8b6f56e1c6c4d6780 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 26 Dec 2012 09:31:00 +0100 Subject: [PATCH] Add spring-oxm-1.5.xsd Issue: SPR-10121 Backport-Commit: 3724b90a8fb83f44995d9a527b10016d86781a74 --- .../oxm/config/spring-oxm-1.5.xsd | 146 ++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 org.springframework.oxm/src/main/resources/org/springframework/oxm/config/spring-oxm-1.5.xsd diff --git a/org.springframework.oxm/src/main/resources/org/springframework/oxm/config/spring-oxm-1.5.xsd b/org.springframework.oxm/src/main/resources/org/springframework/oxm/config/spring-oxm-1.5.xsd new file mode 100644 index 0000000000..a81a43a5fd --- /dev/null +++ b/org.springframework.oxm/src/main/resources/org/springframework/oxm/config/spring-oxm-1.5.xsd @@ -0,0 +1,146 @@ + + + + + + + + + Defines the elements used in Spring's Object/XML Mapping integration. + + + + + + + + Defines a JAXB1 Marshaller. + + + + + + + + + + + + The JAXB Context path + + + + + Whether incoming XML should be validated. + + + + + + + + + + + + Defines a JAXB2 Marshaller. + + + + + + + + + + + + + + + + + + + The JAXB Context path + + + + + + + + + + + + Defines a JiBX Marshaller. + + + + + + + + + + + + + The binding name used by this marshaller. + + + + + + + + + + + + Defines a XMLBeans Marshaller. + + + + + + + + + + + + + The bean name of the XmlOptions that is to be used for this marshaller. Typically a + XmlOptionsFactoryBean definition. + + + + + + + + + + + + + + + + A class supported by a marshaller. + + + + + + + + + +