<element>

Defines a member of a list or array fact.

Definition

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

Attributes

type

Specifies if the element is an array or a list.

value

Defines the required attribute of a member of the list or array.