Skip to content

Commit 09dbfd4

Browse files
Small fixes on Aspect Model Editor (#140)
* small fixes * update ame-doc * Update export-namespace.cy.ts --------- Co-authored-by: Michele Santoro <[email protected]>
1 parent e9dc91f commit 09dbfd4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

core/libs/shared/src/lib/constants/xsd-datatypes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ export const simpleDataTypes = {
5252
},
5353
double: {
5454
isDefinedBy: 'http://www.w3.org/2001/XMLSchema#double',
55-
description: '64-bit floating point numbers incl. ±Inf, ±0, NaN',
55+
description: '64-bit floating point numbers incl. ±INF, ±0, NaN',
5656
},
5757
duration: {isDefinedBy: 'http://www.w3.org/2001/XMLSchema#duration', description: 'Duration of time'},
5858
float: {
5959
isDefinedBy: 'http://www.w3.org/2001/XMLSchema#float',
60-
description: '32-bit floating point numbers incl. ±Inf, ±0, NaN',
60+
description: '32-bit floating point numbers incl. ±INF, ±0, NaN',
6161
},
6262
gDay: {isDefinedBy: 'http://www.w3.org/2001/XMLSchema#gDay', description: 'Gregorian calendar day of the month'},
6363
gMonth: {isDefinedBy: 'http://www.w3.org/2001/XMLSchema#gMonth', description: 'Gregorian calendar month'},

documentation/ame-guide/modules/ROOT/pages/namespace/use-external-references.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ image::external-reference.png[width=100%]
2727
[NOTE]
2828
====
2929
When you drag and drop an external reference, it will also include all the lower connections (dependencies) of the element. Same goes for deleting the element &ndash; all dependencies will be deleted as well.
30+
Referenced elements displayed in Aspect Model Editor should never have outgoing references.
31+
Reason: models can have many referenced elements from many files. these referenced elements can have multiple references, and to check every pair of referenced elements for whether they refer to each other or not is not feasible.
3032
3133
image::external-reference-delete.png[width=100%]
3234
====

0 commit comments

Comments
 (0)