XML Schema Documentation

Complex Type: ProductReference

[Table of contents]

Super-types: Reference < ProductReference (by extension)
Sub-types: None
Name ProductReference
Abstract no
Documentation Reference to a full FpML product.
XML Instance Representation
<...
href=" xsd:IDREF [1]"/>
Diagram
Schema Component Representation
<xsd:complexType name="ProductReference">
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="href" type=" xsd:IDREF " use="required" reference="Product"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>