Versions Compared

Key

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

...

Adding a new namespace with empty prefix will change your data model schema to new namespace and all of your data is now stored in declared namespace URI.

Importing Namespaces

If you have an external system and need to use it's data types in your model; you can add it as a new namespace and provide XML Schema Location to load. If you specified a schema location Emakin will be try to download schema and store in "External Xml Schema Sets" to use. If schema is not accessible from network you can manually add (with basic copy and paste) XSD file content to "External Xml Schema Sets".

Image Added

Registered Namespaces

Emakin provides couple of namespaces to make easier process development. 

Emakin Forms (http://schemas.emakin.com/forms)

Contains generic and basic data models. To import emakin forms namespace please use "http://schemas.emakin.com/forms" namepace and same location.

After you import namespace you can use following data models:

Identity

Specifies an identity like Organization Unit, Position, User or Group. Identity element contains id number of identity with Caption, Type, Domain attributes.

Emakin form designer recognizes this data type proposes to use identity picker control.

Image Added

Emakin Form Controls (http://schemas.emakin.com/forms/controls)

Contains composite data models. To import emakin form controls namespace please use "http://schemas.emakin.com/forms/controls" namespace and same location.

Discussion

Specifies a discussion tree in threaded format.

Emakin form designer recognizes this data type and proposes to use discussion control.

Image Added