Skip to content

Commit 49218fd

Browse files
Merge pull request #374 from com-pas/feature/373_extend-scl-types-with-fsd
[#373] add fsd extension to supported scl types
2 parents a579af5 + cc4b897 commit 49218fd

File tree

1 file changed

+2
-1
lines changed
  • scl-extension/src/main/java/org/lfenergy/compas/scl/extensions/model

1 file changed

+2
-1
lines changed

scl-extension/src/main/java/org/lfenergy/compas/scl/extensions/model/SclFileType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ public enum SclFileType {
1818
CID("Configured IED Description"),
1919
SED("System Exchange Description"),
2020
ISD("IED Specification Description"),
21-
STD("System Template Definition");
21+
STD("System Template Definition"),
22+
FSD("Function Specification Description");
2223

2324
private final String description;
2425

0 commit comments

Comments
 (0)