The entities “Type library” and “System managed type” have been added to allow the creation and modification of own map object structures by hand or by import. The eBiss Type editor module needs to be purchased to access this feature.
You can now choose which element should be used as the root of the generated structure, if the XSD contains several elements at the root level.
Also the use of extensions on elements with a “simple content” declaration is now being handled correctly.
I.e:
<xs:element name="size"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:integer"> <xs:attribute name="countrycode" type="xs:string" /> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element>
Dummy data is now being generated correctly for fields of the NullableNumeric type.
In addition to that dummy data can now be generated for structures with recursive references i.e. Parent → Child → Parent → …
Several minor “drag and drop”-related bugs have been fixed.
New Log messages if MapFrame attributes are set twice or the SubType identification is not clear.
Referring to the error message: “There is already an open DataReader associated with this”
An error during the partner import resulted in the failure of the import, if the referenced Entity Type of a Type Set contained in the import could not be found.