<xsd:group name="LagOrReference.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Allows a Lag or a LagReference to be specified.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="lag" type="Lag">
<xsd:annotation>
<xsd:documentation xml:lang="en">The pricing period per calculation period if the pricing days do not wholly fall within the respective calculation period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lagReference" type="LagReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Allows a lag to reference one already defined elsewhere in the trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|