FileAttachment Complex Type
                In This Topic
            
            
            
            Base Type
            
            Overview
|  | 
|  | Sequence  |  | 
Used By
            
            
            
            
            
            
            Source
| <xs:complexType name="FileAttachment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="q21:OrderBase.FileAttachmentBase" xmlns:q21="http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK">
      <xs:sequence />
    </xs:extension>
  </xs:complexContent>
</xs:complexType> | 
See Also