SeverityCodeType

Information : Host returns text information that may be of importance
or just to display (promo text, information about a fair, ... Information is always
associated to success Warning : Host returns data but there may be restrictions or
not exactly corresponding to the request (alternative city, alternative date, no
data found, ...) Error : Host (final or intermediate) could not process the data for
a technical or functional reason (line down, invalid dates, cities, product codes,
...)

Simple Type Information

Used By

Source

<xs:simpleType name="SeverityCodeType">
  <xs:annotation>
    <xs:documentation>Information : Host returns text information that may be of importance or just to display (promo text, information about a fair, ... Information is always associated to success Warning : Host returns data but there may be restrictions or not exactly corresponding to the request (alternative city, alternative date, no data found, ...) Error : Host (final or intermediate) could not process the data for a technical or functional reason (line down, invalid dates, cities, product codes, ...)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Error"/>
    <xs:enumeration value="Information"/>
    <xs:enumeration value="Success"/>
    <xs:enumeration value="Warning"/>
  </xs:restriction>
</xs:simpleType>