2.2.4.32 Send

This type describes the input data blocks sent to the server. It is used as the s:Body element of the Send message (for more information, see section 3.1.4.13).

 <xs:complexType name="Send">
   <xs:sequence>
     <xs:element name="Stream"
       type="StreamType"
       minOccurs="1"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>

Element

Stream: This MUST include at least one element of the StreamType, as specified in section 2.2.4.40.