]> gerrit.simantics Code Review - simantics/interop.git/blob - org.simantics.xml.sax/src/org/w3/_2001/xmlschema/WhiteSpace.java
XML Schema converter
[simantics/interop.git] / org.simantics.xml.sax / src / org / w3 / _2001 / xmlschema / WhiteSpace.java
1 //\r
2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 \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.06.17 at 02:58:58 PM EEST \r
6 //\r
7 \r
8 \r
9 package org.w3._2001.xmlschema;\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.XmlRootElement;\r
14 import javax.xml.bind.annotation.XmlType;\r
15 \r
16 \r
17 /**\r
18  * <p>Java class for anonymous 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>\r
24  *   &lt;complexContent>\r
25  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}facet">\r
26  *       &lt;sequence>\r
27  *         &lt;element ref="{http://www.w3.org/2001/XMLSchema}annotation" minOccurs="0"/>\r
28  *       &lt;/sequence>\r
29  *       &lt;attribute name="value" use="required">\r
30  *         &lt;simpleType>\r
31  *           &lt;restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">\r
32  *             &lt;enumeration value="preserve"/>\r
33  *             &lt;enumeration value="replace"/>\r
34  *             &lt;enumeration value="collapse"/>\r
35  *           &lt;/restriction>\r
36  *         &lt;/simpleType>\r
37  *       &lt;/attribute>\r
38  *       &lt;anyAttribute processContents='lax' namespace='##other'/>\r
39  *     &lt;/restriction>\r
40  *   &lt;/complexContent>\r
41  * &lt;/complexType>\r
42  * </pre>\r
43  * \r
44  * \r
45  */\r
46 @XmlAccessorType(XmlAccessType.FIELD)\r
47 @XmlType(name = "")\r
48 @XmlRootElement(name = "whiteSpace")\r
49 public class WhiteSpace\r
50     extends Facet\r
51 {\r
52 \r
53 \r
54 }\r