Sync with 5.4.1
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / type_substitution_builtintype.xsd
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="www.example.org/type/substitution/builtintype"
4 xmlns:this="www.example.org/type/substitution/builtintype">
5
6 <xsd:element name="elem" type="xsd:string"/>
7
8 <xsd:simpleType name="enable">
9 <xsd:restriction base="xsd:string">
10 <xsd:enumeration value="equal"/>
11 </xsd:restriction>
12 </xsd:simpleType>
13 <xsd:simpleType name="session">
14 <xsd:restriction base="xsd:string">
15 <xsd:enumeration value="visible_and_interactive"/>
16 </xsd:restriction>
17 </xsd:simpleType>
18 <xsd:simpleType name="res">
19 <xsd:restriction base="xsd:string">
20 <xsd:enumeration value="pending"/>
21 </xsd:restriction>
22 </xsd:simpleType>
23 <xsd:simpleType name="data">
24 <xsd:restriction base="xsd:string">
25 <xsd:enumeration value="dateTime"/>
26 </xsd:restriction>
27 </xsd:simpleType>
28
29
30 </xsd:schema>
31
This page took 0.052809 seconds and 5 git commands to generate.