<?xml version = "1.0"?>
<!DOCTYPE DocumentDef SYSTEM "ddml.dtd">
	
<DocumentDef xmlns="http://www.purl.org/NET/ddml/v1" xmlns:DDML="http://www.purl.org/NET/ddml/v1" Version="1.0" MimeType="application/xml" FileExtension="xml">
	<ElementDecl Name="ProjektAbwicklung">
		<Model>
			<Seq>
				<Ref Element="person" Frequency="OneOrMore"/>
				<Ref Element="projekt" Frequency="ZeroOrMore"/>
			</Seq>
		</Model>
	</ElementDecl>
	<ElementDecl Name="person">
		<Model>
			<Seq>
				<Ref Element="vorname" Frequency="OneOrMore"/>
				<Ref Element="name"/>
				<Ref Element="gehaltsGrp" Frequency="Required"/>
				<Ref Element="projektLeiter" Frequency="Optional"/>
				<Ref Element="projektMitarb" Frequency="ZeroOrMore"/>
			</Seq>
		</Model>
		<AttGroup>
			<AttDef Name="gehaltsGrp" Type="Enumerated" AttValue="1">
				<Enumeration>
					<EnumerationValue Value="1"/>
					<EnumerationValue Value="1a"/>
					<EnumerationValue Value="2"/>
				</Enumeration>
			</AttDef>
			<AttDef Name="persID" Type="ID"/>
		</AttGroup>
	</ElementDecl>
	<ElementDecl Name="vorname">
		<Model>
			<PCData/>
		</Model>
	</ElementDecl>
	<ElementDecl Name="name">
		<Model>
			<PCData/>
		</Model>
	</ElementDecl>
	<ElementDecl Name="projektLeiter">
		<Model>
			<Empty/>
		</Model>
		<AttGroup>
			<AttDef Name="prjRef" Type="IDRef"/>
		</AttGroup>
	</ElementDecl>
	<ElementDecl Name="projektMitarb">
		<Model>
			<Empty/>
		</Model>
		<AttGroup>
			<AttDef Name="prjRef" Type="IDRef"/>
		</AttGroup>
	</ElementDecl>
	<ElementDecl Name="projekt">
		<Model>
			<Empty/>
		</Model>
		<AttGroup>
			<AttDef Name="prjId" Type="ID"/>
			<AttDef Name="start" Type="CData"/>
			<AttDef Name="budget" Type="CData"/>
		</AttGroup>
	</ElementDecl>
</DocumentDef>

