Header Information
Header Section Tag Description.
Note: the model below assumes that dictionary tags are defined
elsewhere. Variables are referred to by name.
<!--
=================================================================
Header Information
==================================================================
-->
<!ELEMENT head
(application?,
annotation*,
timestamp?)>
<!ATTLIST head
copyright CDATA #REQUIRED
description CDATA #IMPLIED
>
<!-- describes the software application that generated
the PMML-->
<!ELEMENT application
EMPTY>
<!ATTLIST application
name
CDATA #REQUIRED
version CDATA #IMPLIED
>
<!ELEMENT annotation (#PCDATA)>
<!-- a timestamp in the format YYYY-MM-DD hh:mm:ss GMT
+/- xx:xx -->
<!ELEMENT timestamp
(#PCDATA)>
head
- (REQUIRED / REQUIRES CLOSING </head> TAG)
The top level tag that marks
the beginning of the header information for this dtd, which may
contain one or more distinct models. The
copyright - (REQUIRED) This head attribute
contains the copyright information for this dtd.
description - (OPTIONAL) This head attribute contains a non-specific
description the for the model. It should contain information
necessary to use this model in further applications, but not
information that could be better defined in the application
element, annotiation, and the data dictionary section. This
attribute should only contain human readable information, and
models included with this dtd should not be expected to utilize
the information contained in this attribute.
application - (OPTIONAL /
ONLY ONE application TAG ALLOWED )
This head element describes
the software application that generated the PMML. Though
these models are created to be portable, different mechanisms may
create different models from the same data set. It is of
interest to the user from which application these models were
generated.
name
- REQUIRED The name of the application that generated the
model
version
- OPTIONAL The version of the application that generated this
model
annotation (OPTIONAL /
MULTIPLE annotation TAGS ALLOWED)
Document modification history
is embedded here. Each annotation is free text and, like the
description attribute in the head element, makes sense to the
human eye only.
timestamp (OPTIONAL / ONLY
ONE timestamp TAG)
This element allows a model
creation timestamp in the format YYYY-MM-DD hh:mm:ss GMT +/- xx:xx.