It is written there:
"Common data classes, which have a single attribute, shall be mapped to a MMS primitive data type, unless otherwise specified. The component name shall be the attribute name from IEC 61850-7-3 unless otherwise specified."
What does it mean?
As I understood, if we have the following object references of an ACSI model:
...
/GGIO1.SPCSO – Data SPCSO of type CDC SPC
...
/GGIO1.SPCSO.stVal [ST]
/GGIO1.SPCSO.q [ST]
/GGIO1.SPCSO.t [ST]
...
/GGIO1.SPCSO.ctlModel [CF] – The only mandatory atrribute of the CDC SPC
...
should be mapped to MMS structure as follows:
...
/GGIO1$ST
/GGIO1$ST$SPCSO
/GGIO1$ST$SPCSO$stVal
/GGIO1$ST$SPCSO$q
/GGIO1$ST$SPCSO$t
...
/GGIO1$CF
/GGIO1$CF$SPCSO – This structure should be absent because it’s CDC of the single attribute!
/GGIO1$CF$SPCSO$ctlModel – Unstead, This is the single attribute with primitive data ENUMERATED
...