slimecing

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c09a620ec2dbe0050b560acf455506a347f023e2
parent 90d161d97598a0e2cd8b082c4d30c9d6bea3714e
Author: PlutoTank <qwolkensperg@gmail.com>
Date:   Thu,  6 Feb 2020 18:00:26 -0500

fixes

Diffstat:
AAssets/Samples/Input System/1.0.0-preview.4/InputDeviceTester/.sample.json | 4++++
AAssets/Samples/Input System/1.0.0-preview.4/InputDeviceTester/.sample.json.meta | 4++++
DUIElementsSchema/UIElements.xsd | 8--------
DUIElementsSchema/UnityEditor.PackageManager.UI.xsd | 276-------------------------------------------------------------------------------
DUIElementsSchema/UnityEditor.UIElements.Debugger.xsd | 28----------------------------
DUIElementsSchema/UnityEditor.UIElements.xsd | 884-------------------------------------------------------------------------------
DUIElementsSchema/UnityEngine.UIElements.xsd | 526-------------------------------------------------------------------------------
7 files changed, 8 insertions(+), 1722 deletions(-)

diff --git a/Assets/Samples/Input System/1.0.0-preview.4/InputDeviceTester/.sample.json b/Assets/Samples/Input System/1.0.0-preview.4/InputDeviceTester/.sample.json @@ -0,0 +1,4 @@ +{ + "displayName": "InputDeviceTester", + "description": "A scene containing UI to visualize the controls on various supported input devices." +} diff --git a/Assets/Samples/Input System/1.0.0-preview.4/InputDeviceTester/.sample.json.meta b/Assets/Samples/Input System/1.0.0-preview.4/InputDeviceTester/.sample.json.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 3d9c0d91f50349d29637153ddec7f1d9 +timeCreated: 1565354374+ \ No newline at end of file diff --git a/UIElementsSchema/UIElements.xsd b/UIElementsSchema/UIElements.xsd @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.UIElements.Debugger" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> - <xs:import schemaLocation="UnityEditor.PackageManager.UI.xsd" namespace="UnityEditor.PackageManager.UI" /> - <xs:import schemaLocation="UnityEditor.UIElements.xsd" namespace="UnityEditor.UIElements" /> - <xs:import schemaLocation="UnityEditor.UIElements.Debugger.xsd" namespace="UnityEditor.UIElements.Debugger" /> -</xs:schema>- \ No newline at end of file diff --git a/UIElementsSchema/UnityEditor.PackageManager.UI.xsd b/UIElementsSchema/UnityEditor.PackageManager.UI.xsd @@ -1,275 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.UIElements.Debugger" elementFormDefault="qualified" targetNamespace="UnityEditor.PackageManager.UI" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> - <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:q1="UnityEditor.PackageManager.UI" type="q1:AlertType" /> - <xs:complexType name="ArrowToggleType"> - <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="ArrowToggle" substitutionGroup="engine:VisualElement" xmlns:q2="UnityEditor.PackageManager.UI" type="q2:ArrowToggleType" /> - <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="" name="text" type="xs:string" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="DropdownButton" substitutionGroup="engine:VisualElement" xmlns:q3="UnityEditor.PackageManager.UI" type="q3: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:q4="UnityEditor.PackageManager.UI" type="q4:LoadingSpinnerType" /> - <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:q5="UnityEditor.PackageManager.UI" type="q5: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:q6="UnityEditor.PackageManager.UI" type="q6:PackageDetailsType" /> - <xs:complexType name="PackageItemType"> - <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="PackageItem" substitutionGroup="engine:VisualElement" xmlns:q7="UnityEditor.PackageManager.UI" type="q7:PackageItemType" /> - <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:q8="UnityEditor.PackageManager.UI" type="q8:PackageListType" /> - <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:q9="UnityEditor.PackageManager.UI" type="q9:PackageManagerToolbarType" /> - <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:q10="UnityEditor.PackageManager.UI" type="q10: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:q11="UnityEditor.PackageManager.UI" type="q11:PackageStatusBarType" /> - <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:q12="UnityEditor.PackageManager.UI" type="q12:PackageToolbarType" /> - <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:q13="UnityEditor.PackageManager.UI" type="q13:ProgressBarType" /> -</xs:schema>- \ No newline at end of file diff --git a/UIElementsSchema/UnityEditor.UIElements.Debugger.xsd b/UIElementsSchema/UnityEditor.UIElements.Debugger.xsd @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.UIElements.Debugger" elementFormDefault="qualified" targetNamespace="UnityEditor.UIElements.Debugger" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> - <xs:complexType name="EventTypeSelectFieldType"> - <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:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="EventTypeSelectField" substitutionGroup="engine:VisualElement" type="EventTypeSelectFieldType" /> -</xs:schema>- \ No newline at end of file diff --git a/UIElementsSchema/UnityEditor.UIElements.xsd b/UIElementsSchema/UnityEditor.UIElements.xsd @@ -1,883 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.UIElements.Debugger" elementFormDefault="qualified" targetNamespace="UnityEditor.UIElements" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> - <xs:simpleType name="PropertyControl_value-type_Type"> - <xs:restriction base="xs:string"> - <xs:enumeration value="Long" /> - <xs:enumeration value="Double" /> - <xs:enumeration value="Int" /> - <xs:enumeration value="Float" /> - <xs:enumeration value="String" /> - </xs:restriction> - </xs:simpleType> - <xs:complexType name="PropertyControlType"> - <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 name="value-type" type="editor:PropertyControl_value-type_Type" use="required" /> - <xs:attribute default="" name="value" type="xs:string" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="PropertyControl" substitutionGroup="engine:VisualElement" type="editor:PropertyControlType" /> - <xs:complexType name="VisualSplitterType"> - <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="VisualSplitter" substitutionGroup="engine:VisualElement" type="editor:VisualSplitterType" /> - <xs:complexType name="ToolbarType"> - <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="Toolbar" substitutionGroup="engine:VisualElement" type="editor:ToolbarType" /> - <xs:complexType name="ToolbarButtonType"> - <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:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="ToolbarButton" substitutionGroup="engine:VisualElement" type="editor:ToolbarButtonType" /> - <xs:complexType name="ToolbarToggleType"> - <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="false" name="value" type="xs:boolean" use="optional" /> - <xs:attribute default="" name="text" type="xs:string" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="ToolbarToggle" substitutionGroup="engine:VisualElement" type="editor:ToolbarToggleType" /> - <xs:complexType name="ToolbarSpacerType"> - <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="ToolbarSpacer" substitutionGroup="engine:VisualElement" type="editor:ToolbarSpacerType" /> - <xs:complexType name="ToolbarMenuType"> - <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:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="ToolbarMenu" substitutionGroup="engine:VisualElement" type="editor:ToolbarMenuType" /> - <xs:complexType name="ToolbarSearchFieldType"> - <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="ToolbarSearchField" substitutionGroup="engine:VisualElement" type="editor:ToolbarSearchFieldType" /> - <xs:complexType name="ToolbarPopupSearchFieldType"> - <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="ToolbarPopupSearchField" substitutionGroup="engine:VisualElement" type="editor:ToolbarPopupSearchFieldType" /> - <xs:complexType name="ToolbarBreadcrumbsType"> - <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="ToolbarBreadcrumbs" substitutionGroup="engine:VisualElement" type="editor:ToolbarBreadcrumbsType" /> - <xs:complexType name="PropertyFieldType"> - <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="" name="binding-path" type="xs:string" use="optional" /> - <xs:attribute default="" name="label" type="xs:string" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="PropertyField" substitutionGroup="engine:VisualElement" type="editor:PropertyFieldType" /> - <xs:complexType name="InspectorElementType"> - <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="" name="binding-path" type="xs:string" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="InspectorElement" substitutionGroup="engine:VisualElement" type="editor:InspectorElementType" /> - <xs:complexType name="FloatFieldType"> - <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="0" name="value" type="xs:float" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="FloatField" substitutionGroup="engine:VisualElement" type="editor:FloatFieldType" /> - <xs:complexType name="DoubleFieldType"> - <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="0" name="value" type="xs:double" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="DoubleField" substitutionGroup="engine:VisualElement" type="editor:DoubleFieldType" /> - <xs:complexType name="IntegerFieldType"> - <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="0" name="value" type="xs:int" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="IntegerField" substitutionGroup="engine:VisualElement" type="editor:IntegerFieldType" /> - <xs:complexType name="LongFieldType"> - <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="0" name="value" type="xs:long" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="LongField" substitutionGroup="engine:VisualElement" type="editor:LongFieldType" /> - <xs:complexType name="CurveFieldType"> - <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:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="CurveField" substitutionGroup="engine:VisualElement" type="editor:CurveFieldType" /> - <xs:complexType name="ObjectFieldType"> - <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="true" name="allow-scene-objects" type="xs:boolean" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="ObjectField" substitutionGroup="engine:VisualElement" type="editor:ObjectFieldType" /> - <xs:complexType name="ColorFieldType"> - <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="RGBA(0.000, 0.000, 0.000, 1.000)" name="value" type="xs:string" use="optional" /> - <xs:attribute default="true" name="show-eye-dropper" type="xs:boolean" use="optional" /> - <xs:attribute default="true" name="show-alpha" type="xs:boolean" use="optional" /> - <xs:attribute default="false" name="hdr" type="xs:boolean" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="ColorField" substitutionGroup="engine:VisualElement" type="editor:ColorFieldType" /> - <xs:complexType name="EnumFieldType"> - <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="type" type="xs:string" use="optional" /> - <xs:attribute default="" name="value" type="xs:string" use="optional" /> - <xs:attribute default="false" name="include-obsolete-values" type="xs:boolean" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="EnumField" substitutionGroup="engine:VisualElement" type="editor:EnumFieldType" /> - <xs:complexType name="MaskFieldType"> - <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="choices" type="xs:string" use="optional" /> - <xs:attribute default="0" name="value" type="xs:int" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="MaskField" substitutionGroup="engine:VisualElement" type="editor:MaskFieldType" /> - <xs:complexType name="LayerMaskFieldType"> - <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="choices" type="xs:string" use="optional" /> - <xs:attribute default="0" name="value" type="xs:int" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="LayerMaskField" substitutionGroup="engine:VisualElement" type="editor:LayerMaskFieldType" /> - <xs:complexType name="LayerFieldType"> - <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="0" name="value" type="xs:int" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="LayerField" substitutionGroup="engine:VisualElement" type="editor:LayerFieldType" /> - <xs:complexType name="TagFieldType"> - <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:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="TagField" substitutionGroup="engine:VisualElement" type="editor:TagFieldType" /> - <xs:complexType name="GradientFieldType"> - <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:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="GradientField" substitutionGroup="engine:VisualElement" type="editor:GradientFieldType" /> - <xs:complexType name="EnumFlagsFieldType"> - <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="type" type="xs:string" use="optional" /> - <xs:attribute default="" name="value" type="xs:string" use="optional" /> - <xs:attribute default="false" name="include-obsolete-values" type="xs:boolean" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="EnumFlagsField" substitutionGroup="engine:VisualElement" type="editor:EnumFlagsFieldType" /> - <xs:complexType name="RectFieldType"> - <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="0" name="x" type="xs:float" use="optional" /> - <xs:attribute default="0" name="y" type="xs:float" use="optional" /> - <xs:attribute default="0" name="w" type="xs:float" use="optional" /> - <xs:attribute default="0" name="h" type="xs:float" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="RectField" substitutionGroup="engine:VisualElement" type="editor:RectFieldType" /> - <xs:complexType name="Vector2FieldType"> - <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="0" name="x" type="xs:float" use="optional" /> - <xs:attribute default="0" name="y" type="xs:float" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="Vector2Field" substitutionGroup="engine:VisualElement" type="editor:Vector2FieldType" /> - <xs:complexType name="Vector3FieldType"> - <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="0" name="x" type="xs:float" use="optional" /> - <xs:attribute default="0" name="y" type="xs:float" use="optional" /> - <xs:attribute default="0" name="z" type="xs:float" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="Vector3Field" substitutionGroup="engine:VisualElement" type="editor:Vector3FieldType" /> - <xs:complexType name="Vector4FieldType"> - <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="0" name="x" type="xs:float" use="optional" /> - <xs:attribute default="0" name="y" type="xs:float" use="optional" /> - <xs:attribute default="0" name="z" type="xs:float" use="optional" /> - <xs:attribute default="0" name="w" type="xs:float" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="Vector4Field" substitutionGroup="engine:VisualElement" type="editor:Vector4FieldType" /> - <xs:complexType name="BoundsFieldType"> - <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="0" name="cx" type="xs:float" use="optional" /> - <xs:attribute default="0" name="cy" type="xs:float" use="optional" /> - <xs:attribute default="0" name="cz" type="xs:float" use="optional" /> - <xs:attribute default="0" name="ex" type="xs:float" use="optional" /> - <xs:attribute default="0" name="ey" type="xs:float" use="optional" /> - <xs:attribute default="0" name="ez" type="xs:float" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="BoundsField" substitutionGroup="engine:VisualElement" type="editor:BoundsFieldType" /> - <xs:complexType name="RectIntFieldType"> - <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="0" name="x" type="xs:int" use="optional" /> - <xs:attribute default="0" name="y" type="xs:int" use="optional" /> - <xs:attribute default="0" name="w" type="xs:int" use="optional" /> - <xs:attribute default="0" name="h" type="xs:int" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="RectIntField" substitutionGroup="engine:VisualElement" type="editor:RectIntFieldType" /> - <xs:complexType name="Vector2IntFieldType"> - <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="0" name="x" type="xs:int" use="optional" /> - <xs:attribute default="0" name="y" type="xs:int" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="Vector2IntField" substitutionGroup="engine:VisualElement" type="editor:Vector2IntFieldType" /> - <xs:complexType name="Vector3IntFieldType"> - <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="0" name="x" type="xs:int" use="optional" /> - <xs:attribute default="0" name="y" type="xs:int" use="optional" /> - <xs:attribute default="0" name="z" type="xs:int" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="Vector3IntField" substitutionGroup="engine:VisualElement" type="editor:Vector3IntFieldType" /> - <xs:complexType name="BoundsIntFieldType"> - <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="0" name="px" type="xs:int" use="optional" /> - <xs:attribute default="0" name="py" type="xs:int" use="optional" /> - <xs:attribute default="0" name="pz" type="xs:int" use="optional" /> - <xs:attribute default="0" name="sx" type="xs:int" use="optional" /> - <xs:attribute default="0" name="sy" type="xs:int" use="optional" /> - <xs:attribute default="0" name="sz" type="xs:int" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="BoundsIntField" substitutionGroup="engine:VisualElement" type="editor:BoundsIntFieldType" /> - <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:attribute default="" name="binding-path" type="xs:string" use="optional" /> - <xs:attribute default="0" name="low-value" type="xs:float" use="optional" /> - <xs:attribute default="100" name="high-value" type="xs:float" use="optional" /> - <xs:attribute default="" name="title" type="xs:string" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="ProgressBar" substitutionGroup="engine:VisualElement" type="editor:ProgressBarType" /> -</xs:schema>- \ No newline at end of file diff --git a/UIElementsSchema/UnityEngine.UIElements.xsd b/UIElementsSchema/UnityEngine.UIElements.xsd @@ -1,525 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.UIElements.Debugger" elementFormDefault="qualified" targetNamespace="UnityEngine.UIElements" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:complexType name="UXMLType"> - <xs:complexContent mixed="false"> - <xs:restriction base="xs:anyType"> - <xs:sequence minOccurs="0" maxOccurs="unbounded"> - <xs:element ref="engine:VisualElement" /> - </xs:sequence> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="UXML" type="engine:UXMLType" /> - <xs:simpleType name="VisualElement_picking-mode_Type"> - <xs:restriction base="xs:string"> - <xs:enumeration value="Position" /> - <xs:enumeration value="Ignore" /> - </xs:restriction> - </xs:simpleType> - <xs:simpleType name="VisualElement_usage-hints_Type"> - <xs:restriction base="xs:string"> - <xs:enumeration value="None" /> - <xs:enumeration value="DynamicTransform" /> - <xs:enumeration value="GroupTransform" /> - </xs:restriction> - </xs:simpleType> - <xs:complexType name="VisualElementType"> - <xs:complexContent mixed="false"> - <xs:restriction base="xs:anyType"> - <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="VisualElement" type="engine:VisualElementType" /> - <xs:complexType name="IMGUIContainerType"> - <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="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:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="IMGUIContainer" substitutionGroup="engine:VisualElement" type="engine:IMGUIContainerType" /> - <xs:complexType name="ImageType"> - <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="Image" substitutionGroup="engine:VisualElement" type="engine:ImageType" /> - <xs:complexType name="LabelType"> - <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:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="Label" substitutionGroup="engine:VisualElement" type="engine:LabelType" /> - <xs:complexType name="RepeatButtonType"> - <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="0" name="delay" type="xs:long" use="optional" /> - <xs:attribute default="0" name="interval" type="xs:long" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="RepeatButton" substitutionGroup="engine:VisualElement" type="engine:RepeatButtonType" /> - <xs:simpleType name="ScrollView_mode_Type"> - <xs:restriction base="xs:string"> - <xs:enumeration value="Vertical" /> - <xs:enumeration value="Horizontal" /> - <xs:enumeration value="VerticalAndHorizontal" /> - </xs:restriction> - </xs:simpleType> - <xs:complexType name="ScrollViewType"> - <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="Vertical" name="mode" type="engine:ScrollView_mode_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="20" name="horizontal-page-size" type="xs:float" use="optional" /> - <xs:attribute default="20" name="vertical-page-size" type="xs:float" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="ScrollView" substitutionGroup="engine:VisualElement" type="engine:ScrollViewType" /> - <xs:simpleType name="Scroller_direction_Type"> - <xs:restriction base="xs:string"> - <xs:enumeration value="Horizontal" /> - <xs:enumeration value="Vertical" /> - </xs:restriction> - </xs:simpleType> - <xs:complexType name="ScrollerType"> - <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="0" name="low-value" type="xs:float" use="optional" /> - <xs:attribute default="0" name="high-value" type="xs:float" use="optional" /> - <xs:attribute default="Vertical" name="direction" type="engine:Scroller_direction_Type" use="optional" /> - <xs:attribute default="0" name="value" type="xs:float" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="Scroller" substitutionGroup="engine:VisualElement" type="engine:ScrollerType" /> - <xs:simpleType name="Slider_direction_Type"> - <xs:restriction base="xs:string"> - <xs:enumeration value="Horizontal" /> - <xs:enumeration value="Vertical" /> - </xs:restriction> - </xs:simpleType> - <xs:complexType name="SliderType"> - <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="0" name="value" type="xs:float" use="optional" /> - <xs:attribute default="0" name="low-value" type="xs:float" use="optional" /> - <xs:attribute default="10" name="high-value" type="xs:float" use="optional" /> - <xs:attribute default="0" name="page-size" type="xs:float" use="optional" /> - <xs:attribute default="Horizontal" name="direction" type="engine:Slider_direction_Type" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="Slider" substitutionGroup="engine:VisualElement" type="engine:SliderType" /> - <xs:simpleType name="SliderInt_direction_Type"> - <xs:restriction base="xs:string"> - <xs:enumeration value="Horizontal" /> - <xs:enumeration value="Vertical" /> - </xs:restriction> - </xs:simpleType> - <xs:complexType name="SliderIntType"> - <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="0" name="value" type="xs:int" use="optional" /> - <xs:attribute default="0" name="low-value" type="xs:int" use="optional" /> - <xs:attribute default="10" name="high-value" type="xs:int" use="optional" /> - <xs:attribute default="0" name="page-size" type="xs:int" use="optional" /> - <xs:attribute default="Horizontal" name="direction" type="engine:SliderInt_direction_Type" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="SliderInt" substitutionGroup="engine:VisualElement" type="engine:SliderIntType" /> - <xs:complexType name="MinMaxSliderType"> - <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="0" name="min-value" type="xs:float" use="optional" /> - <xs:attribute default="10" name="max-value" type="xs:float" use="optional" /> - <xs:attribute default="-3.402823E+38" name="low-limit" type="xs:float" use="optional" /> - <xs:attribute default="3.402823E+38" name="high-limit" type="xs:float" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="MinMaxSlider" substitutionGroup="engine:VisualElement" type="engine:MinMaxSliderType" /> - <xs:complexType name="ToggleType"> - <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="false" name="value" type="xs:boolean" use="optional" /> - <xs:attribute default="" name="text" type="xs:string" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="Toggle" substitutionGroup="engine:VisualElement" type="engine:ToggleType" /> - <xs:complexType name="TextFieldType"> - <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="multiline" type="xs:boolean" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="TextField" substitutionGroup="engine:VisualElement" type="engine:TextFieldType" /> - <xs:complexType name="TemplateContainerType"> - <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 name="template" type="xs:string" use="required" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="TemplateContainer" substitutionGroup="engine:VisualElement" type="engine:TemplateContainerType" /> - <xs:complexType name="BoxType"> - <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="Box" substitutionGroup="engine:VisualElement" type="engine:BoxType" /> - <xs:complexType name="PopupWindowType"> - <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="" name="binding-path" type="xs:string" use="optional" /> - <xs:attribute default="" name="text" type="xs:string" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="PopupWindow" substitutionGroup="engine:VisualElement" type="engine:PopupWindowType" /> - <xs:complexType name="ListViewType"> - <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="30" name="item-height" type="xs:int" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="ListView" substitutionGroup="engine:VisualElement" type="engine:ListViewType" /> - <xs:complexType name="TreeViewType"> - <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="30" name="item-height" type="xs:int" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="TreeView" substitutionGroup="engine:VisualElement" type="engine:TreeViewType" /> - <xs:complexType name="FoldoutType"> - <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="" name="binding-path" type="xs:string" use="optional" /> - <xs:attribute default="" name="text" type="xs:string" use="optional" /> - <xs:attribute default="false" name="value" type="xs:boolean" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="Foldout" substitutionGroup="engine:VisualElement" type="engine:FoldoutType" /> - <xs:complexType name="BindableElementType"> - <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="" name="binding-path" type="xs:string" use="optional" /> - <xs:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="BindableElement" substitutionGroup="engine:VisualElement" type="engine:BindableElementType" /> - <xs:complexType name="TextElementType"> - <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:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="TextElement" substitutionGroup="engine:VisualElement" type="engine:TextElementType" /> - <xs:complexType name="ButtonType"> - <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:anyAttribute processContents="lax" /> - </xs:restriction> - </xs:complexContent> - </xs:complexType> - <xs:element name="Button" substitutionGroup="engine:VisualElement" type="engine:ButtonType" /> -</xs:schema>- \ No newline at end of file