Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OperationsEvent.xsd, for Transaction Elements and Transaction Types, ADD Notify verb and DELETE non-compliant verbs to align with updated 950002 and 950005. #97

Open
CharlieG021163 opened this issue Jan 27, 2020 · 3 comments
Assignees
Labels
ERDi Issues that need to be fixed in ERDi version Medium MESA Issues that need to be fixed in MISA Version

Comments

@CharlieG021163
Copy link
Collaborator

Background
In the updated version of 950002 and 950005, the operations event model was designed with the notify verb as a pub-sub message.

Impacted Type and Solutions
ADD: Transaction Elements for Notify verb to align with updated 950002 and 950005.
<xsd:element name = "NotifyOperationsEventInformation" type = "NotifyOperationsEventInformationType"/>
<xsd:element name = "NotifyOperationsEventClass" type = "NotifyOperationsEventClassType"/>
<xsd:element name = "NotifyOperationsEventDefinition" type = "NotifyOperationsEventDefinitionType"/>
<xsd:element name = "NotifyOperationsEvent" type = "NotifyOperationsEventType"/>

DELETE: Non-compliant verbs for Operations Event in Transaction Elements to align with updated 950002 and 950005
<xsd:element name = "GetOperationsEvent" type = "GetOperationsEventType"/>
<xsd:element name = "ShowOperationsEvent" type = "ShowOperationsEventType"/>
<xsd:element name = "ProcessOperationsEvent" type = "ProcessOperationsEventType"/>
<xsd:element name = "AcknowledgeOperationsEvent" type = "AcknowledgeOperationsEventType"/>
<xsd:element name = "ChangeOperationsEvent" type = "ChangeOperationsEventType"/>
<xsd:element name = "RespondOperationsEvent" type = "RespondOperationsEventType"/>
<xsd:element name = "CancelOperationsEvent" type = "CancelOperationsEventType"/>
<xsd:element name = "SyncOperationsEvent" type = "SyncOperationsEventType"/>

ADD: Transaction Types for Notify verb to align with updated 950002 and 950005.
<xsd:complexType name = "NotifyOperationsEventInformationType"/>
<xsd:complexType name = "NotifyOperationsEventClassType"/>
<xsd:complexType name = "NotifyOperationsEventDefinitionType"/>
<xsd:complexType name = "NotifyOperationsEventType"/>

DELETE: Non-compliant types for Operations Event in Transaction Types to align with updated 950002 and 950005.
<xsd:complexType name = "GetOperationsEventType"/>
<xsd:complexType name = "ShowOperationsEventType"/>
<xsd:complexType name = "ProcessOperationsEventType"/>
<xsd:complexType name = "AcknowledgeOperationsEventType"/>
<xsd:complexType name = "ChangeOperationsEventType"/>
<xsd:complexType name = "RespondOperationsEventType"/>
<xsd:complexType name = "CancelOperationsEventType"/>
<xsd:complexType name = "SyncOperationsEventType"/>

Supporting Documents
950002 JWG5 CDV01 version (2019 12)
Clause 5.11 Operations event information

950005 ed4 2018
Clause 6.11.3 Operations event class verb actions, Table 25 – Operations event class verb actions
Clause 6.11.5 Operations event definition verb actions, Table 26 – Operations event definition verb actions
Clause 6.11.7 Operations event verb actions, Table 27 – Operations event verb actions

@CharlieG021163 CharlieG021163 added ERDi Issues that need to be fixed in ERDi version Low MESA Issues that need to be fixed in MISA Version labels Jan 27, 2020
@CharlieG021163 CharlieG021163 added this to the Discussed & Commented milestone Jan 27, 2020
CharlieG021163 added a commit that referenced this issue Jan 28, 2020
…es, ADD Notify verb and DELETE non-compliant verbs to align with updated 950002 and 950005
@gerardmoloneyetpartners
Copy link
Collaborator

Agreed. Might be good for Terry to review and agree before we move to Authorized for MESA submission.

@CharlieG021163
Copy link
Collaborator Author

Agreed by ETP Team. Authorized for MESA Submission

@Dennis-Brandl
Copy link

Agreed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ERDi Issues that need to be fixed in ERDi version Medium MESA Issues that need to be fixed in MISA Version
Projects
None yet
Development

No branches or pull requests

4 participants