complexType "RelativeDateOffset"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definition of 1 element
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
dateRelativeTo (defined in RelativeDateOffset complexType),
period (defined in Period complexType),
periodMultiplier (defined in Period complexType)
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (7):
relativeDate (defined in AdjustableOrRelativeDate complexType),
relativeDates (defined in AdjustableOrRelativeDates complexType),
Known Usage Locations
Annotation
A type defining a date (referred to as the derived date) as a relative offset from another date (referred to as the anchor date). If the anchor date is itself an adjustable date then the offset is assumed to be calculated from the adjusted anchor date. A number of different scenarios can be supported, namely; 1) the derived date may simply be a number of calendar periods (days, weeks, months or years) preceding or following the anchor date; 2) the unadjusted derived date may be a number of calendar periods (days, weeks, months or years) preceding or following the anchor date with the resulting unadjusted derived date subject to adjustment in accordance with a specified business day convention, i.e. the derived date must fall on a good business day; 3) the derived date may be a number of business days preceding or following the anchor date. Note that the businessDayConvention specifies any required adjustment to the unadjusted derived date. A negative or positive value in the periodMultiplier indicates whether the unadjusted derived precedes or follows the anchor date. The businessDayConvention should contain a value NONE if the day type element contains a value of Business (since specifying a negative or positive business days offset would already guarantee that the derived date would fall on a good business day in the specified business centers).
Type Definition Detail
Type Derivation Tree
Period (extension)
  Offset (extension)
      RelativeDateOffset
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="RelativeDateOffset">
<xsd:complexContent>
<xsd:extension base="Offset">
<xsd:sequence>
<xsd:element minOccurs="0" name="dateRelativeTo" type="DateReference"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
dateRelativeTo
Type:
DateReference, empty content
Specifies the anchor as an href attribute. The href attribute value is a pointer style reference to the element or component elsewhere in the document where the anchor date is defined.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="dateRelativeTo" type="DateReference"/>

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.