21 lines
1.1 KiB
XML
21 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:tns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="UnityEditor.ShortcutManagement" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" />
|
|
<xs:complexType name="ShortcutPopupSearchFieldType">
|
|
<xs:complexContent mixed="false">
|
|
<xs:extension base="tns:ShortcutSearchFieldType">
|
|
<xs:choice />
|
|
</xs:extension>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:complexType name="ShortcutSearchFieldType">
|
|
<xs:complexContent mixed="false">
|
|
<xs:extension xmlns:q1="UnityEngine.UIElements" base="q1:VisualElementType">
|
|
<xs:choice />
|
|
<xs:attribute name="placeholder-text" type="xs:string" />
|
|
</xs:extension>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:element name="ShortcutSearchField" xmlns:q2="UnityEngine.UIElements" substitutionGroup="q2:VisualElement" type="tns:ShortcutSearchFieldType" />
|
|
<xs:element name="ShortcutPopupSearchField" substitutionGroup="tns:ShortcutSearchField" type="tns:ShortcutPopupSearchFieldType" />
|
|
</xs:schema> |