Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / attrib_enum.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 xmlns:this="www.example.org/attrib/enum"
4 targetNamespace="www.example.org/attrib/enum">
5
6 <xsd:complexType name="AttribEnum">
7 <xsd:attribute name="attr">
8 <xsd:simpleType>
9 <xsd:restriction base="xsd:string">
10 <xsd:enumeration value="first"/>
11 <xsd:enumeration value="second"/>
12 </xsd:restriction>
13 </xsd:simpleType>
14 </xsd:attribute>
15 </xsd:complexType>
16
17 </xsd:schema>
18
This page took 0.031868 seconds and 5 git commands to generate.