Sync with 5.4.1
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / type_substitution_elem_in_ct_mod2.xsd
CommitLineData
51fa56b9 1<?xml version="1.0" encoding="UTF-8"?>
2<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
3 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
4 xmlns:A="www.example.org/type/substitution/elem/in/ct/mod1"
5 targetNamespace="www.example.org/type/substitution/elem/in/ct/mod2"
6 blockDefault="restriction">
7<xsd:import namespace="www.example.org/type/substitution/elem/in/ct/mod1" schemaLocation="type_substitution_elem_in_ct_mod1.xsd"/>
8
9<xsd:element name="Complex2">
10 <xsd:complexType>
11 <xsd:sequence>
12 <xsd:element name="stringType" type="A:stringtype"/>
13 <xsd:element name="parentType" type="A:ParentType"/>
14 <xsd:element name="restrictedType" type="A:restrictedType"/>
15 </xsd:sequence>
16 </xsd:complexType>
17</xsd:element>
18
19</xsd:schema>
This page took 0.025973 seconds and 5 git commands to generate.