mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
13 lines
395 B
XML
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>
|