Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_string_withOverDefinition.xsd
1 <!--
2 Copyright (c) 2000-2014 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 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
10 xmlns:ns7="www.XmlTest.org/string_withOverDefinition"
11 targetNamespace="www.XmlTest.org/string_withOverDefinition" >
12 <xsd:annotation>
13 <xsd: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
19 Naming conflict expected
20 </xsd:documentation>
21 </xsd:annotation>
22
23 <xsd:simpleType name='Mystring'>
24 <xsd:restriction base='xsd:string'>
25 <xsd:minLength value='4'/>
26 </xsd:restriction>
27 </xsd:simpleType>
28
29 <xsd:simpleType name='Mystring'>
30 <xsd:restriction base='xsd:string'>
31 <xsd:minLength value='4'/>
32 </xsd:restriction>
33 </xsd:simpleType>
34
35 </xsd:schema>
This page took 0.04007 seconds and 6 git commands to generate.