OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| MessageID | Used to correlate status reports with the original message
|
| SuccessReport | |
| FailureReport | |
| ByteRange | TODO
|
| MsrpStatus | TODO
|
| ByteRangeValue | |
type record MessageID {
HeaderName headerName (MESSAGE_ID_E),
Ident messageId
}
type record SuccessReport {
HeaderName headerName (SUCCESS_REPORT_E),
MsrpKeywords reportStatus
}
type record FailureReport {
HeaderName headerName (FAILURE_REPORT_E),
MsrpKeywords reportStatus
}
type record ByteRange {
HeaderName headerName (BYTE_RANGE_E),
integer startValue,
ByteRangeValue endValue,
ByteRangeValue totalValue
}
type record MsrpStatus {
HeaderName headerName (STATUS_E),
Namespace namespace,
StatusCode statusCode,
charstring comment optional
}
type union ByteRangeValue {
integer intValue,
MsrpKeywords wildcard
}