Details
Description
In file "common-notifications-3.xsd" is COPY-PASTE error
<xsd:element name="recipientFilterExpression" type="tns:ExpressionType" minOccurs="0"> <xsd:annotation> <xsd:documentation> An expression that decides whether the recipient address is allowed to pass through or it should be blacklisted. The expression expects input value in "recipientAddress" variable (usually a String), and should provide a boolean value: "true" means "pass through", "false" means "block". At most one of "blackList", "whiteList" and "recipientFilterExpression" can be used. </xsd:documentation> <xsd:appinfo> <a:displayName>NotificationTransportConfigurationType.>>>whiteList<<<</a:displayName> <a:since>4.0</a:since> </xsd:appinfo> </xsd:annotation> </xsd:element>
In line with "NotificationTransportConfigurationType.>>>whiteList<<<" is error.