UnityEditor.UIElements.ProjectSettings.xsd 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.Accessibility" elementFormDefault="qualified" targetNamespace="UnityEditor.UIElements.ProjectSettings" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" />
  4. <xs:complexType name="ProjectSettingsTitleBarType">
  5. <xs:complexContent mixed="false">
  6. <xs:restriction base="engine:VisualElementType">
  7. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  8. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  9. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  10. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  11. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  12. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  13. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  14. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  15. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  16. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  17. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  18. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  19. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  20. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  21. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  22. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  23. <xs:anyAttribute processContents="lax" />
  24. </xs:restriction>
  25. </xs:complexContent>
  26. </xs:complexType>
  27. <xs:element name="ProjectSettingsTitleBar" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.UIElements.ProjectSettings" type="q1:ProjectSettingsTitleBarType" />
  28. <xs:complexType name="ProjectSettingsSectionType">
  29. <xs:complexContent mixed="false">
  30. <xs:restriction base="engine:VisualElementType">
  31. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  32. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  33. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  34. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  35. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  36. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  37. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  38. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  39. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  40. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  41. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  42. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  43. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  44. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  45. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  46. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  47. <xs:anyAttribute processContents="lax" />
  48. </xs:restriction>
  49. </xs:complexContent>
  50. </xs:complexType>
  51. <xs:element name="ProjectSettingsSection" substitutionGroup="engine:VisualElement" xmlns:q2="UnityEditor.UIElements.ProjectSettings" type="q2:ProjectSettingsSectionType" />
  52. <xs:complexType name="BuiltInShaderElementType">
  53. <xs:complexContent mixed="false">
  54. <xs:restriction base="engine:VisualElementType">
  55. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  56. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  57. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  58. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  59. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  60. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  61. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  62. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  63. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  64. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  65. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  66. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  67. <xs:attribute default="" name="shader-mode" type="xs:string" use="optional" />
  68. <xs:attribute default="" name="custom-shader" type="xs:string" use="optional" />
  69. <xs:attribute default="" name="shader-mode-label" type="xs:string" use="optional" />
  70. <xs:attribute default="" name="custom-shader-label" type="xs:string" use="optional" />
  71. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  72. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  73. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  74. <xs:anyAttribute processContents="lax" />
  75. </xs:restriction>
  76. </xs:complexContent>
  77. </xs:complexType>
  78. <xs:element name="BuiltInShaderElement" substitutionGroup="engine:VisualElement" xmlns:q3="UnityEditor.UIElements.ProjectSettings" type="q3:BuiltInShaderElementType" />
  79. <xs:complexType name="TabButtonType">
  80. <xs:complexContent mixed="false">
  81. <xs:restriction base="engine:VisualElementType">
  82. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  83. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  84. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  85. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  86. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  87. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  88. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  89. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  90. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  91. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  92. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  93. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  94. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  95. <xs:attribute default="" name="target" type="xs:string" use="optional" />
  96. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  97. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  98. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  99. <xs:anyAttribute processContents="lax" />
  100. </xs:restriction>
  101. </xs:complexContent>
  102. </xs:complexType>
  103. <xs:element name="TabButton" substitutionGroup="engine:VisualElement" xmlns:q4="UnityEditor.UIElements.ProjectSettings" type="q4:TabButtonType" />
  104. <xs:complexType name="TabbedViewType">
  105. <xs:complexContent mixed="false">
  106. <xs:restriction base="engine:VisualElementType">
  107. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  108. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  109. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  110. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  111. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  112. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  113. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  114. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  115. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  116. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  117. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  118. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  119. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  120. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  121. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  122. <xs:anyAttribute processContents="lax" />
  123. </xs:restriction>
  124. </xs:complexContent>
  125. </xs:complexType>
  126. <xs:element name="TabbedView" substitutionGroup="engine:VisualElement" xmlns:q5="UnityEditor.UIElements.ProjectSettings" type="q5:TabbedViewType" />
  127. </xs:schema>