Missing uid in the EiCanceledEventPayloadType

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • wd28
    • Affects Version/s: None
    • Component/s: None
    • None
    • Hide

      Add uid in the EiCanceledEventPayloadType as shown below:

      <xs:element name="eiCanceledEventPayload" type="payloads:EiCanceledEventPayloadType"/>
      <xs:complexType name="EiCanceledEventPayloadType">
      <xs:sequence>
      <xs:element name="eventCanceledResponse" type="eitc:EiResponseType" minOccurs="1" maxOccurs="1"/>
      <xs:element ref="eitc:eventID" minOccurs="1" maxOccurs="1"/>
      <xs:element ref="eitc:modificationNumber" minOccurs="1" maxOccurs="1"/>
      <xs:element ref="eitc:venID" minOccurs="1" maxOccurs="1"/>
      <xs:element ref="eitc:uid"/>
      </xs:sequence>
      </xs:complexType>

      Show
      Add uid in the EiCanceledEventPayloadType as shown below: <xs:element name="eiCanceledEventPayload" type="payloads:EiCanceledEventPayloadType"/> <xs:complexType name="EiCanceledEventPayloadType"> <xs:sequence> <xs:element name="eventCanceledResponse" type="eitc:EiResponseType" minOccurs="1" maxOccurs="1"/> <xs:element ref="eitc:eventID" minOccurs="1" maxOccurs="1"/> <xs:element ref="eitc:modificationNumber" minOccurs="1" maxOccurs="1"/> <xs:element ref="eitc:venID" minOccurs="1" maxOccurs="1"/> <xs:element ref="eitc:uid"/> </xs:sequence> </xs:complexType>
    • Hide

      Simple schema change as proposed.

      Show
      Simple schema change as proposed.

      Missing uid in the EiCanceledEventPayloadType. Should add it like we are proposoing to do with the EiCreatedEventPayloadType so that it is consistent.

            Assignee:
            William Cox (Inactive)
            Reporter:
            Ed Koch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: