Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_string_withNegativeMin.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 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
13 xmlns:ns8="www.XmlTest.org/string_withNegativeMin"
14 targetNamespace="www.XmlTest.org/string_withNegativeMin" >
15 <xsd:annotation>
16 <xsd: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 </xsd:documentation>
22 </xsd:annotation>
23
24 <xsd:simpleType name='stringNegativeMin'>
25 <xsd:restriction base='xsd:string'>
26 <xsd:minLength value='-5'/>
27 </xsd:restriction>
28 </xsd:simpleType>
29
30 </xsd:schema>
This page took 0.063101 seconds and 6 git commands to generate.