open-psa / mef

The Open-PSA Model Exchange Format
https://open-psa.github.io/mef
5 stars 7 forks source link

Replace 'Boolean-value' with 'xsd:boolean' #54

Open rakhimov opened 7 years ago

rakhimov commented 7 years ago

XML schema provides the Boolean datatype, which allows "true", "false", "0", "1" for values. This datatype can be used instead of custom 'Boolean-value' specification.

The current 'Boolean-value' appears only in the schema, so the replacement with 'xsd:boolean' will be backwards compatible.