Skip to content

Commit 8f491ca

Browse files
committed
XSD: Remove display attribute from fields
1 parent b2250cd commit 8f491ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

generator/mavschema.xsd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<xs:attribute name="id" type="mavlinkMsgId"/> <!-- used in message elements -->
2121
<xs:attribute name="print_format" type="xs:string"/> <!-- used in field elements -->
2222
<xs:attribute name="enum" type="xs:string"/> <!-- used in field,param elements -->
23-
<xs:attribute name="display" type="xs:string"/> <!-- used in field elements -->
2423
<xs:attribute name="units" type="SI_Unit"/> <!-- this will get changed on the fly to xs:string if no strict-units command line option is used -->
2524
<xs:attribute name="multiplier" type="factor"/>
2625
<xs:attribute name="instance" type="xs:boolean"/>
@@ -243,7 +242,6 @@
243242
<xs:attribute ref="name" use="required"/>
244243
<xs:attribute ref="print_format" />
245244
<xs:attribute ref="enum" />
246-
<xs:attribute ref="display" />
247245
<xs:attribute ref="units" />
248246
<xs:attribute ref="increment"/>
249247
<xs:attribute ref="minValue"/>

0 commit comments

Comments
 (0)