File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
scl-extension/src/main/java/org/lfenergy/compas/scl/extensions/commons Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,9 @@ public class CompasExtensionsConstants {
14
14
public static final String XML_DEFAULT_NS_PREFIX = "compas" ;
15
15
public static final String COMPAS_EXTENSION_NS_URI = "https://www.lfenergy.org/compas/extension/v1" ;
16
16
public static final String COMPAS_SCL_EXTENSION_TYPE = "compas_scl" ;
17
+ public static final String COMPAS_SCL_NAME_EXTENSION = "SclName" ;
18
+ public static final String COMPAS_SCL_FILE_TYPE_EXTENSION = "SclFileType" ;
19
+ public static final String COMPAS_LABELS_EXTENSION = "Labels" ;
20
+ public static final String COMPAS_LABEL_EXTENSION = "Label" ;
17
21
public static final String JAXB_CONTEXT_PATH = "org.lfenergy.compas.scl.extensions.model" ;
18
22
}
You can’t perform that action at this time.
0 commit comments