Class RelativeDates

java.lang.Object

public class RelativeDates extends RelativeDateOffset
A type describing a set of dates defined as relative to another set of dates.

Java class for RelativeDates complex type.

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

 <complexType name="RelativeDates">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset">
       <sequence>
         <element name="periodSkip" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="scheduleBounds" type="{http://www.fpml.org/FpML-5/confirmation}DateRange" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>