eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


en:relnotes:version_3_0:version_03_00_137

Version 3.0.137 (11.12.17)

Added type definition module

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.

Improved map object generation via XSD template

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 generation

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 → …

General fixes

Several minor “drag and drop”-related bugs have been fixed.

Analyzer

New Log messages if MapFrame attributes are set twice or the SubType identification is not clear.

Error occuring during load/reload fixed

Referring to the error message: “There is already an open DataReader associated with this”

Handling errors during Type Set import (missing Type)

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.

en/relnotes/version_3_0/version_03_00_137.txt · Last modified: 2024/02/20 08:15 by 127.0.0.1