Skip to content

Commit

Permalink
notification schema: added new message transport configuration
Browse files Browse the repository at this point in the history
This is mostly copy/paste of the old one, but name is now an element,
not an attribute - old types were deprecated, but some configuration
details were reused (e.g. mail server config).
New types have the word "Transport" added, but to make this consistent
old CustomTransportConfigurationType was renamed to Legacy*, because
it is already the right name we want to use in the future.
  • Loading branch information
virgo47 committed Feb 9, 2022
1 parent b5140c5 commit 9a837b0
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14488,6 +14488,18 @@
</xsd:annotation>
</xsd:element>

<xsd:element name="messageTransportConfiguration" type="tns:MessageTransportConfigurationType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
A configuration for message transports, e.g. mail, sms, etc.
</xsd:documentation>
<xsd:appinfo>
<!-- TODO add the displayName localization -->
<a:displayName>SystemConfigurationType.messageTransportConfiguration</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

<xsd:element name="workflowConfiguration" type="tns:WfConfigurationType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
Expand Down

0 comments on commit 9a837b0

Please sign in to comment.