Skip to content

Commit

Permalink
#766 mandatory attribute of MacroConnect is optional
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitri Baron <dimitri.baron@rte-france.com>
  • Loading branch information
barondim committed Sep 6, 2024
1 parent c4b4a45 commit e17a2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/xsd/assembling.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ SPDX-License-Identifier: MPL-2.0 -->
<xs:complexType name="MacroConnect">
<xs:attribute name="macroConnection" use="required" type="xs:string"/>
<xs:attribute name="id" use="required" type="xs:string"/>
<xs:attribute name="mandatory" type="xs:boolean"/>
<xs:attribute name="mandatory" use="optional" type="xs:boolean"/>
</xs:complexType>
</xs:schema>

0 comments on commit e17a2b8

Please sign in to comment.