Files
StoryGame_Unity/UIElementsSchema/Unity.GraphToolkit.ItemLibrary.Editor.xsd
2026-07-24 21:11:32 +09:00

13 lines
810 B
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="Unity.GraphToolkit.ItemLibrary.Editor" elementFormDefault="qualified" targetNamespace="Unity.GraphToolkit.ItemLibrary.Editor" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" />
<xs:complexType name="VisualSplitterType">
<xs:complexContent mixed="false">
<xs:extension xmlns:q1="UnityEngine.UIElements" base="q1:ImmediateModeElementType">
<xs:choice />
<xs:attribute name="binding-path" type="xs:string" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="VisualSplitter" xmlns:q2="UnityEngine.UIElements" substitutionGroup="q2:ImmediateModeElement" type="tns:VisualSplitterType" />
</xs:schema>