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 <torbjorn.svensson@foss.st.com>
  • Loading branch information
Torbjorn-Svensson committed Oct 8, 2024
1 parent ca5e7c4 commit 9bb9fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/PACK.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2036,6 +2036,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 9bb9fe0

Please sign in to comment.