<dict>

Defines a member of a dictionary fact.

Description

The required key, type, and value attributes define a dictionary member.

Definition

<!ELEMENT dict (#PCDATA)>
<!ATTLIST dict
          key     CDATA     #REQUIRED
          type    CDATA     #IMPLIED
          value   CDATA     #REQUIRED >

Attributes

key

type

Specifies the attribute type.

value

Specifies the value associated with the dict fact.