107 lines
7.8 KiB
XML
107 lines
7.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.Accessibility" elementFormDefault="qualified" targetNamespace="UnityEditor.U2D.Tooling.Analyzer.UIElement" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" />
|
|
<xs:complexType name="CellLabelWithIconType">
|
|
<xs:complexContent mixed="false">
|
|
<xs:restriction base="engine:VisualElementType">
|
|
<xs:attribute default="" name="name" type="xs:string" use="optional" />
|
|
<xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
|
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
|
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
|
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
|
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
|
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
|
|
<xs:attribute default="" name="data-source" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="class" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="style" type="xs:string" use="optional" />
|
|
<xs:anyAttribute processContents="lax" />
|
|
</xs:restriction>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:element name="CellLabelWithIcon" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.U2D.Tooling.Analyzer.UIElement" type="q1:CellLabelWithIconType" />
|
|
<xs:simpleType name="SpriteAtlasReportTable_virtualization-method_Type">
|
|
<xs:restriction base="xs:string">
|
|
<xs:enumeration value="FixedHeight" />
|
|
<xs:enumeration value="DynamicHeight" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="SpriteAtlasReportTable_selection-type_Type">
|
|
<xs:restriction base="xs:string">
|
|
<xs:enumeration value="None" />
|
|
<xs:enumeration value="Single" />
|
|
<xs:enumeration value="Multiple" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="SpriteAtlasReportTable_show-alternating-row-backgrounds_Type">
|
|
<xs:restriction base="xs:string">
|
|
<xs:enumeration value="None" />
|
|
<xs:enumeration value="ContentOnly" />
|
|
<xs:enumeration value="All" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="SpriteAtlasReportTable_reorder-mode_Type">
|
|
<xs:restriction base="xs:string">
|
|
<xs:enumeration value="Simple" />
|
|
<xs:enumeration value="Animated" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="SpriteAtlasReportTable_binding-source-selection-mode_Type">
|
|
<xs:restriction base="xs:string">
|
|
<xs:enumeration value="Manual" />
|
|
<xs:enumeration value="AutoAssign" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="SpriteAtlasReportTable_sorting-mode_Type">
|
|
<xs:restriction base="xs:string">
|
|
<xs:enumeration value="None" />
|
|
<xs:enumeration value="Default" />
|
|
<xs:enumeration value="Custom" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:complexType name="SpriteAtlasReportTableType">
|
|
<xs:complexContent mixed="false">
|
|
<xs:restriction base="engine:VisualElementType">
|
|
<xs:attribute default="" name="name" type="xs:string" use="optional" />
|
|
<xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
|
|
<xs:attribute default="Ignore" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
|
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
|
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
|
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
|
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
|
|
<xs:attribute default="" name="data-source" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
|
|
<xs:attribute default="22" name="fixed-item-height" type="xs:float" use="optional" />
|
|
<xs:attribute default="FixedHeight" name="virtualization-method" xmlns:q2="UnityEditor.U2D.Tooling.Analyzer.UIElement" type="q2:SpriteAtlasReportTable_virtualization-method_Type" use="optional" />
|
|
<xs:attribute default="false" name="show-border" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="Single" name="selection-type" xmlns:q3="UnityEditor.U2D.Tooling.Analyzer.UIElement" type="q3:SpriteAtlasReportTable_selection-type_Type" use="optional" />
|
|
<xs:attribute default="ContentOnly" name="show-alternating-row-backgrounds" xmlns:q4="UnityEditor.U2D.Tooling.Analyzer.UIElement" type="q4:SpriteAtlasReportTable_show-alternating-row-backgrounds_Type" use="optional" />
|
|
<xs:attribute default="false" name="reorderable" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="false" name="horizontal-scrolling" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="false" name="show-foldout-header" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="" name="header-title" type="xs:string" use="optional" />
|
|
<xs:attribute default="false" name="show-add-remove-footer" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="true" name="allow-add" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="true" name="allow-remove" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="Simple" name="reorder-mode" xmlns:q5="UnityEditor.U2D.Tooling.Analyzer.UIElement" type="q5:SpriteAtlasReportTable_reorder-mode_Type" use="optional" />
|
|
<xs:attribute default="true" name="show-bound-collection-size" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="Manual" name="binding-source-selection-mode" xmlns:q6="UnityEditor.U2D.Tooling.Analyzer.UIElement" type="q6:SpriteAtlasReportTable_binding-source-selection-mode_Type" use="optional" />
|
|
<xs:attribute default="false" name="sorting-enabled" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="None" name="sorting-mode" xmlns:q7="UnityEditor.U2D.Tooling.Analyzer.UIElement" type="q7:SpriteAtlasReportTable_sorting-mode_Type" use="optional" />
|
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="class" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="style" type="xs:string" use="optional" />
|
|
<xs:anyAttribute processContents="lax" />
|
|
</xs:restriction>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:element name="SpriteAtlasReportTable" substitutionGroup="engine:VisualElement" xmlns:q8="UnityEditor.U2D.Tooling.Analyzer.UIElement" type="q8:SpriteAtlasReportTableType" />
|
|
</xs:schema> |