Definition Type: ComplexType
Name: QuantityScheduleReference
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsA:Reference
Containing Schema: fpml-com-5-2.xsd
Abstract
Documentation:
A pointer tyle reference to a Quantity schedule defined elsewhere.
Collapse XSD Schema Diagram:
Drilldown into Reference in schema fpml-shared-5-2_xsd Drilldown into href in schema fpml-com-5-2_xsdXSD Diagram of QuantityScheduleReference in schema fpml-com-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="QuantityScheduleReference">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A pointer tyle reference to a Quantity schedule defined elsewhere.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Reference">
            <xsd:attribute name="href" type="xsd:IDREF" use="required" ecore:reference="CommodityNotionalQuantitySchedule" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
href nsA:href Required
Collapse Derivation Tree: