Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Some fields are required in iidm xsd but optional in the doc
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
One example :
http://www.powsybl.org/docs/iidm/model/substation.html
The country is optional here.
In the xsd:
<xs:attribute name="country" use="required" type="iidm:nonEmptyString"/>
Do you want to request a feature or report a bug? Bug
What is the current behavior? Some fields are required in iidm xsd but optional in the doc
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem One example : http://www.powsybl.org/docs/iidm/model/substation.html The country is optional here.
In the xsd:
<xs:attribute name="country" use="required" type="iidm:nonEmptyString"/>