This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6657483 Site checkin for project PLC4X: Jenkins Tools
6657483 is described below
commit 6657483636fc2810b9b70ba472e7973a3efe8843
Author: jenkins <[email protected]>
AuthorDate: Thu Apr 22 19:46:49 2021 +0000
Site checkin for project PLC4X: Jenkins Tools
---
schemas/parser-serializer-testsuite.xsd | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/schemas/parser-serializer-testsuite.xsd
b/schemas/parser-serializer-testsuite.xsd
index 9269de1..8a906d7 100644
--- a/schemas/parser-serializer-testsuite.xsd
+++ b/schemas/parser-serializer-testsuite.xsd
@@ -23,7 +23,12 @@
<xs:element name="testsuite">
<xs:complexType>
<xs:sequence>
+ <!-- The name of the testsuite -->
<xs:element name="name" type="xs:string"/>
+ <!-- The protocolName(id) of the protocol -->
+ <xs:element name="protocolName" type="xs:string"/>
+ <!-- The outputFlavor of the protocol-->
+ <xs:element name="outputFlavor" type="xs:string"/>
<!--
Each testcase is a set of hexadecimal input and expected
output.
A test will parse the binary input and compare the parsed
result