The EntityDeclValue element represents the value of an EntityDecl or ParameterEntityDecl defined internally in the DOCTYPE construct. It is always a child of an element of one of those types, and is a value element. For the following entity:
<!ENTITY bookTitle "User Guide">
the EntityDeclValue element has the string value User Guide.