123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367 |
- <?xml version="1.0" encoding="utf-8"?>
- <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="Unity.MemoryProfiler.Editor.UI" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" />
- <xs:complexType name="MemoryBarElementType">
- <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="MemoryBarElement" substitutionGroup="engine:VisualElement" xmlns:q1="Unity.MemoryProfiler.Editor.UI" type="q1:MemoryBarElementType" />
- <xs:complexType name="CountDeltaCellType">
- <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="CountDeltaCell" substitutionGroup="engine:VisualElement" xmlns:q2="Unity.MemoryProfiler.Editor.UI" type="q2:CountDeltaCellType" />
- <xs:complexType name="DeltaBarCellType">
- <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="DeltaBarCell" substitutionGroup="engine:VisualElement" xmlns:q3="Unity.MemoryProfiler.Editor.UI" type="q3:DeltaBarCellType" />
- <xs:complexType name="ActivityIndicatorType">
- <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="ActivityIndicator" substitutionGroup="engine:VisualElement" xmlns:q4="Unity.MemoryProfiler.Editor.UI" type="q4:ActivityIndicatorType" />
- <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:q5="Unity.MemoryProfiler.Editor.UI" type="q5:ProgressBarType" />
- <xs:complexType name="ActivityIndicatorOverlayType">
- <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="ActivityIndicatorOverlay" substitutionGroup="engine:VisualElement" xmlns:q6="Unity.MemoryProfiler.Editor.UI" type="q6:ActivityIndicatorOverlayType" />
- <xs:complexType name="RibbonButtonType">
- <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="Button" name="text" type="xs:string" use="optional" />
- <xs:attribute default="false" name="toggled" type="xs:boolean" use="optional" />
- <xs:anyAttribute processContents="lax" />
- </xs:restriction>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="RibbonButton" substitutionGroup="engine:VisualElement" xmlns:q7="Unity.MemoryProfiler.Editor.UI" type="q7:RibbonButtonType" />
- <xs:simpleType name="InfoBox_issue-level_Type">
- <xs:restriction base="xs:string">
- <xs:enumeration value="Info" />
- <xs:enumeration value="Warning" />
- <xs:enumeration value="Error" />
- </xs:restriction>
- </xs:simpleType>
- <xs:complexType name="InfoBoxType">
- <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="Info" name="issue-level" xmlns:q8="Unity.MemoryProfiler.Editor.UI" type="q8:InfoBox_issue-level_Type" use="optional" />
- <xs:attribute default="Info about something..." name="message" type="xs:string" use="optional" />
- <xs:attribute name="documentation-link" type="xs:string" use="optional" />
- <xs:anyAttribute processContents="lax" />
- </xs:restriction>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="InfoBox" substitutionGroup="engine:VisualElement" xmlns:q9="Unity.MemoryProfiler.Editor.UI" type="q9:InfoBoxType" />
- <xs:complexType name="ToolbarDropDownButtonType">
- <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:anyAttribute processContents="lax" />
- </xs:restriction>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="ToolbarDropDownButton" substitutionGroup="engine:VisualElement" xmlns:q10="Unity.MemoryProfiler.Editor.UI" type="q10:ToolbarDropDownButtonType" />
- <xs:complexType name="AllTrackedMemoryDescriptionCellType">
- <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="AllTrackedMemoryDescriptionCell" substitutionGroup="engine:VisualElement" xmlns:q11="Unity.MemoryProfiler.Editor.UI" type="q11:AllTrackedMemoryDescriptionCellType" />
- <xs:simpleType name="Ribbon_alignment_Type">
- <xs:restriction base="xs:string">
- <xs:enumeration value="Auto" />
- <xs:enumeration value="FlexStart" />
- <xs:enumeration value="Center" />
- <xs:enumeration value="FlexEnd" />
- <xs:enumeration value="Stretch" />
- </xs:restriction>
- </xs:simpleType>
- <xs:complexType name="RibbonType">
- <xs:complexContent mixed="false">
- <xs:restriction base="engine:VisualElementType">
- <xs:sequence minOccurs="0" maxOccurs="unbounded">
- <xs:element xmlns:q12="Unity.MemoryProfiler.Editor.UI" ref="q12:RibbonButton" />
- </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:attribute default="Center" name="alignment" xmlns:q13="Unity.MemoryProfiler.Editor.UI" type="q13:Ribbon_alignment_Type" use="optional" />
- <xs:attribute default="false" name="show-help-button" type="xs:boolean" use="optional" />
- <xs:attribute default="false" name="show-menu-button" type="xs:boolean" use="optional" />
- <xs:attribute default="0" name="initial-option" type="xs:int" use="optional" />
- <xs:anyAttribute processContents="lax" />
- </xs:restriction>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="Ribbon" substitutionGroup="engine:VisualElement" xmlns:q14="Unity.MemoryProfiler.Editor.UI" type="q14:RibbonType" />
- <xs:complexType name="UnityObjectsDescriptionCellType">
- <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="UnityObjectsDescriptionCell" substitutionGroup="engine:VisualElement" xmlns:q15="Unity.MemoryProfiler.Editor.UI" type="q15:UnityObjectsDescriptionCellType" />
- <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="" 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="Button" name="button-text" type="xs:string" use="optional" />
- <xs:anyAttribute processContents="lax" />
- </xs:restriction>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="DropDownButton" substitutionGroup="engine:VisualElement" xmlns:q16="Unity.MemoryProfiler.Editor.UI" type="q16:DropDownButtonType" />
- <xs:complexType name="BackgroundPatternType">
- <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:attribute default="1" name="scale" type="xs:float" use="optional" />
- <xs:anyAttribute processContents="lax" />
- </xs:restriction>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="BackgroundPattern" substitutionGroup="engine:VisualElement" xmlns:q17="Unity.MemoryProfiler.Editor.UI" type="q17:BackgroundPatternType" />
- <xs:simpleType name="ObjectOrTypeLabel_data-type_Type">
- <xs:restriction base="xs:string">
- <xs:enumeration value="PureCSharpType" />
- <xs:enumeration value="NativeUnityType" />
- <xs:enumeration value="UnifiedUnityType" />
- <xs:enumeration value="ManagedObject" />
- <xs:enumeration value="NativeObject" />
- <xs:enumeration value="UnifiedUnityObject" />
- <xs:enumeration value="LeakedShell" />
- </xs:restriction>
- </xs:simpleType>
- <xs:complexType name="ObjectOrTypeLabelType">
- <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="UnifiedUnityObject" name="data-type" xmlns:q18="Unity.MemoryProfiler.Editor.UI" type="q18:ObjectOrTypeLabel_data-type_Type" use="optional" />
- <xs:attribute default="GameObject" name="native-type-name" type="xs:string" use="optional" />
- <xs:attribute default="UnityEngine.GameObject" name="managed-type-name" type="xs:string" use="optional" />
- <xs:attribute default="Cube" name="managed-object-name" type="xs:string" use="optional" />
- <xs:anyAttribute processContents="lax" />
- </xs:restriction>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="ObjectOrTypeLabel" substitutionGroup="engine:VisualElement" xmlns:q19="Unity.MemoryProfiler.Editor.UI" type="q19:ObjectOrTypeLabelType" />
- <xs:complexType name="DetailedSizeBarType">
- <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="DetailedSizeBar" substitutionGroup="engine:VisualElement" xmlns:q20="Unity.MemoryProfiler.Editor.UI" type="q20:DetailedSizeBarType" />
- </xs:schema>
|