You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Boolean flag enforcing existence of mandatory elements in the XSD.
76
+
* If set to {@code false} will not require mandatory elements in the XML which can be useful if the XML is post processed (e.g. POM merging with parents)
77
+
* where mandatory elements might be contributed by sources outside the XML.
* Boolean flag to enforce mandatory elements in the XML schema.
50
+
* If set to {@code false} the XSD won't enforce mandatory elements in the XML which can be useful if the XML is post processed (e.g. POM merging with parents).
51
+
* The default value is {@code false} for backwards compatibility reasons, but should be set to {@code true} for most cases.
Copy file name to clipboardExpand all lines: modello-plugins/modello-plugin-xsd/src/test/java/org/codehaus/modello/plugin/xsd/FeaturesXsdGeneratorTest.java
Copy file name to clipboardExpand all lines: modello-plugins/modello-plugin-xsd/src/test/java/org/codehaus/modello/plugin/xsd/ModelloXsdGeneratorTest.java
0 commit comments