Changes for page Limitations of eMagiz definitions
Last modified by Danniar Firdausy on 2024/09/16 14:32
From version 6.6
edited by Danniar Firdausy
on 2024/09/16 14:28
on 2024/09/16 14:28
Change comment:
There is no comment for this version
To version 6.5
edited by Danniar Firdausy
on 2024/09/03 10:52
on 2024/09/03 10:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,7 +2,7 @@ 2 2 {{container layoutStyle="columns"}} 3 3 ((( 4 4 5 -In this microlearning, we will delve intomecruciallimitationsyouwill need to be aware of when importing your definitionsintoeMagiz.Understandingtheseconstraintswillhelpyoumakeinformeddecisionsand avoidpotentialissues.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. 6 6 7 7 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 8 8 ... ... @@ -12,14 +12,25 @@ 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 flow17 - *With limitations we mean: Restrictions of what will and what won't work when importing your definitions15 +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 + 19 19 == 3. Limitations of eMagiz definitions == 20 20 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 definition30 +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. 22 22 32 +Identifying and knowing about these restrictions will improve your decision making the moment you want to import your definition 33 + 23 23 * Imported files cannot be larger than 1MB 24 24 * xs:all statements cannot be represented in the data model. 25 25 * ref statements cannot be represented in the data model. ... ... @@ -27,7 +27,7 @@ 27 27 * Iterations (maxOccurs) over a threshold of 50 are not accepted 28 28 * Cross reference between entities that could lead to an infinite loop are not accepted 29 29 30 -Below we will specify per limitations what this exactly means .41 +Below we will specify per limitations what this exactly means 31 31 32 32 === 3.1 Imported files cannot be larger than 1MB === 33 33 ... ... @@ -60,13 +60,15 @@ 60 60 61 61 == 4. Key takeaways == 62 62 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. 74 +Identifying and knowing about these restrictions will improve your decision making the moment you want to import your definition 69 69 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 + 70 70 == 5. Suggested Additional Readings == 71 71 72 72 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: