]> gerrit.simantics Code Review - simantics/interop.git/blob - org.simantics.xml.sax/src/org/w3/_2001/xmlschema/NarrowMaxMin.java
XML Schema converter
[simantics/interop.git] / org.simantics.xml.sax / src / org / w3 / _2001 / xmlschema / NarrowMaxMin.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.XmlType;\r
14 \r
15 \r
16 /**\r
17  * restricted max/min\r
18  * \r
19  * <p>Java class for narrowMaxMin complex type.\r
20  * \r
21  * <p>The following schema fragment specifies the expected content contained within this class.\r
22  * \r
23  * <pre>\r
24  * &lt;complexType name="narrowMaxMin">\r
25  *   &lt;complexContent>\r
26  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}localElement">\r
27  *       &lt;sequence>\r
28  *         &lt;element ref="{http://www.w3.org/2001/XMLSchema}annotation" minOccurs="0"/>\r
29  *         &lt;choice minOccurs="0">\r
30  *           &lt;element name="simpleType" type="{http://www.w3.org/2001/XMLSchema}localSimpleType"/>\r
31  *           &lt;element name="complexType" type="{http://www.w3.org/2001/XMLSchema}localComplexType"/>\r
32  *         &lt;/choice>\r
33  *         &lt;group ref="{http://www.w3.org/2001/XMLSchema}identityConstraint" maxOccurs="unbounded" minOccurs="0"/>\r
34  *       &lt;/sequence>\r
35  *       &lt;attribute name="minOccurs" default="1">\r
36  *         &lt;simpleType>\r
37  *           &lt;restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">\r
38  *             &lt;enumeration value="0"/>\r
39  *             &lt;enumeration value="1"/>\r
40  *           &lt;/restriction>\r
41  *         &lt;/simpleType>\r
42  *       &lt;/attribute>\r
43  *       &lt;attribute name="maxOccurs" default="1">\r
44  *         &lt;simpleType>\r
45  *           &lt;restriction base="{http://www.w3.org/2001/XMLSchema}allNNI">\r
46  *             &lt;enumeration value="0"/>\r
47  *             &lt;enumeration value="1"/>\r
48  *           &lt;/restriction>\r
49  *         &lt;/simpleType>\r
50  *       &lt;/attribute>\r
51  *       &lt;anyAttribute processContents='lax' namespace='##other'/>\r
52  *     &lt;/restriction>\r
53  *   &lt;/complexContent>\r
54  * &lt;/complexType>\r
55  * </pre>\r
56  * \r
57  * \r
58  */\r
59 @XmlAccessorType(XmlAccessType.FIELD)\r
60 @XmlType(name = "narrowMaxMin")\r
61 public class NarrowMaxMin\r
62     extends LocalElement\r
63 {\r
64 \r
65 \r
66 }\r