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_templates" is a container for one or more elements named "EVAL_EMAIL_TEMPLATE", which are elements of type eval_email_template.

The full definition of the complexType "eval_email_templates" is shown here:

<xsd:complexType name="eval_email_templates">
	<xsd:annotation>
		<xsd:documentation xml:lang="en"> This element is a container for one or more
			"eval_email_template" elements. </xsd:documentation>
	</xsd:annotation>
	<xsd:sequence>
		<xsd:element name="EVAL_EMAIL_TEMPLATE" type="eval_email_template" minOccurs="1"
			maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:complexType>
  • No labels