complexType "RelativeDates"
Namespace:
Content:
complex, 1 attribute, 9 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (9):
businessDayConvention (defined in RelativeDateOffset complexType),
dayType (defined in Offset complexType),
period (defined in Period complexType),
periodMultiplier (defined in Period complexType),
All Direct / Indirect Based Elements (1):
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 FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.