1685d522e239a5d392cee3b9b41a06eb1dc44888
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_integer_withMinExcl.xsd
1 <!--
2 Copyright (c) 2000-2016 Ericsson Telecom AB
3 All rights reserved. This program and the accompanying materials
4 are made available under the terms of the Eclipse Public License v1.0
5 which accompanies this distribution, and is available at
6 http://www.eclipse.org/legal/epl-v10.html
7
8 Contributors:
9 Balasko, Jeno
10 Raduly, Csaba
11 -->
12 <schema xmlns="http://www.w3.org/2001/XMLSchema"
13 xmlns:ns21="www.XmlTest.org/integer_withMinExcl"
14 targetNamespace="www.XmlTest.org/integer_withMinExcl">
15 <annotation>
16 <documentation xml:lang="en">
17 This documentum tests based on
18 XML Schema Part 0: Primer Second Edition,
19 2.3 Simple Types and
20 Appendix B
21 XML Schema Part 2: Datatypes Second Edition
22 3 Built-in Datatypes
23 </documentation>
24 </annotation>
25
26 <simpleType name="IntegerWithNegMinExcl">
27 <restriction base="integer">
28 <minExclusive value="-200"/>
29 </restriction>
30 </simpleType>
31
32 <simpleType name="IntegerWithZeroMinExcl">
33 <restriction base="integer">
34 <minExclusive value="0"/>
35 </restriction>
36 </simpleType>
37
38 <simpleType name="IntegerWithPosMinExcl">
39 <restriction base="integer">
40 <minExclusive value="314"/>
41 </restriction>
42 </simpleType>
43
44 </schema>
This page took 0.069386 seconds and 5 git commands to generate.