<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">
<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">
<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>
|