<xsd:complexType name="HTTPAttachmentReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A special type that allows references to HTTP attachments identified with an HTTP "Content-ID" header, as is done with SOAP with Attachments (http://www.w3.org/TR/SOAP-attachments). Unlike with a normal FpML @href, the type is not IDREF, as the target is not identified by an XML @id attribute.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Reference">
<xsd:attribute name="href" type="xsd:string" use="required" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|