Sync with 5.4.1
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / id_attrib.xsd
CommitLineData
3abe9331 1<?xml version="1.0" encoding="UTF-8"?>
2<xs:schema xmlns="http://www.w3.org/2001/XMLSchema"
3 xmlns:xs="http://www.w3.org/2001/XMLSchema"
4 targetNamespace="www.example.org/id_attrib">
5
6<xs:simpleType name="TypeName" id="some_id">
7 <xs:restriction base="float"/>
8</xs:simpleType>
9
10</xs:schema>
This page took 0.027398 seconds and 5 git commands to generate.