<xsd:complexType name="LenderPositionPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">A period within which the lender maintains a constant position amount.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">This is a period of actual (adjusted) dates.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="positionAmount" type="ParticipationAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Global and lender share amounts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|