You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As service user, I would like to create a new SCD file before importing ICD file in SCD.
The US has to fulfill the 61850-6 XSD schema.
The COMPAS service defines automatically :
the Header.id as uuid
the Header/History/Hitem.when as current system date/time
the Header.toolID as fixed string "COMPAS"
The inputs of the services are:
SCD filename (required)
Header.version and Header.revision (required).
Hitem.who, what, why attributes (optional).
A new Hitem node is appended thanks to
Hitem.revision = current Header.revision and Hitem.version=current Header.version (required)
Hitem.who, what, why attributes (optional).
Hitem.who, what, why attributes (optional).
Output :
The header.id, header.revision and header.version are output
The SCD file is stored in the COMPAS BDD with the Header.id, Header.version and Header.revision as attributes
The text was updated successfully, but these errors were encountered:
As service user, I would like to create a new SCD file before importing ICD file in SCD.
The US has to fulfill the 61850-6 XSD schema.
The COMPAS service defines automatically :
the Header.id as uuid
the Header/History/Hitem.when as current system date/time
the Header.toolID as fixed string "COMPAS"
The inputs of the services are:
SCD filename (required)
Header.version and Header.revision (required).
Hitem.who, what, why attributes (optional).
A new Hitem node is appended thanks to
Hitem.revision = current Header.revision and Hitem.version=current Header.version (required)
Hitem.who, what, why attributes (optional).
Hitem.who, what, why attributes (optional).
Output :
The header.id, header.revision and header.version are output
The SCD file is stored in the COMPAS BDD with the Header.id, Header.version and Header.revision as attributes
The text was updated successfully, but these errors were encountered: