<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>
|