XML Schema Documentation

Complex Type: AverageWeightList

[Table of contents]

Super-types: None
Sub-types: None
Name AverageWeightList
Used by (from the same schema document) Complex Type AveragingPeriod
Abstract no
Documentation DEPRECATED This type will be removed in the FpML 4-6 Recommendation. An unordered list of Averaging weights. Use the AveragingObservationList to represent Weights tied to a specific Averaging Date or Averaging Schedule.
XML Instance Representation
<...
href=" xsd:IDREF [1]">
<weightPercentage> NonNegativeDecimal </weightPercentage> [1..*]

'Percentage of the weight which is applicable on each averaging date.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="AverageWeightList" deprecated="true" deprecatedReason="AveragingObservationList represents Weights tied to a specific Averaging Date or Averaging Schedule">
<xsd:sequence>
<xsd:element name="weightPercentage" type=" NonNegativeDecimal " maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="href" type=" xsd:IDREF " use="required"/>
</xsd:complexType>