CreateOrderFileAttachment Element
                In This Topic
            
            
            
            
            
            Overview
            
            
            
            
            
            
            
            
            Source
| <xs:element name="CreateOrderFileAttachment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="trackingNumber" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="fileAttachment" nillable="true" type="tns:FileAttachment" />
    </xs:sequence>
  </xs:complexType>
</xs:element> | 
See Also