123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799 |
- <?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="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:q1="UnityEditor.PackageManager.UI.Internal" type="q1:MultiSelectDetailsType" />
- <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:q2="UnityEditor.PackageManager.UI.Internal" type="q2:ToolbarWindowMenuType" />
- <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:q3="UnityEditor.PackageManager.UI.Internal" type="q3:InProgressViewType" />
- <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:q4="UnityEditor.PackageManager.UI.Internal" type="q4: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:q5="UnityEditor.PackageManager.UI.Internal" type="q5:PackageListView_selection-type_Type" use="optional" />
- <xs:attribute default="None" name="show-alternating-row-backgrounds" xmlns:q6="UnityEditor.PackageManager.UI.Internal" type="q6: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:q7="UnityEditor.PackageManager.UI.Internal" type="q7: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:q8="UnityEditor.PackageManager.UI.Internal" type="q8: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:q9="UnityEditor.PackageManager.UI.Internal" type="q9:PackageListViewType" />
- <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:q10="UnityEditor.PackageManager.UI.Internal" type="q10:LoadingSpinnerType" />
- <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:q11="UnityEditor.PackageManager.UI.Internal" type="q11:DropdownButtonType" />
- <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:q12="UnityEditor.PackageManager.UI.Internal" type="q12:PackageListType" />
- <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:q13="UnityEditor.PackageManager.UI.Internal" type="q13:PackageManagerToolbarType" />
- <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:q14="UnityEditor.PackageManager.UI.Internal" type="q14:ProgressBarType" />
- <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:q15="UnityEditor.PackageManager.UI.Internal" type="q15:PackageDetailsLinksType" />
- <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:q16="UnityEditor.PackageManager.UI.Internal" type="q16:TagLabelListType" />
- <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:q17="UnityEditor.PackageManager.UI.Internal" type="q17:PackageSearchBarType" />
- <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:q18="UnityEditor.PackageManager.UI.Internal" type="q18:PackageDetailsTabViewType" />
- <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:q19="UnityEditor.PackageManager.UI.Internal" type="q19:ScopedRegistriesSettingsType" />
- <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:q20="UnityEditor.PackageManager.UI.Internal" type="q20:PackageToolbarType" />
- <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:q21="UnityEditor.PackageManager.UI.Internal" type="q21:PackageListScrollView_mode_Type" use="optional" />
- <xs:attribute default="Default" name="nested-interaction-kind" xmlns:q22="UnityEditor.PackageManager.UI.Internal" type="q22: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:q23="UnityEditor.PackageManager.UI.Internal" type="q23:PackageListScrollView_horizontal-scroller-visibility_Type" use="optional" />
- <xs:attribute default="Auto" name="vertical-scroller-visibility" xmlns:q24="UnityEditor.PackageManager.UI.Internal" type="q24: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:q25="UnityEditor.PackageManager.UI.Internal" type="q25: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:q26="UnityEditor.PackageManager.UI.Internal" type="q26:PackageListScrollViewType" />
- <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:q27="UnityEditor.PackageManager.UI.Internal" type="q27:SelectableLabelType" />
- <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:q28="UnityEditor.PackageManager.UI.Internal" type="q28:SignInBarType" />
- <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="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:q35="UnityEditor.PackageManager.UI.Internal" type="q35:PackageDetailsHeaderType" />
- <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:q36="UnityEditor.PackageManager.UI.Internal" type="q36:AlertType" />
- <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:q37="UnityEditor.PackageManager.UI.Internal" type="q37:PackageStatusBarType" />
- <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:q38="UnityEditor.PackageManager.UI.Internal" type="q38:PackageLoadBarType" />
- <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:q39="UnityEditor.PackageManager.UI.Internal" type="q39:PackagePlatformListType" />
- <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:q40="UnityEditor.PackageManager.UI.Internal" type="q40:ExtendableToolbarMenuType" />
- <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:q41="UnityEditor.PackageManager.UI.Internal" type="q41:PackageDetailsType" />
- <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:q42="UnityEditor.PackageManager.UI.Internal" type="q42:PackageDetailsBodyType" />
- </xs:schema>
|