<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE Class SYSTEM "../../DTD">
<Class>
	<label xml:lang="en">X�H�T�M�L Content</label>
	<comment xml:lang="en">
		<p>
			A <ref target="awol:TextContent">Text Content</ref> which has an X�H�T�M�L <ref target="awol:body">body</ref>.
		</p>
		<p>
			In an Atom context, this does <em>not</em> include the wrapping <code>&lt;div&gt;</code>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(AWOL)" fragment="XHTML"/>
	</isDefinedBy>
	<equivalentClass>
		<Class>
			<intersectionOf>
				<Restriction>
					<onProperty>
						<resource name="awol:body"/>
					</onProperty>
					<someValuesFrom>
						<resource name="rdf:XMLLiteral"/>
					</someValuesFrom>
				</Restriction>
				<Restriction>
					<onProperty>
						<resource name="awol:type"/>
					</onProperty>
					<someValuesFrom>
						<Datatype>
							<onDatatype>
								<resource name="xsd:string"/>
							</onDatatype>
							<withRestrictions>
								<pattern>[Aa][Pp][Pp][Ll][Ii][Cc][Aa][Tt][Ii][Oo][Nn]/[Xx][Hh][Tt][Mm][Ll]\+[Xx][Mm][Ll]</pattern>
							</withRestrictions>
						</Datatype>
					</someValuesFrom>
				</Restriction>
			</intersectionOf>
		</Class>
	</equivalentClass>
	<subClassOf>
		<resource name="awol:TextContent"/>
	</subClassOf>
</Class>