Last modified by Danniar Firdausy on 2024/09/16 14:32

From version 6.5
edited by Danniar Firdausy
on 2024/09/03 10:52
Change comment: There is no comment for this version
To version 6.6
edited by Danniar Firdausy
on 2024/09/16 14:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,7 +2,7 @@
2 2  {{container layoutStyle="columns"}}
3 3  (((
4 4  
5 -In this microlearning, we will focus on certain limitations when importing your definition in eMagiz. It is necessary to understand these limitations in order to make the correct choices before importing your definition into eMagiz.
5 +In this microlearning, we will delve into some crucial limitations you will need to be aware of when importing your definitions into eMagiz. Understanding these constraints will help you make informed decisions and avoid potential issues.
6 6  
7 7  Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
8 8  
... ... @@ -12,25 +12,14 @@
12 12  
13 13  == 2. Key concepts ==
14 14  
15 -This microlearning centers around learning which limitations you need to take into account when importing your definition
16 -With eMagiz definitions we mean: Structured data models that represent how a message should look like at a certain point in the flow
17 -With limitations we mean: Restrictions of what will and what won't work when importing your definitions
15 +This microlearning centers around learning which limitations you need to take into account when importing your definition.
16 +* With eMagiz definitions we mean: Structured data models that represent how a message should look like at a certain point in the flow
17 +* With limitations we mean: Restrictions of what will and what won't work when importing your definitions
18 18  
19 -Identifying and knowing about these restrictions will improve your decision making the moment you want to import your definition
20 -
21 -* Imported files cannot be larger than 1MB
22 -* xs:all statements cannot be represented in the data model.
23 -* ref statements cannot be represented in the data model.
24 -* choice constructs cannot be represented in the data model.
25 -* Iterations (maxOccurs) over a threshold of 50 are not accepted
26 -* Cross reference between entities that could lead to an infinite loop are not accepted
27 -
28 28  == 3. Limitations of eMagiz definitions ==
29 29  
30 -In this microlearning, we will focus on certain limitations when importing your definition in eMagiz. It is necessary to understand these limitations in order to make the correct choices before importing your definition into eMagiz.
21 +In this microlearning, we will focus on certain limitations when importing your definition in eMagiz. It is necessary to understand these limitations in order to make the correct choices before importing your definition into eMagiz. Identifying and knowing about these restrictions will improve your decision making the moment you want to import your definition
31 31  
32 -Identifying and knowing about these restrictions will improve your decision making the moment you want to import your definition
33 -
34 34  * Imported files cannot be larger than 1MB
35 35  * xs:all statements cannot be represented in the data model.
36 36  * ref statements cannot be represented in the data model.
... ... @@ -38,7 +38,7 @@
38 38  * Iterations (maxOccurs) over a threshold of 50 are not accepted
39 39  * Cross reference between entities that could lead to an infinite loop are not accepted
40 40  
41 -Below we will specify per limitations what this exactly means
30 +Below we will specify per limitations what this exactly means.
42 42  
43 43  === 3.1 Imported files cannot be larger than 1MB ===
44 44  
... ... @@ -71,15 +71,13 @@
71 71  
72 72  == 4. Key takeaways ==
73 73  
74 -Identifying and knowing about these restrictions will improve your decision making the moment you want to import your definition
63 +* File Size Limit: Imported files must be 1MB or smaller to ensure system stability. For larger files, please contact your partner manager for a tailored solution.
64 +* No xs:all Statements: eMagiz cannot process xs:all statements which allow elements in any order. Convert these to xs:sequence to ensure compatibility.
65 +* No ref Statements: ref statements for element references aren't supported. Use explicit element definitions instead.
66 +* No choice Constructs: eMagiz does not support xs:choice constructs. Modify your schema to make elements optional rather than using choices.
67 +* Max Occurrences Limit: maxOccurs values over 50 are not accepted. Adjust to unbounded if needed for successful import.
68 +* Avoid Infinite Loops: Cross-references between entities that may create infinite loops are not allowed. Ensure your definitions avoid such structures.
75 75  
76 -* Imported files cannot be larger than 1MB
77 -* xs:all statements cannot be represented in the data model.
78 -* ref statements cannot be represented in the data model.
79 -* choice constructs cannot be represented in the data model.
80 -* Iterations (maxOccurs) over a threshold of 50 are not accepted
81 -* Cross reference between entities that could lead to an infinite loop are not accepted
82 -
83 83  == 5. Suggested Additional Readings ==
84 84  
85 85  If you are interested in this topic and want more information on it please read the help text provided by eMagiz and see the following links: