Definition Type: ComplexType
Name: LoanAllocationNoSettlePeriod
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that describes a period during which settlement cannot occur.
Collapse XSD Schema Diagram:
Drilldown into periodType in schema fpml-loan-5-10_xsd Drilldown into endDate in schema fpml-shared-5-10_xsd Drilldown into startDate in schema fpml-shared-5-10_xsd Drilldown into Period.model in schema fpml-shared-5-10_xsdXSD Diagram of LoanAllocationNoSettlePeriod in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LoanAllocationNoSettlePeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that describes a period during which settlement cannot occur.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="Period.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specific range within which a trade may not be settled.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="periodType" type="LoanAllocationNoSettlePeriodType">
            <xsd:annotation>
                <xsd:documentation>A list of allowable types of no-settle periods.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate nsA:startDate (1) (1)
endDate nsA:endDate (1) (1)
periodType nsA:periodType (1) (1)
<xs:group> nsA:Period.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:noSettlePeriod