Skip to content

Commit

Permalink
extending xsd refs #11668
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 8, 2024
1 parent 4ccf3b2 commit 3db5930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/xsd/connections_file.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<xsd:attribute name="width" type="positiveFloatType" use="optional"/>
<xsd:attribute name="discard" type="boolType" use="optional"/>
<xsd:attribute name="shape" type="shapeType" use="optional"/>
<xsd:attribute name="outlineShape" type="shapeType" use="optional"/>
<xsd:attribute name="linkIndex" type="xsd:integer" use="optional"/>
<xsd:attribute name="linkIndex2" type="xsd:integer" use="optional"/>
</xsd:complexType>
Expand Down
1 change: 1 addition & 0 deletions data/xsd/net_file.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<xsd:attribute name="type" type="xsd:string" use="optional"/>
<xsd:attribute name="changeRight" type="xsd:string" use="optional"/>
<xsd:attribute name="changeLeft" type="xsd:string" use="optional"/>
<xsd:attribute name="outlineShape" type="shapeType" use="optional"/>
</xsd:complexType>

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

0 comments on commit 3db5930

Please sign in to comment.