per PR #549 (for #545), consider the change in nxdlTypes.xsd of anyUnitsAttr from:
<xs:simpleType name="anyUnitsAttr">
<xs:restriction base="xs:string">
</xs:restriction>
</xs:simpleType>
to:
<xs:simpleType name="anyUnitsAttr">
<xs:union memberTypes="xs:string">
</xs:union>
</xs:simpleType>
and then converting <xs:enumeration to <xs:simpleType for each type of units
IMPORTANT The result of these changes in nxdlTypes.xsd should bump the minor version number of the XML Schema.
per PR #549 (for #545), consider the change in
nxdlTypes.xsdofanyUnitsAttrfrom:to:
and then converting
<xs:enumerationto<xs:simpleTypefor each type of unitsIMPORTANT The result of these changes in
nxdlTypes.xsdshould bump the minor version number of the XML Schema.