Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_string_withWhitespace.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:ns="http://www.XmlTest.org/string"
14 xmlns:wws="http://www.XmlTest.org/string_withWhitespace"
15 targetNamespace="http://www.XmlTest.org/string_withWhitespace">
16
17 <xsd:annotation>
18 <xsd:documentation xml:lang="en">
19 This documentum tests based on
20 XML Schema Part 0: Primer Second Edition,
21 2.3 Simple Types and
22 Appendix B
23 XML Schema Part 2: Datatypes Second Edition
24 3 Built-in Datatypes
25 </xsd:documentation>
26 </xsd:annotation>
27
28 <xsd:annotation>
29 <xsd:documentation xml:lang="en">
30 For WhiteSpace see
31 XML Schema Part 2: Datatypes Second Edition 4.3.6
32 i.e http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#rf-whiteSpace
33 and
34 ETSI ES 201 873-9 V4.1.2 / Ch 6.1.5
35 </xsd:documentation>
36 </xsd:annotation>
37
38 <xsd:simpleType name='StringWhiteSpaceP'>
39 <xsd:restriction base='xsd:string'>
40 <xsd:whiteSpace value='preserve'/>
41 </xsd:restriction>
42 </xsd:simpleType>
43
44 <xsd:simpleType name='StringWhiteSpaceR'>
45 <xsd:restriction base='xsd:string'>
46 <xsd:whiteSpace value='replace'/>
47 </xsd:restriction>
48 </xsd:simpleType>
49
50 <xsd:simpleType name='StringWhiteSpaceC'>
51 <xsd:restriction base='xsd:string'>
52 <xsd:whiteSpace value='collapse'/>
53 </xsd:restriction>
54 </xsd:simpleType>
55
56 </xsd:schema>
This page took 0.038573 seconds and 5 git commands to generate.