Sync with 5.4.1
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / module_typename_conversion_1.xsd
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 targetNamespace="MyTypes">
5
6 <xsd:attribute name="MyTypes__" type="string"/>
7
8 <xsd:element name="MyTypes_" type="string"/>
9
10 <xsd:element name="MyTypes">
11 <xsd:complexType>
12 <xsd:sequence>
13 <xsd:element name="MyTypes" type="string"/>
14 </xsd:sequence>
15 </xsd:complexType>
16 </xsd:element>
17
18 </xsd:schema>
This page took 0.035785 seconds and 5 git commands to generate.