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