/
Report Publishing Schema

IBM© DataPower Operations Dashboard v1.0.5.0

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Report Publishing Schema

<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://MonTier/SMTPSender/" version="1.00.00" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://MonTier/SMTPSender/">
   <xsd:element name="SMTPRequest">
      <xsd:complexType>
         <xsd:sequence>
            <xsd:element name="ServerAddress" type="xsd:string" />
            <xsd:element name="ServerPort" type="xsd:integer" />
            <xsd:element name="To" type="xsd:string" />
            <xsd:element name="From" type="xsd:string" />
            <xsd:element name="Subject" type="xsd:string" />
            <xsd:element name="Body" type="xsd:string" />
            <xsd:element name="Domain" type="xsd:string" />
            <xsd:element name="FileName" type="xsd:string" />
            <xsd:element name="AttachmentType" type="xsd:string" />
            <xsd:element name="FileContent" type="xsd:base64Binary" />
         </xsd:sequence>
      </xsd:complexType>
   </xsd:element>
   <xsd:element name="SMTPResponse">
      <xsd:complexType>
         <xsd:sequence>
            <xsd:element name="Result" type="xsd:string" />
         </xsd:sequence>
      </xsd:complexType>
   </xsd:element>
</xsd:schema>



Related content

Report Publishing Schema
Report Publishing Schema
More like this
Report Publishing Schema
Report Publishing Schema
More like this
Report Publishing Schema
Report Publishing Schema
More like this
Report Publishing Schema
Report Publishing Schema
More like this
Report Publishing Schema
Report Publishing Schema
More like this
Report Publishing Schema
Report Publishing Schema
More like this

IBM© DataPower Operations Dashboard (DPOD) v1.0.5.0