Skip to content

Commit

Permalink
Update generator/mavschema.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored and peterbarker committed May 1, 2024
1 parent bb324c4 commit c889cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/mavschema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@

<xs:simpleType name="factor">
<xs:restriction base="xs:string">
<xs:enumeration value="1E2"/> <!-- value scaled up by 100 -->
<xs:enumeration value="1E-2"/> <!-- actual value = stated value / 100 -->
</xs:restriction>
</xs:simpleType>

Expand Down

0 comments on commit c889cba

Please sign in to comment.