Definition Type: Group
Name: DeclaredCashAndCashEquivalentDividendPercentage
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-eq-shared-4-5.xsd
Collapse XSD Schema Diagram:
Drilldown into declaredCashEquivalentDividendPercentage in schema fpml-eq-shared-4-5_xsd Drilldown into declaredCashDividendPercentage in schema fpml-eq-shared-4-5_xsdXSD Diagram of DeclaredCashAndCashEquivalentDividendPercentage in schema fpml-eq-shared-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="DeclaredCashAndCashEquivalentDividendPercentage">
    <xsd:annotation>
        <xsd:documentation xml:lang="en" />
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="declaredCashDividendPercentage" type="NonNegativeDecimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Declared Cash Dividend Percentage.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="declaredCashEquivalentDividendPercentage" type="NonNegativeDecimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Declared Cash Equivalent Dividend Percentage.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
declaredCashDividendPercentage fpml:declaredCashDividendPercentage 0 (1)
declaredCashEquivalentDividendPercentage fpml:declaredCashEquivalentDividendPercentage 0 (1)