Defines a member of a dictionary fact.
The required key, type, and value attributes define a dictionary member.
<!ELEMENT dict (#PCDATA)>
<!ATTLIST dict
key CDATA #REQUIRED
type CDATA #IMPLIED
value CDATA #REQUIRED >
Specifies the attribute type.
Specifies the value associated with the dict fact.