Skip to content

Commit 45bf424

Browse files
Add a restitution point (#356)
1 parent 0f4606e commit 45bf424

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documentation/decisions/0007-model-resolution.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ definitions. I.e., it is readable from top to bottom without encountering undefi
101101
_models_root_/_namespace_main_part_/_namespace_version_part_/AspectModelFile.ttl.
102102
* In filesystem-based model storage, the namespace file containing an Aspect model element
103103
definition should have the same name as the Aspect's local name suffixed with ".ttl".
104-
104+
* In filesystem-based model storage, there may not be two files with the same names that only differ in casing
105+
(e.g., FileName.ttl and filename.ttl) in the same namespace directory.
106+
105107
### Resolution of files
106108

107109
![Model structure for loaded models](0007-model-resolution.svg)

0 commit comments

Comments
 (0)