Change Opengotha version parser from float to string

This commit is contained in:
Quentin Rendu
2023-09-13 09:40:34 +02:00
parent 558e7f964b
commit e7ae74712f
2 changed files with 2 additions and 2 deletions

View File

@@ -218,7 +218,7 @@
</xs:sequence>
<xs:attribute type="xs:int" name="dataVersion"/>
<xs:attribute type="xs:string" name="externalIPAddress"/>
<xs:attribute type="xs:float" name="fullVersionNumber"/>
<xs:attribute type="xs:string" name="fullVersionNumber"/>
<xs:attribute type="xs:string" name="runningMode"/>
<xs:attribute type="xs:long" name="saveDT"/>
</xs:complexType>