-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix namespace of attributes after review comment
Signed-off-by: Guillaume Roger <[email protected]>
- Loading branch information
1 parent
f58edb1
commit 0213c8c
Showing
4 changed files
with
31 additions
and
207 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# Default namespaces used by CGMES. | ||
NAMESPACES = { | ||
"cim": "http://iec.ch/TC57/2013/CIM-schema-cim16#", | ||
"cim": "http://iec.ch/TC57/CIM100#", | ||
"entsoe": "http://entsoe.eu/CIM/SchemaExtension/3/1#", | ||
"md": "http://iec.ch/TC57/61970-552/ModelDescription/1#", | ||
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters