summaryrefslogtreecommitdiff
path: root/ebus-xml/ebus-0.1.xsd
diff options
context:
space:
mode:
authorYves Fischer <yvesf+git@xapek.org>2021-12-31 23:57:29 +0100
committerYves Fischer <yvesf+git@xapek.org>2021-12-31 23:57:29 +0100
commitd0c7100b706d70dfff342def2bac864693fe8544 (patch)
tree333268ca977222e2f5a41eff68607b36721f7694 /ebus-xml/ebus-0.1.xsd
parentcaae83f445935c06cd6aef36f283a4688675278a (diff)
parent810721ceac0249e747cdf36f3edec22d829d4371 (diff)
downloadebus-master.tar.gz
ebus-master.zip
Merge branch 'ebus-rust'HEADmaster
Diffstat (limited to 'ebus-xml/ebus-0.1.xsd')
-rw-r--r--ebus-xml/ebus-0.1.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/ebus-xml/ebus-0.1.xsd b/ebus-xml/ebus-0.1.xsd
index 4e96176..bc7d504 100644
--- a/ebus-xml/ebus-0.1.xsd
+++ b/ebus-xml/ebus-0.1.xsd
@@ -75,6 +75,7 @@
<element name="word" type="tns:FIELD_WORD"></element>
<element name="bit" type="tns:FIELD_BIT"></element>
<element name="byteEnum" type="tns:FIELD_BYTE_ENUM" />
+ <element name="string" type="tns:FIELD_STRING" />
</choice>
</complexType>
@@ -155,4 +156,12 @@
</extension>
</complexContent>
</complexType>
+
+ <complexType name="FIELD_STRING">
+ <complexContent>
+ <extension base="tns:FIELD_BASE_TYPE">
+ <attribute name="length" type="short" use="required" />
+ </extension>
+ </complexContent>
+ </complexType>
</schema>