Update README.md
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_string_withEnum.xsd
CommitLineData
970ed795 1<!--
3abe9331 2 Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
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:ns="http://www.XmlTest.org/string"
11 xmlns:swe="http://www.XmlTest.org/string_withEnum"
12 targetNamespace="http://www.XmlTest.org/string_withEnum">
13
14<xsd:annotation>
15 <xsd:documentation xml:lang="en">
16 This documentum tests based on
17 XML Schema Part 0: Primer Second Edition,
18 2.3 Simple Types and
19 Appendix B
20 XML Schema Part 2: Datatypes Second Edition
21 3 Built-in Datatypes
22 </xsd:documentation>
23</xsd:annotation>
24
25<xsd:annotation>
26 <xsd:documentation xml:lang="en">
27 For WhiteSpace see
28 XML Schema Part 2: Datatypes Second Edition 4.3.6
29 i.e http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#rf-whiteSpace
30 and
31 ETSI ES 201 873-9 V4.1.2 / Ch 6.1.5
32 </xsd:documentation>
33</xsd:annotation>
34
35<xsd:simpleType name='StringEnum'>
36 <xsd:restriction base='xsd:string'>
37 <xsd:enumeration value='HU'/>
38 <xsd:enumeration value='UK'/>
39 <xsd:enumeration value='A'/>
40 <xsd:enumeration value='D'/>
41 <xsd:enumeration value='S'/>
42 </xsd:restriction>
43</xsd:simpleType>
44
45</xsd:schema>
This page took 0.025614 seconds and 5 git commands to generate.