<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE Class SYSTEM "../../DTD">
<Class>
	<label xml:lang="en">Ordered List</label>
	<comment xml:lang="en">
		<p>
			An <ref target="ore:Aggregation">Aggregation</ref> which provides an ordered listing of <ref target="olo:Slot">Slots</ref>.
		</p>
		<p>
			Ordered Lists are required to have a <ref target="olo:length">length</ref>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(OLO)" fragment="OrderedList"/>
	</isDefinedBy>
	<subClassOf>
		<resource name="ore:Aggregation"/>
	</subClassOf>
	<subClassOf>
		<Restriction>
			<onProperty>
				<resource name="olo:length"/>
			</onProperty>
			<cardinality>1</cardinality>
		</Restriction>
	</subClassOf>
</Class>