Definition Type: ComplexType
Name: HTTPAttachmentReference
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsA:Reference
Containing Schema: fpml-shared-5-4.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into Reference in schema fpml-shared-5-4_xsd Drilldown into href in schema fpml-shared-5-4_xsdXSD Diagram of HTTPAttachmentReference in schema fpml-shared-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
href nsA:href Required
Collapse Derivation Tree:
Collapse References:
nsA:attachmentReference