Files
openide/xml/tests/testData/xmlRename/RenameNamespacePrefix.xsd
Dmitry Jemerov cf096a989d Get rid of refactoring-tests module, move tests and testdata out of it to proper places
GitOrigin-RevId: 908db51805c0e20a99609dd2f3f39317b41a0844
2021-07-08 18:30:39 +00:00

13 lines
395 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:x<caret>s="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:annotation>
<xs:appinfo/>
</xs:annotation>
<xs:simpleType name="aaa">
<xs:restriction base="xs:token">
<xs:enumeration value="#all"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>