Skip to content

Commit 8f6785b

Browse files
committed
6.2.2
1 parent 5c06512 commit 8f6785b

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

qm.xsd

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
// XML Schema for the QM (QP Modeler) model file XML data format
3+
// XML Schema for the QM 6.2.2 (QP Modeler) model file XML data format
44
// see: https://www.state-machine.com/qm/ui_model_file.html#ui_model_xsd
55
//
66
// Q u a n t u m L e a P s
@@ -74,11 +74,24 @@
7474

7575
<xs:element name="framework">
7676
<xs:complexType>
77+
<xs:sequence minOccurs="0" maxOccurs="1">
78+
<xs:element ref="license"/>
79+
</xs:sequence>
7780
<xs:attribute name="name" type="xs:string" use="required"/>
7881
<xs:attribute name="license" type="xs:string"/>
7982
</xs:complexType>
8083
</xs:element>
8184

85+
<xs:element name="license">
86+
<xs:complexType>
87+
<xs:simpleContent>
88+
<xs:extension base="xs:string">
89+
<xs:attribute name="name" type="xs:string" use="required"/>
90+
</xs:extension>
91+
</xs:simpleContent>
92+
</xs:complexType>
93+
</xs:element>
94+
8295
<xs:element name="package">
8396
<xs:complexType>
8497
<xs:choice minOccurs="0" maxOccurs="unbounded">
@@ -262,6 +275,7 @@
262275
</xs:sequence>
263276
<xs:attribute name="xpref" type="xs:string" use="required"/>
264277
<xs:attribute name="target" type="model_ref_t"/>
278+
<xs:attribute name="cpref" type="xs:string"/>
265279
</xs:complexType>
266280
</xs:element>
267281

version-6.2.0

Lines changed: 0 additions & 2 deletions
This file was deleted.

version-6.2.2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
QM 6.2.2
2+
2024-09-04

0 commit comments

Comments
 (0)