Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

An element of type "eval_email_template" provides a pattern from which emails are generated.

An "eval_email_template" element contains other elements to provide property values for the eval_email_template. All of these elements are required:

The full definition of the "eval_email_template" type is:

<xsd:complexType name="eval_email_template">
	<xsd:annotation>
		<xsd:documentation xml:lang="en"> </xsd:documentation>
		<xsd:appinfo>
			<jaxb:class name="EvalEmailTemplate"
				implClass="org.sakaiproject.evaluation.model.EvalEmailTemplate"/>
		</xsd:appinfo>
	</xsd:annotation>
	<xsd:all>
		<xsd:element name="EID" type="string255">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The external identifier for this email
					template. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. Maximum 255
					characters. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="OWNER" type="string255">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The internal identifier for the owner of this
					email template. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. Maximum 255
					characters. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="SUBJECT" type="xsd:string">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The email template subject. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="MESSAGE" type="xsd:string">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The email template message. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="TYPE" type="email_template_types">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> Identifies this email template type (reminder,
					available, etc). </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: Any of the values included
					in the "email_template_types" enumeration. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
	</xsd:all>
</xsd:complexType>
  • No labels