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
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
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
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
The text was updated successfully, but these errors were encountered: