Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / imported2.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="www.example.org/imported2">
4
5 <xsd:simpleType name="foobar">
6 <xsd:restriction base="integer"/>
7 </xsd:simpleType>
8
9 <xsd:simpleType name="ding">
10 <xsd:restriction base="integer"/>
11 </xsd:simpleType>
12
13 <xsd:element name="bar">
14 <xsd:complexType>
15 <xsd:sequence>
16 <xsd:element name="something" type="string" minOccurs="0"/>
17 </xsd:sequence>
18 </xsd:complexType>
19 </xsd:element>
20
21 </xsd:schema>
This page took 0.033852 seconds and 5 git commands to generate.