Class CoalStandardQualitySchedule

java.lang.Object
net.finmath.smartcontract.product.xml.CoalStandardQualitySchedule

public class CoalStandardQualitySchedule extends Object
The quality attributes of the coal to be delivered, specified on a periodic basis.

Java class for CoalStandardQualitySchedule complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CoalStandardQualitySchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StandardQualityStep" type="{http://www.fpml.org/FpML-5/confirmation}CoalStandardQuality" maxOccurs="unbounded"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPeriodsPointer.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>