Skip to content

Commit

Permalink
updating xsd refs #14258
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 26, 2024
1 parent 441ccf2 commit 2d88a4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/xsd/routeTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
<xsd:enumeration value="Freight" />
<xsd:enumeration value="MireoPlusB" />
<xsd:enumeration value="MireoPlusH" />
<xsd:enumeration value="custom" />
</xsd:restriction>
</xsd:simpleType>

Expand Down Expand Up @@ -242,6 +243,12 @@
<xsd:attribute name="speedTable" type="xsd:string"/>
<xsd:attribute name="tractionTable" type="xsd:string"/>
<xsd:attribute name="resistanceTable" type="xsd:string"/>
<xsd:attribute name="massFactor" type="positiveFloatType"/>
<xsd:attribute name="maxPower" type="positiveFloatType"/>
<xsd:attribute name="maxTraction" type="positiveFloatType"/>
<xsd:attribute name="resCoef_constant" type="floatType"/>
<xsd:attribute name="resCoef_linear" type="floatType"/>
<xsd:attribute name="resCoef_quadratic" type="floatType"/>
</xsd:complexType>

<xsd:complexType name="cfIDMType">
Expand Down

0 comments on commit 2d88a4b

Please sign in to comment.