Definition Type: ComplexType
Name: OffsetPrevailingTime
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
Allows the specification of a time that may be on a day prior or subsequent to the day in question. This type is intended for use with a day of the week (i.e. where no actual date is specified) as part of, for example, a period that runs from 23:00-07:00 on a series of days and where holidays on the actual days would affect the entire time period.
Collapse XSD Schema Diagram:
Drilldown into offset in schema fpml-shared-5-10_xsd3 Drilldown into time in schema fpml-shared-5-10_xsd3XSD Diagram of OffsetPrevailingTime in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OffsetPrevailingTime">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Allows the specification of a time that may be on a day prior or subsequent to the day in question. This type is intended for use with a day of the week (i.e. where no actual date is specified) as part of, for example, a period that runs from 23:00-07:00 on a series of days and where holidays on the actual days would affect the entire time period.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="time" type="PrevailingTime" minOccurs="0" />
        <xsd:element name="offset" type="Offset" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates whether time applies to the actual day specified (in which case this element should be omitted) the day prior to that day (in which case periodMultiplier should be -1 and period should be Day) or the day subsequent to that day (in which case periodMultiplier should be 1 and period should be Day).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
time nsD:time 0 (1)
offset nsD:offset 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:endTime, nsD:endTime, nsD:startTime, nsD:startTime