Definition Type: ComplexType
Name: AnyAssetReference
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Reference
Containing Schema: fpml-asset-4-4.xsd
Abstract
Documentation:
A reference to an asset, e.g. a portfolio, trade, or reference instrument..
Collapse XSD Schema Diagram:
Drilldown into Reference in schema fpml-shared-4-4_xsd Drilldown into href in schema fpml-asset-4-4_xsdXSD Diagram of AnyAssetReference in schema fpml-asset-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AnyAssetReference">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A reference to an asset, e.g. a portfolio, trade, or reference instrument..</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Reference">
            <xsd:attribute name="href" type="xsd:IDREF" use="required" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
href fpml:href Required
Collapse Derivation Tree:
Collapse References:
fpml:asset, fpml:assetReference, fpml:assetReferencefpml:objectReference,