Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions schema/PACK.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
limitations under the License.


$Date: 08. Apr 2025

Check failure on line 21 in schema/PACK.xsd

View workflow job for this annotation

GitHub Actions / Validate pack schema

Modification date tag not updated, should be '11. Apr 2025'!
$Revision: 1.7.48
$Revision: 1.7.49
$Project: Schema File for Package Description File Format Specification

Package file name convention <vendor>.<name>.<version>.pack
SchemaVersion=1.7.48
SchemaVersion=1.7.49

08. Apr 2025: v1.7.48

Check failure on line 28 in schema/PACK.xsd

View workflow job for this annotation

GitHub Actions / Validate pack schema

Change history not updated, should contain '11. April 2025: v1.7.49'!
- add 'HPROT' and 'SPROT' attributes to 'accessportV1' and 'accessportV2' element
01. Apr 2025: v1.7.47
- deprecate 'Pname' attribute in 'debug-vars' element type
Expand Down Expand Up @@ -250,7 +250,7 @@

-->

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.7.48">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.7.49">

<!-- NonNegativeInteger specifies the format in which numbers are represented in hexadecimal or decimal format -->
<xs:simpleType name="NonNegativeInteger">
Expand Down Expand Up @@ -661,9 +661,9 @@
<!-- DataPatchAccessTypeEnum enumeration type -->
<xs:simpleType name="DataPatchAccessTypeEnum">
<xs:restriction base="xs:token">
<xs:enumeration value="DP" />
<!-- deprecated in v1.7.49 <xs:enumeration value="DP" /> -->
<xs:enumeration value="AP" />
<xs:enumeration value="ACCESS_AP" />
<!-- deprecated in v1.7.49 <xs:enumeration value="ACCESS_AP" /> -->
<xs:enumeration value="Mem" />
</xs:restriction>
</xs:simpleType>
Expand Down
Loading