summaryrefslogtreecommitdiffstats
path: root/tests/auto/parser/data/scxml1.scxml
blob: dcaaded41746bf78d29f20faae90d90ee0119595 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" ?>
<!--
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
-->
<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0"
       name="scxml" datamodel="foo">
    <scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0"
           name="nestedscxml">
    </scxml>
</scxml>