OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| Data | |
| Content | |
| Content_Type | |
| Content_ID | |
type octetstring Data;
type record Content{
Content_Type contentType,
Content_ID contentID optional,
Data data
}
type record Content_Type
{
HeaderName headerName (CONTENTTYPE_E),
charstring valueType
}
type record Content_ID
{
HeaderName headerName (CONTENTID_E),
charstring valueID
}