I am trying to create a message schema using schema composer. I would like make use of an inherrited association:
I have a root element called PSREvent which has an association to a class called PowerSystemResource. In my schema specification I would like to have an association between PSREvent and ACLineSegment, which is a specialization of PowerSystemResource.
How can I do this?