AdditionalData

The AdditionalData class serves as an extension mechanism for information not otherwise represented in the data model. For relatively simple information, atomic data types (e.g., integers, strings) are provided with a mechanism to annotate their meaning. The class can also be used to extend the data model (and the associated Schema) to support proprietary extensions by encapsulating entire XML documents conforming to another Schema (e.g., IDMEF). A detailed discussion for extending the data model and the schema can be found in Section 5.

digraph AdditionalData { graph [bb="0,0,199,134", rankdir=LR ]; node [label="\N"]; AdditionalData [height=1.8611, label=<<table BORDER="0" CELLBORDER="1" CELLSPACING="0"> <tr > <td BGCOLOR="#997a3d" HREF="/idmef_parser/IODEF/AdditionalData.html" TITLE="The AdditionalData class serves as an extension mechanism for information not otherwise represented in the data model. For relatively simple information, atomic data types (e.g., integers, strings) are provided with a mechanism to annotate their meaning. The class can also be used to extend the data model (and the associated Schema) to support proprietary extensions by encapsulating entire XML documents conforming to another Schema (e.g., IDMEF). A detailed discussion for extending the data model and the schema can be found in Section 5. ">AdditionalData</td> </tr>" %<tr><td BGCOLOR="#FFCC66" HREF="/idmef_parser/IODEF/AdditionalData.html" TITLE="The data type of the element content. The permitted values for this attribute are shown below. The default value is &quot;string&quot;.">[ENUM] dtype (Required) </td></tr>%<tr><td BGCOLOR="#FFCC66" HREF="/idmef_parser/IODEF/AdditionalData.html" TITLE="A means by which to extend the dtype attribute. See Section 5.1.">[STRING] ext-dtype (Optional) </td></tr>%<tr><td BGCOLOR="#FFCC66" HREF="/idmef_parser/IODEF/AdditionalData.html" TITLE="A free-form description of the element content.">[STRING] meaning (Optional) </td></tr>%<tr><td BGCOLOR="#FFCC66" HREF="/idmef_parser/IODEF/AdditionalData.html" TITLE="An identifier referencing the format and semantics of the element content.">[STRING] formatid (Optional) </td></tr>%<tr><td BGCOLOR="#FFCC66" HREF="/idmef_parser/IODEF/AdditionalData.html" TITLE="This attribute has been defined in Section 3.2.">[ENUM] restriction (Optional) </td></tr>%</table>>, pos="99.5,67", shape=plaintext, width=2.7639]; }



Attributes

dtype (Required)

The data type of the element content. The permitted values for this attribute are shown below. The default value is "string".
Rank Keyword Description
1 boolean The element content is of type BOOLEAN.
2 byte The element content is of type BYTE.
3 character The element content is of type CHARACTER.
4 date-time The element content is of type DATETIME.
5 integer The element content is of type INTEGER.
6 portlist The element content is of type PORTLIST.
7 real The element content is of type REAL.
8 string The element content is of type STRING.
9 file The element content is a base64 encoded binary file encoded as a BYTE[] type.
10 frame The element content is a layer-2 frame encoded as a HEXBIN type.
11 packet The element content is a layer-3 packet encoded as a HEXBIN type.
12 ipv4-packet The element content is an IPv4 packet encoded as a HEXBIN type.
13 ipv6-packet The element content is an IPv6 packet encoded as a HEXBIN type.
14 path The element content is a file-system path encoded as a STRING type.
15 url The element content is of type URL.
16 csv The element content is a common separated value (CSV) list per Section 2 of [20] encoded as a STRING type.
17 winreg The element content is a Windows registry key encoded as a STRING type.
18 xml The element content is XML (see Section 5).
19 ext-value An escape value used to extend this attribute. See Section 5.1.

ext-dtype (Optional)

A means by which to extend the dtype attribute. See Section 5.1.

meaning (Optional)

A free-form description of the element content.

formatid (Optional)

An identifier referencing the format and semantics of the element content.

restriction (Optional)

This attribute has been defined in Section 3.2.


IDMEF


IODEF