Versions Compared

Key

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

Emakin uses XML data standard standards to useduse, updated update in the process, or internal process data needed to make the process work. This format allows for performing advanced query (XPath or XQuery) methods and creating multiple and nested data layouts to support all kinds of processes.

Data The data model defines the model of XML data. You can define your own model or import existing models from external systems to use when needed.

...

When the control is deleted from the form, the data is not deleted from the model, ; if you want, you can delete the data records from the data model section.


Data The data model consists of the two types of an object:

Elements

Define Defines a data element.

For an element you You can configure the following properties for an element:

Target Schema
Select containing external schema to use as a type or a reference. This field is only valid when using external data types.

If the type of field is selected as a container, you can create child elements if it is needed.

Use
Select how an element is used as a type or an element reference. This field is only valid when using external data types.

Type
Type of an element. Selected as a choice of container, string, number, date time, date, time, check, check or custom-defined type.

Reference
Reference element elements will be appear. It lists other elements groupgrouped.

Name
Name of an element.

Is List Item
Check this field to allow multiple instances of this element.

...

Defines a custom data type to use as an element later. Many processes use the same data type on in different places, like the "Person" element with "Name" and "Surname" child.

For a type you You can configure the following for a type:

Name
Name of type to identity.

Technical Details

Data The data model is actually an XML schema designed for easy composing. You can use provided data model designer or use any xml XML schema editor to build your model.

What is XML schema?

XML schema is the description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type. Please see http://en.wikipedia.org/wiki/XML_schema for more information.

In emakin Emakin, XML schema is used to generate and check the process data model. You can define your schema or import any number of other schema with schemas by importing as a namespace.

Importing External Data Types

If you have an external system and need to use its data types in your model; you can add it as a new namespace and provide XML Schema Location to load. Loaded schema sets are stored in "External Xml XML Schemas".