This commit is contained in:
Meik
2025-11-14 14:48:40 +01:00
parent 69e2cda8cd
commit b1244c93f3
25 changed files with 931 additions and 493 deletions

View File

@@ -184,11 +184,18 @@
<xs:attribute name="CheckNamedParameter" type="xs:NCName" use="optional" />
<xs:attribute name="CheckFilePath" type="xs:string" use="optional" />
<xs:attribute name="CheckRegistryEntry" type="xs:string" use="optional" />
<xs:attribute name="Hidden" type="xs:boolean" use="optional" />
<xs:attribute name="RunImmediate" type="xs:boolean" use="optional" />
<xs:attribute name="ExecutionType" type="ExecutionTypes" use="optional" default="Undefined" />
<xs:attribute name="ResultType" type="ResultTypes" use="optional" default="Undefined" />
</xs:complexType>
<!-- visibility controlling attributes -->
<xs:attribute name="Hidden" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="IsVisibleByParameter" type="xs:string" use="optional" />
<xs:attribute name="RequiredRoles" use="optional">
<xs:simpleType>
<xs:list itemType="xs:NCName" />
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="QuickAction-Local" abstract="true">
<xs:complexContent>
@@ -572,14 +579,21 @@
<xs:attribute name="Name" type="xs:string" use="required" />
<xs:attribute name="Description" type="xs:string" use="optional" />
<xs:attribute name="Section" type="xs:NCName" use="optional" />
<xs:attribute name="Hidden" type="xs:boolean" use="optional" />
<xs:attribute name="FixedSequence" type="xs:boolean" use="optional" />
<xs:attribute name="InformationClass" use="required">
<xs:simpleType>
<xs:list itemType="InformationClass" />
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<!-- visibility controlling attributes -->
<xs:attribute name="Hidden" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="IsVisibleByParameter" type="xs:string" use="optional" />
<xs:attribute name="RequiredRoles" use="optional">
<xs:simpleType>
<xs:list itemType="xs:NCName" />
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="QuickTipElements">