complexType "RelativeDates"
Namespace:
Content:
complex, 1 attribute, 9 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (9):
businessCenters,
businessCentersReference,
businessDayConvention (defined in RelativeDateOffset complexType),
dateRelativeTo,
dayType,
period (defined in Period complexType),
periodMultiplier (defined in Period complexType),
periodSkip,
scheduleBounds
All Direct / Indirect Based Elements (1):
relativeDates
Known Usage Locations
Annotation
A type describing a set of dates defined as relative to another set of dates.
Type Definition Detail
Type Derivation Tree
Period (extension)
  Offset (extension)
      RelativeDateOffset (extension)
          RelativeDates
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="RelativeDates">
<xsd:complexContent>
<xsd:extension base="RelativeDateOffset">
<xsd:sequence>
<xsd:element minOccurs="0" name="periodSkip" type="xsd:positiveInteger"/>
<xsd:element minOccurs="0" name="scheduleBounds" type="DateRange"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/9)
periodSkip
Type:
xsd:positiveInteger, predefined, simple content
The number of periods in the referenced date schedule that are between each date in the relative date schedule. Thus a skip of 2 would mean that dates are relative to every second date in the referenced schedule. If present this should have a value greater than 1.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="periodSkip" type="xsd:positiveInteger"/>

scheduleBounds
Type:
DateRange, complex content
The first and last dates of a schedule. This can be used to restrict the range of values in a reference series of dates.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="scheduleBounds" type="DateRange"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.