<xsd:complexType name="EndFunctionType">
<xsd:annotation>
<xsd:documentation>The end function takes a single string component and defines a character (or string) that the component string should end with. The character attribute defines the specific character (or string). The character (or string) is only added to the component string if the component string doesn't already end with the specified character (or string).</xsd:documentation>
</xsd:annotation>
<xsd:sequence minOccurs="1" maxOccurs="1">
<xsd:group ref="oval-def:ComponentGroup" />
</xsd:sequence>
<xsd:attribute name="character" type="xsd:string" use="required" />
</xsd:complexType>
|