mirror of
				https://github.com/DerTyp7/defrain-shooter-unity.git
				synced 2025-10-30 21:17:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			584 lines
		
	
	
		
			41 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			584 lines
		
	
	
		
			41 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.Overlays" 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="ExtendableToolbarMenuType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="style" 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="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
 | |
|         <xs:anyAttribute processContents="lax" />
 | |
|       </xs:restriction>
 | |
|     </xs:complexContent>
 | |
|   </xs:complexType>
 | |
|   <xs:element name="ExtendableToolbarMenu" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.PackageManager.UI.Internal" type="q1:ExtendableToolbarMenuType" />
 | |
|   <xs:complexType name="InProgressViewType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q2="UnityEditor.PackageManager.UI.Internal" type="q2:InProgressViewType" />
 | |
|   <xs:complexType name="PackageDependenciesType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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="PackageDependencies" substitutionGroup="engine:VisualElement" xmlns:q3="UnityEditor.PackageManager.UI.Internal" type="q3:PackageDependenciesType" />
 | |
|   <xs:complexType name="PackageDetailsType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q4="UnityEditor.PackageManager.UI.Internal" type="q4:PackageDetailsType" />
 | |
|   <xs:complexType name="PackageDetailsBodyType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q5="UnityEditor.PackageManager.UI.Internal" type="q5:PackageDetailsBodyType" />
 | |
|   <xs:complexType name="PackageDetailsHeaderType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q6="UnityEditor.PackageManager.UI.Internal" type="q6:PackageDetailsHeaderType" />
 | |
|   <xs:complexType name="PackageDetailsImagesType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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="PackageDetailsImages" substitutionGroup="engine:VisualElement" xmlns:q7="UnityEditor.PackageManager.UI.Internal" type="q7:PackageDetailsImagesType" />
 | |
|   <xs:complexType name="PackageDetailsLinksType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q8="UnityEditor.PackageManager.UI.Internal" type="q8:PackageDetailsLinksType" />
 | |
|   <xs:complexType name="PackageListType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q9="UnityEditor.PackageManager.UI.Internal" type="q9:PackageListType" />
 | |
|   <xs:complexType name="PackageListScrollViewType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q10="UnityEditor.PackageManager.UI.Internal" type="q10:PackageListScrollViewType" />
 | |
|   <xs:complexType name="PackageListViewType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q11="UnityEditor.PackageManager.UI.Internal" type="q11:PackageListViewType" />
 | |
|   <xs:complexType name="PackageLoadBarType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q12="UnityEditor.PackageManager.UI.Internal" type="q12:PackageLoadBarType" />
 | |
|   <xs:complexType name="PackageManagerToolbarType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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="PackageReleaseDetailsItemType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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="PackageReleaseDetailsItem" substitutionGroup="engine:VisualElement" xmlns:q14="UnityEditor.PackageManager.UI.Internal" type="q14:PackageReleaseDetailsItemType" />
 | |
|   <xs:complexType name="PackageSampleListType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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="PackageSampleList" substitutionGroup="engine:VisualElement" xmlns:q15="UnityEditor.PackageManager.UI.Internal" type="q15:PackageSampleListType" />
 | |
|   <xs:complexType name="PackageStatusBarType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q16="UnityEditor.PackageManager.UI.Internal" type="q16:PackageStatusBarType" />
 | |
|   <xs:complexType name="PackageSubPageFilterBarType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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="PackageSubPageFilterBar" substitutionGroup="engine:VisualElement" xmlns:q17="UnityEditor.PackageManager.UI.Internal" type="q17:PackageSubPageFilterBarType" />
 | |
|   <xs:complexType name="PackageTagLabelType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="style" 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="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
 | |
|         <xs:anyAttribute processContents="lax" />
 | |
|       </xs:restriction>
 | |
|     </xs:complexContent>
 | |
|   </xs:complexType>
 | |
|   <xs:element name="PackageTagLabel" substitutionGroup="engine:VisualElement" xmlns:q18="UnityEditor.PackageManager.UI.Internal" type="q18:PackageTagLabelType" />
 | |
|   <xs:complexType name="PackageToolbarType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q19="UnityEditor.PackageManager.UI.Internal" type="q19:PackageToolbarType" />
 | |
|   <xs:complexType name="ScopedRegistriesSettingsType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q20="UnityEditor.PackageManager.UI.Internal" type="q20:ScopedRegistriesSettingsType" />
 | |
|   <xs:complexType name="AlertType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q21="UnityEditor.PackageManager.UI.Internal" type="q21:AlertType" />
 | |
|   <xs:complexType name="DropdownButtonType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q22="UnityEditor.PackageManager.UI.Internal" type="q22:DropdownButtonType" />
 | |
|   <xs:complexType name="LoadingSpinnerType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q23="UnityEditor.PackageManager.UI.Internal" type="q23:LoadingSpinnerType" />
 | |
|   <xs:complexType name="ProgressBarType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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:q24="UnityEditor.PackageManager.UI.Internal" type="q24:ProgressBarType" />
 | |
|   <xs:complexType name="SelectableLabelType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="style" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="label" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="value" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="-1" name="max-length" type="xs:int" use="optional" />
 | |
|         <xs:attribute default="false" name="password" type="xs:boolean" use="optional" />
 | |
|         <xs:attribute default="*" name="mask-character" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="text" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
 | |
|         <xs:attribute default="false" name="is-delayed" type="xs:boolean" use="optional" />
 | |
|         <xs:attribute default="false" name="multiline" type="xs:boolean" use="optional" />
 | |
|         <xs:anyAttribute processContents="lax" />
 | |
|       </xs:restriction>
 | |
|     </xs:complexContent>
 | |
|   </xs:complexType>
 | |
|   <xs:element name="SelectableLabel" substitutionGroup="engine:VisualElement" xmlns:q25="UnityEditor.PackageManager.UI.Internal" type="q25:SelectableLabelType" />
 | |
|   <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="" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="style" 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="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
 | |
|         <xs:anyAttribute processContents="lax" />
 | |
|       </xs:restriction>
 | |
|     </xs:complexContent>
 | |
|   </xs:complexType>
 | |
|   <xs:element name="ToolbarWindowMenu" substitutionGroup="engine:VisualElement" xmlns:q26="UnityEditor.PackageManager.UI.Internal" type="q26:ToolbarWindowMenuType" />
 | |
|   <xs:complexType name="FeatureDependenciesType">
 | |
|     <xs:complexContent mixed="false">
 | |
|       <xs:restriction base="engine:VisualElementType">
 | |
|         <xs:sequence minOccurs="0" maxOccurs="unbounded">
 | |
|           <xs:element ref="engine:VisualElement" />
 | |
|         </xs:sequence>
 | |
|         <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
 | |
|         <xs:attribute default="" name="content-container" 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="FeatureDependencies" substitutionGroup="engine:VisualElement" xmlns:q27="UnityEditor.PackageManager.UI.Internal" type="q27:FeatureDependenciesType" />
 | |
| </xs:schema> | 
