Update README.md
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_string_withPosLength.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:ns="www.XmlTest.org/string"
11 targetNamespace="www.XmlTest.org/string_withPosLength"
12 xmlns:wpsl="www.XmlTest.org/string_withPosLength" >
13 <annotation>
14 <documentation xml:lang="en">
15 This documentum tests based on
16 XML Schema Part 0: Primer Second Edition,
17 2.3 Simple Types and
18 Appendix B
19 XML Schema Part 2: Datatypes Second Edition
20 3 Built-in Datatypes
21 </documentation>
22 </annotation>
23
24 <simpleType name="NameLength4" >
25 <restriction base="string">
26 <length value="4"/>
27 </restriction>
28 </simpleType>
29
30 </schema>
This page took 0.038491 seconds and 5 git commands to generate.