OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| Data | TODO
|
| ContentID | |
| ContentDescription | |
| MsrpContentDisposition | |
| MimeExtensionField | |
| MimeHeaders | TODO
|
| GenParam | TODO
|
| MediaType | TODO
|
| MsrpContentType | TODO
|
| ContentStuff | TODO
|
| MimeExtensionFieldList | |
| GenParams | TODO
|
type octetstring Data;
type record ContentID {
HeaderName headerName (CONTENT_ID_E),
charstring msgId
}
type record ContentDescription {
HeaderName headerName (CONTENT_DESCRIPTION_E),
charstring text
}
type record MsrpContentDisposition {
HeaderName headerName (CONTENT_DISPOSITION_E),
charstring dispositionType,
GenParams dispositionParams optional
}
type record MimeExtensionField {
HeaderName headerName (MIME_EXT_FIELD_E),
charstring hname,
charstring hval
}
type record MimeHeaders {
ContentID contentID optional,
ContentDescription contentDescription optional,
MsrpContentDisposition contentDisposition optional,
MimeExtensionFieldList mimeExtensionFields optional
}
type record GenParam {
Token pname,
charstring pval optional
}
type record MediaType {
Token mediaType,
Token subType,
GenParams genParams optional
}
type record MsrpContentType {
HeaderName headerName (CONTENT_TYPE_E),
MediaType mediaType
}
type record ContentStuff {
MimeHeaders mimeHeaders optional,
MsrpContentType contentType,
Data data
}
type set of MimeExtensionField MimeExtensionFieldList
type set of GenParam GenParams