Skip to content

Commit

Permalink
Added "mode" attribute to ExeGeneratorArgumentType
Browse files Browse the repository at this point in the history
This aligns the schema with the documentation.

Signed-off-by: Torbjörn SVENSSON <[email protected]>
  • Loading branch information
Torbjorn-Svensson committed Oct 8, 2024
1 parent ca5e7c4 commit 0b9195c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions schema/PACK.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
limitations under the License.
$Date: 23. Sep 2024
$Revision: 1.7.41
$Date: 08. Oct 2024
$Revision: 1.7.42
$Project: Schema File for Package Description File Format Specification
Package file name convention <vendor>.<name>.<version>.pack
SchemaVersion=1.7.41
SchemaVersion=1.7.42
08. Oct 2024: v1.7.42
- added 'mode' attribute ExeGeneratorArgumentType
23. Sep 2024: v1.7.41
- changed all 'public' attributes to have default value 'true'.
02. Sep 2024: v1.7.40
Expand Down Expand Up @@ -2036,6 +2038,7 @@
<xs:extension base="xs:string">
<xs:attribute name="switch" type="xs:string" use="optional" />
<xs:attribute name="host" type="HostEnumType" use="optional" default="all" />
<xs:attribute name="mode" type="xs:string" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Expand Down

0 comments on commit 0b9195c

Please sign in to comment.