]> gerrit.simantics Code Review - simantics/interop.git/blob - org.simantics.xml.sax/src/org/simantics/xml/sax/configuration/ConversionRule.java
XML Schema converter
[simantics/interop.git] / org.simantics.xml.sax / src / org / simantics / xml / sax / configuration / ConversionRule.java
1 //\r
2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 \r
3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \r
4 // Any modifications to this file will be lost upon recompilation of the source schema. \r
5 // Generated on: 2015.11.25 at 04:57:27 PM EET \r
6 //\r
7 \r
8 \r
9 package org.simantics.xml.sax.configuration;\r
10 \r
11 import javax.xml.bind.annotation.XmlAccessType;\r
12 import javax.xml.bind.annotation.XmlAccessorType;\r
13 import javax.xml.bind.annotation.XmlSeeAlso;\r
14 import javax.xml.bind.annotation.XmlType;\r
15 \r
16 \r
17 /**\r
18  * <p>Java class for ConversionRule complex type.\r
19  * \r
20  * <p>The following schema fragment specifies the expected content contained within this class.\r
21  * \r
22  * <pre>\r
23  * &lt;complexType name="ConversionRule">\r
24  *   &lt;complexContent>\r
25  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">\r
26  *     &lt;/restriction>\r
27  *   &lt;/complexContent>\r
28  * &lt;/complexType>\r
29  * </pre>\r
30  * \r
31  * \r
32  */\r
33 @XmlAccessorType(XmlAccessType.FIELD)\r
34 @XmlType(name = "ConversionRule")\r
35 @XmlSeeAlso({\r
36     IDProvider.class,\r
37     UnrecognizedChildElement.class,\r
38     OrderedChild.class,\r
39     AttributeComposition.class,\r
40     IDReference.class\r
41 })\r
42 public class ConversionRule {\r
43 \r
44 \r
45 }\r