[messages] rename class to msg_class

makes it possible to use the python parser using xmlobject since class is a reserved word.
This commit is contained in:
Felix Ruess
2014-08-26 21:36:02 +02:00
parent b03dbfee57
commit 97ea2b7ed4
17 changed files with 47 additions and 2843 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
<!-- U-BLOX UBX protocol DTD -->
<!ELEMENT ubx (class+)>
<!ELEMENT class (message+)>
<!ELEMENT ubx (msg_class+)>
<!ELEMENT msg_class (message+)>
<!ELEMENT message (field|block)*>
<!ELEMENT block (field*)>
<!ELEMENT field EMPTY>
<!ATTLIST class
<!ATTLIST msg_class
name CDATA #REQUIRED
ID CDATA #REQUIRED>