<xsd:schema targetNamespace="uuid:DFEEC13B-CEBF-4F5C-ACE9-252790103439" elementFormDefault="qualified" xmlns:tcmapi="http://www.tridion.com/ContentManager/5.0/TCMAPI" xmlns:tcm="http://www.tridion.com/ContentManager/5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tcmi="http://www.tridion.com/ContentManager/5.0/Instance" xmlns="uuid:DFEEC13B-CEBF-4F5C-ACE9-252790103439">
	<xsd:annotation>
		<xsd:appinfo>
			<tcm:Labels>
				<tcm:Label ElementName="Name" Metadata="false">Name</tcm:Label>
				<tcm:Label ElementName="StartDate" Metadata="false">StartDate</tcm:Label>
				<tcm:Label ElementName="EndDate" Metadata="false">EndDate</tcm:Label>
				<tcm:Label ElementName="Teaser" Metadata="false">Teaser</tcm:Label>
				<tcm:Label ElementName="Description" Metadata="false">Description</tcm:Label>
				<tcm:Label ElementName="EventRegion" Metadata="false">EventRegion</tcm:Label>
				<tcm:Label ElementName="EventCounty" Metadata="false">EventCounty</tcm:Label>
				<tcm:Label ElementName="TeaserMultimedia" Metadata="false">TeaserMultimedia</tcm:Label>
			</tcm:Labels>
		</xsd:appinfo>
	</xsd:annotation>
	<xsd:import namespace="http://www.tridion.com/ContentManager/5.0/Instance"/>
	<xsd:element name="Content">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="Name" minOccurs="1" maxOccurs="1" type="xsd:normalizedString"/>
				<xsd:element name="StartDate" minOccurs="0" maxOccurs="1" type="xsd:dateTime">
					<xsd:annotation>
						<xsd:appinfo>
							<tcm:Size>1</tcm:Size>
						</xsd:appinfo>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="EndDate" minOccurs="0" maxOccurs="1" type="xsd:dateTime">
					<xsd:annotation>
						<xsd:appinfo>
							<tcm:Size>1</tcm:Size>
						</xsd:appinfo>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="Teaser" minOccurs="0" maxOccurs="1" type="tcmi:XHTML">
					<xsd:annotation>
						<xsd:appinfo>
							<tcm:FilterXSLT>
								<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xhtml="test">
									<xsl:output method="xml"/>
									<!-- ********** COMMON ********** -->
									<xsl:variable name="lcletters">abcdefghijklmnopqrstuvwxyz</xsl:variable>
									<xsl:variable name="ucletters">ABCDEFGHIJKLMNOPQRSTUVWXYZ</xsl:variable>
									<xsl:template match="*">
										<xsl:element name="{name()}">
											<xsl:for-each select="@*">
												<xsl:choose>
													<xsl:when test="name() ='span'"/>
													<xsl:when test="name() ='style'">
														<xsl:choose>
															<xsl:when test="contains(translate(.,$ucletters,$lcletters), 'margin')"/>
															<xsl:otherwise>
																<xsl:attribute name="{name()}">
																	<xsl:value-of select="."/>
																</xsl:attribute>
															</xsl:otherwise>
														</xsl:choose>
													</xsl:when>
													<xsl:when test="name() ='class'">
														<xsl:choose>
															<xsl:when test="contains(translate(.,$ucletters,$lcletters), 'mso')"/>
															<xsl:otherwise>
																<xsl:attribute name="{name()}">
																	<xsl:value-of select="."/>
																</xsl:attribute>
															</xsl:otherwise>
														</xsl:choose>
													</xsl:when>
													<xsl:otherwise>
														<xsl:attribute name="{name()}">
															<xsl:value-of select="."/>
														</xsl:attribute>
													</xsl:otherwise>
												</xsl:choose>
											</xsl:for-each>
											<xsl:apply-templates/>
										</xsl:element>
									</xsl:template>
									<!-- ********** SKIP TAGS ********** -->
									<xsl:template match="h1|H1">
										<h3 xmlns:auto-ns1="uuid:DFEEC13B-CEBF-4F5C-ACE9-252790103439" xmlns="">
											<xsl:apply-templates xmlns="uuid:DFEEC13B-CEBF-4F5C-ACE9-252790103439"/>
										</h3>
									</xsl:template>
									<xsl:template match="h2|H2">
										<h4 xmlns:auto-ns1="uuid:DFEEC13B-CEBF-4F5C-ACE9-252790103439" xmlns="">
											<xsl:apply-templates xmlns="uuid:DFEEC13B-CEBF-4F5C-ACE9-252790103439"/>
										</h4>
									</xsl:template>
									<xsl:template match="div|DIV|Div">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template match="script|SCRIPT|Script">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template match="font|FONT|Font">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template match="iframe|IFRAME|IFrame">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template match="ilayer|ILAYER|ILayer">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template match="layer|LAYER|Layer">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template match="span|SPAN|Span">
										<xsl:apply-templates/>
									</xsl:template>
									<!-- ********** DISABLE BUTTON ********** -->
									<!-- ********** BUTTON NAMES 
    <bold>
    <italic>
    <underline>
    <left>
    <center>
    <right>
    <bullet>
    <numbering>
    <outdent>
    <indent>
    <link>
    <table>
    <image>
    <font>
    <background>
    <render>
    ********** -->
									<xsl:template name="FormattingFeatures">
										<FormattingFeatures xmlns:auto-ns1="uuid:DFEEC13B-CEBF-4F5C-ACE9-252790103439" xmlns="http://www.tridion.com/ContentManager/5.2/FormatArea">
											<DisallowedActions>
												<Font/>
												<Background/>
											</DisallowedActions>
											<Doctype>Transitional</Doctype>
											<AccessibilityLevel>0</AccessibilityLevel>
											<DisallowedStyles/>
										</FormattingFeatures>
									</xsl:template>
								</xsl:stylesheet>
							</tcm:FilterXSLT>
							<tcm:Size>5</tcm:Size>
						</xsd:appinfo>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="Description" minOccurs="0" maxOccurs="1" type="tcmi:XHTML">
					<xsd:annotation>
						<xsd:appinfo>
							<tcm:FilterXSLT>
								<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xhtml="test">
									<xsl:output method="xml"/>
									<!-- ********** COMMON ********** -->
									<xsl:variable name="lcletters">abcdefghijklmnopqrstuvwxyz</xsl:variable>
									<xsl:variable name="ucletters">ABCDEFGHIJKLMNOPQRSTUVWXYZ</xsl:variable>
									<xsl:template match="*">
										<xsl:element name="{name()}">
											<xsl:for-each select="@*">
												<xsl:choose>
													<xsl:when test="name() ='span'"/>
													<xsl:when test="name() ='style'">
														<xsl:choose>
															<xsl:when test="contains(translate(.,$ucletters,$lcletters), 'margin')"/>
															<xsl:otherwise>
																<xsl:attribute name="{name()}">
																	<xsl:value-of select="."/>
																</xsl:attribute>
															</xsl:otherwise>
														</xsl:choose>
													</xsl:when>
													<xsl:when test="name() ='class'">
														<xsl:choose>
															<xsl:when test="contains(translate(.,$ucletters,$lcletters), 'mso')"/>
															<xsl:otherwise>
																<xsl:attribute name="{name()}">
																	<xsl:value-of select="."/>
																</xsl:attribute>
															</xsl:otherwise>
														</xsl:choose>
													</xsl:when>
													<xsl:otherwise>
														<xsl:attribute name="{name()}">
															<xsl:value-of select="."/>
														</xsl:attribute>
													</xsl:otherwise>
												</xsl:choose>
											</xsl:for-each>
											<xsl:apply-templates/>
										</xsl:element>
									</xsl:template>
									<!-- ********** SKIP TAGS ********** -->
									<xsl:template match="h1|H1">
										<h3 xmlns:auto-ns1="uuid:DFEEC13B-CEBF-4F5C-ACE9-252790103439" xmlns="">
											<xsl:apply-templates xmlns="uuid:DFEEC13B-CEBF-4F5C-ACE9-252790103439"/>
										</h3>
									</xsl:template>
									<xsl:template match="h2|H2">
										<h4 xmlns:auto-ns1="uuid:DFEEC13B-CEBF-4F5C-ACE9-252790103439" xmlns="">
											<xsl:apply-templates xmlns="uuid:DFEEC13B-CEBF-4F5C-ACE9-252790103439"/>
										</h4>
									</xsl:template>
									<xsl:template match="div|DIV|Div">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template match="script|SCRIPT|Script">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template match="font|FONT|Font">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template match="iframe|IFRAME|IFrame">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template match="ilayer|ILAYER|ILayer">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template match="layer|LAYER|Layer">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template match="span|SPAN|Span">
										<xsl:apply-templates/>
									</xsl:template>
									<xsl:template name="FormattingFeatures">
										<FormattingFeatures xmlns:auto-ns1="uuid:DFEEC13B-CEBF-4F5C-ACE9-252790103439" xmlns="http://www.tridion.com/ContentManager/5.2/FormatArea">
											<DisallowedActions>
												<Font/>
												<Background/>
											</DisallowedActions>
											<Doctype>Transitional</Doctype>
											<AccessibilityLevel>0</AccessibilityLevel>
											<DisallowedStyles/>
										</FormattingFeatures>
									</xsl:template>
								</xsl:stylesheet>
							</tcm:FilterXSLT>
							<tcm:Size>5</tcm:Size>
						</xsd:appinfo>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="EventRegion" minOccurs="0" maxOccurs="1" type="tcmi:SimpleLink">
					<xsd:annotation>
						<xsd:appinfo>
							<tcm:linktype>ComponentLink</tcm:linktype>
							<tcm:AllowedTargetSchemas>
								<tcm:TargetSchema xlink:href="tcm:7-480-8" xlink:title="Region"/>
							</tcm:AllowedTargetSchemas>
						</xsd:appinfo>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="EventCounty" minOccurs="0" maxOccurs="1" type="tcmi:SimpleLink">
					<xsd:annotation>
						<xsd:appinfo>
							<tcm:linktype>ComponentLink</tcm:linktype>
							<tcm:AllowedTargetSchemas>
								<tcm:TargetSchema xlink:href="tcm:7-581-8" xlink:title="County Overview"/>
							</tcm:AllowedTargetSchemas>
						</xsd:appinfo>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="TeaserMultimedia" minOccurs="0" maxOccurs="1" type="tcmi:SimpleLink">
					<xsd:annotation>
						<xsd:appinfo>
							<tcm:linktype>ComponentLink</tcm:linktype>
							<tcm:AllowedTargetSchemas>
								<tcm:TargetSchema xlink:href="tcm:7-810-8" xlink:title="Grouped Images For Englarge"/>
								<tcm:TargetSchema xlink:href="tcm:7-868-8" xlink:title="Video"/>
							</tcm:AllowedTargetSchemas>
						</xsd:appinfo>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
