Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

 

UI Text Box
typetip
Example projects are Blueriq models which demonstrate Blueriq functionality. They are included in the standard Blueriq library which is shipped with Blueriq. You can view, run and extend these projects by creating a new project and use an example project as a starting point.

...

The whole functionality which exists in the application should be understandable for the business engineer. However the relation between the xsd and the domain model might be worth a short explanation (the xsd can be opened by opening the Home tab -> Schema set -> View schema set and then opening the 'StatusAnswer' element window).

 

Image Modified

 

As we don't use any domain schema the mapping is deduced from the xsd schema set. The schema set contains a form of the domain model to map the response in. Entities are set as complex types elements and they can further hold other elements which can be attributes (if the elements are simple) or relations to other entities (if the elements are also set as complex types). So for instance the complex type element AirportStatus (which is an entity) has a relation to the complex type element Status (which is again an entity) and moreover Status contains simple elements (attributes). It can also be observed that those xsd elements correspond to the real domain model.

 

 Image Added