Definition Type: ComplexType
Name: ServiceAdvisory
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-msg-5-10.xsd
Abstract
Documentation:
A type defining the content model for a human-readable notification to the users of a service.
Collapse XSD Schema Diagram:
Drilldown into effectiveTo in schema fpml-msg-5-10_xsd2 Drilldown into effectiveFrom in schema fpml-msg-5-10_xsd2 Drilldown into description in schema fpml-msg-5-10_xsd2 Drilldown into category in schema fpml-msg-5-10_xsd2XSD Diagram of ServiceAdvisory in schema fpml-msg-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ServiceAdvisory">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the content model for a human-readable notification to the users of a service.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="category" type="ServiceAdvisoryCategory" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The category or type of the notification message, e.g. availability, product coverage, rules, etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="description" type="String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A human-readable notification.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="effectiveFrom" type="xsd:dateTime" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The time at which the information supplied by the advisory becomes effective. For example, if the advisory advises of a newly planned service outage, it will be the time the service outage begins.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="effectiveTo" type="xsd:dateTime" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The time at which the information supplied by the advisory becomes no longer effective. For example, if the advisory advises of a newly planned service outage, it will be the time the service outage ends.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
category nsD:category 0 (1)
description nsD:description 0 (1)
effectiveFrom nsD:effectiveFrom 0 (1)
effectiveTo nsD:effectiveTo 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:advisory