complexType "HTTPAttachmentReference"
Namespace:
Content:
empty, 1 attribute
Defined:
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
attachmentReference
Known Usage Locations
Annotation
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.
Type Definition Detail
Type Derivation Tree
Reference (extension)
  HTTPAttachmentReference
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="HTTPAttachmentReference">
<xsd:complexContent>
<xsd:extension base="Reference">
<xsd:attribute name="href" type="xsd:string" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
href
Type:
xsd:string, predefined
Use:
required
XML Source (see within schema source)
<xsd:attribute name="href" type="xsd:string" use="required"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.