From a6be7610736293774b11f9a172d156ab444811c9 Mon Sep 17 00:00:00 2001 From: tkummermehr Date: Thu, 13 Jul 2017 22:05:10 +0200 Subject: New XML Parser implementation, supports splitter and combiner --- data/unicens.xsd | 291 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 data/unicens.xsd (limited to 'data/unicens.xsd') diff --git a/data/unicens.xsd b/data/unicens.xsd new file mode 100644 index 0000000..08a5ee6 --- /dev/null +++ b/data/unicens.xsd @@ -0,0 +1,291 @@ + + + + + + Schema for the description of a UNICENS configuration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexadecimal number in the format 0xd..d + + + + + + + + Decimal number + + + + + + Physical Layer of USB port + + + + + + + + + Clock Config of MediaLB port + + + + + + + + + + + + + + + Clock Config of Stream port + + + + + + + + + + + + + + + Data Alignment of Stream port + + + + + + + + + + + + Stream Pin ID of Stream socket + + + + + + + + + + + Mute Mode of Sync connection + + + + + + + + + Isoc Packet Size of AVP connection + + + + + + + + + + Speed parameter of I2CPortCreate + + + + + + + + + Mode parameter of I2CPortWrite + + + + + + + + + + String which represents byte array as hexadecimal digits with space after each two digits + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg