Skip to content

Commit

Permalink
updating xsd #2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 12, 2024
1 parent 39a468e commit 8fbe03f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/xsd/additional_file.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@
<xsd:attribute name="visible" type="boolType"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="viaProbReroute">
<xsd:complexType>
<xsd:attribute name="id" type="idType" use="required"/>
<xsd:attribute name="probability" type="nonNegativeFloatType"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
<xsd:attribute name="begin" type="nonNegativeFloatType" use="required"/>
<xsd:attribute name="end" type="nonNegativeFloatType" use="required"/>
Expand Down Expand Up @@ -366,7 +372,8 @@
<xsd:attribute name="pos" type="xsd:string" use="optional"/>
<xsd:attribute name="name" type="xsd:string" use="optional"/>
<xsd:attribute name="visible" type="boolType" use="optional"/>
<xsd:attribute name="off" type="boolType" use="optional"/>
<xsd:attribute name="off" type="boolType" use="optional"/>
<xsd:attribute name="optional" type="boolType" use="optional"/>
</xsd:complexType>

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

0 comments on commit 8fbe03f

Please sign in to comment.