<?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.Accessibility" elementFormDefault="qualified" targetNamespace="UnityEditor.PackageManager.UI.Internal" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> <xs:complexType name="PackageLoadBarType"> <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="PackageLoadBar" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.PackageManager.UI.Internal" type="q1:PackageLoadBarType" /> <xs:simpleType name="PackageListView_virtualization-method_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="FixedHeight" /> <xs:enumeration value="DynamicHeight" /> </xs:restriction> </xs:simpleType> <xs:simpleType name="PackageListView_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="PackageListView_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="PackageListView_reorder-mode_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="Simple" /> <xs:enumeration value="Animated" /> </xs:restriction> </xs:simpleType> <xs:simpleType name="PackageListView_binding-source-selection-mode_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="Manual" /> <xs:enumeration value="AutoAssign" /> </xs:restriction> </xs:simpleType> <xs:complexType name="PackageListViewType"> <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="25" name="fixed-item-height" type="xs:float" use="optional" /> <xs:attribute default="FixedHeight" name="virtualization-method" xmlns:q2="UnityEditor.PackageManager.UI.Internal" type="q2:PackageListView_virtualization-method_Type" use="optional" /> <xs:attribute default="false" name="show-border" type="xs:boolean" use="optional" /> <xs:attribute default="Multiple" name="selection-type" xmlns:q3="UnityEditor.PackageManager.UI.Internal" type="q3:PackageListView_selection-type_Type" use="optional" /> <xs:attribute default="None" name="show-alternating-row-backgrounds" xmlns:q4="UnityEditor.PackageManager.UI.Internal" type="q4:PackageListView_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.PackageManager.UI.Internal" type="q5:PackageListView_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.PackageManager.UI.Internal" type="q6:PackageListView_binding-source-selection-mode_Type" use="optional" /> <xs:attribute default="" name="item-template" 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="PackageListView" substitutionGroup="engine:VisualElement" xmlns:q7="UnityEditor.PackageManager.UI.Internal" type="q7:PackageListViewType" /> <xs:complexType name="SignInBarType"> <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="SignInBar" substitutionGroup="engine:VisualElement" xmlns:q8="UnityEditor.PackageManager.UI.Internal" type="q8:SignInBarType" /> <xs:complexType name="AlertType"> <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="Alert" substitutionGroup="engine:VisualElement" xmlns:q9="UnityEditor.PackageManager.UI.Internal" type="q9:AlertType" /> <xs:complexType name="PackageDetailsLinksType"> <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="PackageDetailsLinks" substitutionGroup="engine:VisualElement" xmlns:q10="UnityEditor.PackageManager.UI.Internal" type="q10:PackageDetailsLinksType" /> <xs:complexType name="PackageDetailsBodyType"> <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="PackageDetailsBody" substitutionGroup="engine:VisualElement" xmlns:q11="UnityEditor.PackageManager.UI.Internal" type="q11:PackageDetailsBodyType" /> <xs:complexType name="TagLabelListType"> <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="TagLabelList" substitutionGroup="engine:VisualElement" xmlns:q12="UnityEditor.PackageManager.UI.Internal" type="q12:TagLabelListType" /> <xs:complexType name="ExtendableToolbarMenuType"> <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="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="" name="text" type="xs:string" use="optional" /> <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" /> <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" /> <xs:attribute default="false" name="selectable" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" use="optional" /> <xs:attribute default="" name="icon-image" 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="ExtendableToolbarMenu" substitutionGroup="engine:VisualElement" xmlns:q13="UnityEditor.PackageManager.UI.Internal" type="q13:ExtendableToolbarMenuType" /> <xs:complexType name="LoadingSpinnerType"> <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="LoadingSpinner" substitutionGroup="engine:VisualElement" xmlns:q14="UnityEditor.PackageManager.UI.Internal" type="q14:LoadingSpinnerType" /> <xs:simpleType name="PackageListScrollView_mode_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="Vertical" /> <xs:enumeration value="Horizontal" /> <xs:enumeration value="VerticalAndHorizontal" /> </xs:restriction> </xs:simpleType> <xs:simpleType name="PackageListScrollView_nested-interaction-kind_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="Default" /> <xs:enumeration value="StopScrolling" /> <xs:enumeration value="ForwardScrolling" /> </xs:restriction> </xs:simpleType> <xs:simpleType name="PackageListScrollView_horizontal-scroller-visibility_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="Auto" /> <xs:enumeration value="AlwaysVisible" /> <xs:enumeration value="Hidden" /> </xs:restriction> </xs:simpleType> <xs:simpleType name="PackageListScrollView_vertical-scroller-visibility_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="Auto" /> <xs:enumeration value="AlwaysVisible" /> <xs:enumeration value="Hidden" /> </xs:restriction> </xs:simpleType> <xs:simpleType name="PackageListScrollView_touch-scroll-type_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="Unrestricted" /> <xs:enumeration value="Elastic" /> <xs:enumeration value="Clamped" /> </xs:restriction> </xs:simpleType> <xs:complexType name="PackageListScrollViewType"> <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="package-list-scrollview-key" 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="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="Vertical" name="mode" xmlns:q15="UnityEditor.PackageManager.UI.Internal" type="q15:PackageListScrollView_mode_Type" use="optional" /> <xs:attribute default="Default" name="nested-interaction-kind" xmlns:q16="UnityEditor.PackageManager.UI.Internal" type="q16:PackageListScrollView_nested-interaction-kind_Type" use="optional" /> <xs:attribute default="false" name="show-horizontal-scroller" type="xs:boolean" use="optional" /> <xs:attribute default="false" name="show-vertical-scroller" type="xs:boolean" use="optional" /> <xs:attribute default="Hidden" name="horizontal-scroller-visibility" xmlns:q17="UnityEditor.PackageManager.UI.Internal" type="q17:PackageListScrollView_horizontal-scroller-visibility_Type" use="optional" /> <xs:attribute default="Auto" name="vertical-scroller-visibility" xmlns:q18="UnityEditor.PackageManager.UI.Internal" type="q18:PackageListScrollView_vertical-scroller-visibility_Type" use="optional" /> <xs:attribute default="-1" name="horizontal-page-size" type="xs:float" use="optional" /> <xs:attribute default="-1" name="vertical-page-size" type="xs:float" use="optional" /> <xs:attribute default="18" name="mouse-wheel-scroll-size" type="xs:float" use="optional" /> <xs:attribute default="Clamped" name="touch-scroll-type" xmlns:q19="UnityEditor.PackageManager.UI.Internal" type="q19:PackageListScrollView_touch-scroll-type_Type" use="optional" /> <xs:attribute default="0.135" name="scroll-deceleration-rate" type="xs:float" use="optional" /> <xs:attribute default="0.1" name="elasticity" type="xs:float" use="optional" /> <xs:attribute default="16" name="elastic-animation-interval-ms" type="xs:long" 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="PackageListScrollView" substitutionGroup="engine:VisualElement" xmlns:q20="UnityEditor.PackageManager.UI.Internal" type="q20:PackageListScrollViewType" /> <xs:complexType name="PackageStatusBarType"> <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="PackageStatusBar" substitutionGroup="engine:VisualElement" xmlns:q21="UnityEditor.PackageManager.UI.Internal" type="q21:PackageStatusBarType" /> <xs:complexType name="MultiSelectDetailsType"> <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="MultiSelectDetails" substitutionGroup="engine:VisualElement" xmlns:q22="UnityEditor.PackageManager.UI.Internal" type="q22:MultiSelectDetailsType" /> <xs:complexType name="PackageDetailsType"> <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="PackageDetails" substitutionGroup="engine:VisualElement" xmlns:q23="UnityEditor.PackageManager.UI.Internal" type="q23:PackageDetailsType" /> <xs:complexType name="PackageManagerToolbarType"> <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="PackageManagerToolbar" substitutionGroup="engine:VisualElement" xmlns:q24="UnityEditor.PackageManager.UI.Internal" type="q24:PackageManagerToolbarType" /> <xs:complexType name="PackageSearchBarType"> <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="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="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="PackageSearchBar" substitutionGroup="engine:VisualElement" xmlns:q25="UnityEditor.PackageManager.UI.Internal" type="q25:PackageSearchBarType" /> <xs:complexType name="PackageToolbarType"> <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="PackageToolbar" substitutionGroup="engine:VisualElement" xmlns:q26="UnityEditor.PackageManager.UI.Internal" type="q26:PackageToolbarType" /> <xs:complexType name="DropdownButtonType"> <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="DropdownButton" substitutionGroup="engine:VisualElement" xmlns:q27="UnityEditor.PackageManager.UI.Internal" type="q27:DropdownButtonType" /> <xs:complexType name="SelectableLabelType"> <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="-1" 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="" name="text" type="xs:string" use="optional" /> <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" /> <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="selectable" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" 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="SelectableLabel" substitutionGroup="engine:VisualElement" xmlns:q28="UnityEditor.PackageManager.UI.Internal" type="q28:SelectableLabelType" /> <xs:simpleType name="Sidebar_mode_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="Vertical" /> <xs:enumeration value="Horizontal" /> <xs:enumeration value="VerticalAndHorizontal" /> </xs:restriction> </xs:simpleType> <xs:simpleType name="Sidebar_nested-interaction-kind_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="Default" /> <xs:enumeration value="StopScrolling" /> <xs:enumeration value="ForwardScrolling" /> </xs:restriction> </xs:simpleType> <xs:simpleType name="Sidebar_horizontal-scroller-visibility_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="Auto" /> <xs:enumeration value="AlwaysVisible" /> <xs:enumeration value="Hidden" /> </xs:restriction> </xs:simpleType> <xs:simpleType name="Sidebar_vertical-scroller-visibility_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="Auto" /> <xs:enumeration value="AlwaysVisible" /> <xs:enumeration value="Hidden" /> </xs:restriction> </xs:simpleType> <xs:simpleType name="Sidebar_touch-scroll-type_Type"> <xs:restriction base="xs:string"> <xs:enumeration value="Unrestricted" /> <xs:enumeration value="Elastic" /> <xs:enumeration value="Clamped" /> </xs:restriction> </xs:simpleType> <xs:complexType name="SidebarType"> <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="Vertical" name="mode" xmlns:q29="UnityEditor.PackageManager.UI.Internal" type="q29:Sidebar_mode_Type" use="optional" /> <xs:attribute default="Default" name="nested-interaction-kind" xmlns:q30="UnityEditor.PackageManager.UI.Internal" type="q30:Sidebar_nested-interaction-kind_Type" use="optional" /> <xs:attribute default="false" name="show-horizontal-scroller" type="xs:boolean" use="optional" /> <xs:attribute default="false" name="show-vertical-scroller" type="xs:boolean" use="optional" /> <xs:attribute default="Auto" name="horizontal-scroller-visibility" xmlns:q31="UnityEditor.PackageManager.UI.Internal" type="q31:Sidebar_horizontal-scroller-visibility_Type" use="optional" /> <xs:attribute default="Auto" name="vertical-scroller-visibility" xmlns:q32="UnityEditor.PackageManager.UI.Internal" type="q32:Sidebar_vertical-scroller-visibility_Type" use="optional" /> <xs:attribute default="-1" name="horizontal-page-size" type="xs:float" use="optional" /> <xs:attribute default="-1" name="vertical-page-size" type="xs:float" use="optional" /> <xs:attribute default="18" name="mouse-wheel-scroll-size" type="xs:float" use="optional" /> <xs:attribute default="Clamped" name="touch-scroll-type" xmlns:q33="UnityEditor.PackageManager.UI.Internal" type="q33:Sidebar_touch-scroll-type_Type" use="optional" /> <xs:attribute default="0.135" name="scroll-deceleration-rate" type="xs:float" use="optional" /> <xs:attribute default="0.1" name="elasticity" type="xs:float" use="optional" /> <xs:attribute default="16" name="elastic-animation-interval-ms" type="xs:long" 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="Sidebar" substitutionGroup="engine:VisualElement" xmlns:q34="UnityEditor.PackageManager.UI.Internal" type="q34:SidebarType" /> <xs:complexType name="ScopedRegistriesSettingsType"> <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="ScopedRegistriesSettings" substitutionGroup="engine:VisualElement" xmlns:q35="UnityEditor.PackageManager.UI.Internal" type="q35:ScopedRegistriesSettingsType" /> <xs:complexType name="PackageDetailsHeaderType"> <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="PackageDetailsHeader" substitutionGroup="engine:VisualElement" xmlns:q36="UnityEditor.PackageManager.UI.Internal" type="q36:PackageDetailsHeaderType" /> <xs:complexType name="PackageDetailsTabViewType"> <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="PackageDetailsTabView" substitutionGroup="engine:VisualElement" xmlns:q37="UnityEditor.PackageManager.UI.Internal" type="q37:PackageDetailsTabViewType" /> <xs:complexType name="VersionInfoIconType"> <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="VersionInfoIcon" substitutionGroup="engine:VisualElement" xmlns:q38="UnityEditor.PackageManager.UI.Internal" type="q38:VersionInfoIconType" /> <xs:complexType name="ProgressBarType"> <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="ProgressBar" substitutionGroup="engine:VisualElement" xmlns:q39="UnityEditor.PackageManager.UI.Internal" type="q39:ProgressBarType" /> <xs:complexType name="PackageListType"> <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="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="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="PackageList" substitutionGroup="engine:VisualElement" xmlns:q40="UnityEditor.PackageManager.UI.Internal" type="q40:PackageListType" /> <xs:complexType name="ToolbarWindowMenuType"> <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="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="" name="text" type="xs:string" use="optional" /> <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" /> <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" /> <xs:attribute default="false" name="selectable" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" /> <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" use="optional" /> <xs:attribute default="" name="icon-image" 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="ToolbarWindowMenu" substitutionGroup="engine:VisualElement" xmlns:q41="UnityEditor.PackageManager.UI.Internal" type="q41:ToolbarWindowMenuType" /> <xs:complexType name="PackagePlatformListType"> <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="PackagePlatformList" substitutionGroup="engine:VisualElement" xmlns:q42="UnityEditor.PackageManager.UI.Internal" type="q42:PackagePlatformListType" /> <xs:complexType name="InProgressViewType"> <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="InProgressView" substitutionGroup="engine:VisualElement" xmlns:q43="UnityEditor.PackageManager.UI.Internal" type="q43:InProgressViewType" /> </xs:schema>