Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / enum_field_names.xsd
CommitLineData
3abe9331 1<?xml version="1.0" encoding="UTF-8"?>
2<schema xmlns="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="www.example.org/enum/field/names">
4<simpleType name="state">
5 <restriction base="string">
6 <enumeration value="Off"/>
7 <enumeration value="off"/>
8 <enumeration value="on"/>
9 </restriction>
10</simpleType>
11</schema>
This page took 0.023648 seconds and 5 git commands to generate.