The simple type named "email_template_types" enumerates acceptable values for the "type" property in elements of type "email_template".
The values are:
- Created
- Available
- OptIn
- Reminder
- Results
- ConsolidatedAvailable
- ConsolidatedReminder
- ConsolidatedAvailSubject
- ConsolidatedReminderSubject
The full XML definition for "email_template_types" is:
<xsd:simpleType name="email_template_types"> <xsd:annotation> <xsd:documentation xml:lang="en"> This type enumerates acceptable values for the "type" property in "email_template" elements. </xsd:documentation> </xsd:annotation> <xsd:restriction base="string255"> <xsd:enumeration value="Created"> <xsd:annotation> <xsd:documentation xml:lang="en"> This identifies a template as the "evaluation created template", used when the evaluation is first created to notify evaluatees that they may add items to the evaluation and inform them as to when the evaluation starts. </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Available"> <xsd:annotation> <xsd:documentation xml:lang="en"> This identifies a template as the "evaluation available template", used when the evaluation is available for users to take. </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="OptIn"> <xsd:annotation> <xsd:documentation xml:lang="en"> This identifies a template as the "instructor must opt in for availability template", used when the evaluation is available for users to take </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Reminder"> <xsd:annotation> <xsd:documentation xml:lang="en"> This identifies a template as the "evaluation reminder template", used when the evaluation reminder is sent to non-respondent users </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Results"> <xsd:annotation> <xsd:documentation xml:lang="en"> This identifies a template as the "evaluation results template", used when the evaluation results are ready to view </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ConsolidatedAvailable"> <xsd:annotation> <xsd:documentation xml:lang="en"> This identifies a template as the one-email-per-user evaluation-is-available template, used when the evaluation is available to be taken. </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ConsolidatedReminder"> <xsd:annotation> <xsd:documentation xml:lang="en"> This identifies a template as the one-email-per-user evaluation reminder template, used when evaluation responses are outstanding. </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ConsolidatedAvailSubject"> <xsd:annotation> <xsd:documentation xml:lang="en"> This identifies a template as the one-email-per-user evaluation-is-available subject template, used with the "single-email-per-user" email notification option </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ConsolidatedReminderSubject"> <xsd:annotation> <xsd:documentation xml:lang="en"> This identifies a template as the one-email-per-user evaluation reminder subject template, used with the "single-email-per-user" email notification option </xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType>