xml.dtd.DefaultDecl

The xml.dtd.DefaultDecl enumeration represents the occurance containts and possible default values of an attribute definition. See here for more details.

Constants

xml.dtd.DefaultDecl.REQUIRED

The attribute must be present.

xml.dtd.DefaultDecl.IMPLIED

If the attribute is not present, no default value is implied.

xml.dtd.DefaultDecl.DEFAULT

If the attribute is not present, the specified default value is implied.

xml.dtd.DefaultDecl.FIXED

If the attribute is present, it’s value must be equal to the specified default value.