<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 rel. 2 U (http://www.xmlspy.com) by Chris DEMEESTER (KAMER VAN VOLKSVERTEGENWOORDIGERS) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:element name="DOSSIER">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="SDOCNAME"/>
				<xs:element ref="ID"/>
				<xs:element ref="LEGISL"/>
				<xs:element ref="SESSION"/>
				<xs:element ref="OWNER"/>
				<xs:element ref="DEPOT"/>
				<xs:element ref="TITLE"/>
				<xs:element ref="SITU"/>
				<xs:element ref="COMPET-BEVOEGD"/>
				<xs:element ref="MAINDOCS"/>
				<xs:element ref="JOINDOCS"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="LEGISL">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="newline"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="SESSION">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="newline"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="DEPOT">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="newline"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="TITLE">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="textN"/>
				<xs:element ref="textF"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="SITU">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="textN"/>
				<xs:element ref="textF"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="code">
		<xs:simpleType>
			<xs:restriction base="xs:long"/>
		</xs:simpleType>
	</xs:element>
	<xs:element name="BICAM">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="newline"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="JOINT">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="newline"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="COMPET-BEVOEGD">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="code"/>
				<xs:element ref="date"/>
				<xs:element ref="textN"/>
				<xs:element ref="textF"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="MAINDOCS">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="MAINDOC"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="MAINDOC">
		<xs:complexType mixed="true">
			<xs:choice maxOccurs="unbounded">
				<xs:element ref="SDOCNAME"/>
				<xs:element ref="ID"/>
				<xs:element ref="LEGISL"/>
				<xs:element ref="SESSION"/>
				<xs:element ref="OWNER"/>
				<xs:element ref="DEPOTDAT"/>
				<xs:element ref="DOCTYPE"/>
				<xs:element ref="AUTEURS"/>
				<xs:element ref="COMMENTS"/>
				<xs:element ref="PDFDOC"/>
				<xs:element ref="SUBDOCS"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="SUBDOCS">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="SUBDOC"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="JOINDOCS">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="JOINDOC"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="SUBDOC">
		<xs:complexType mixed="true">
			<xs:choice maxOccurs="unbounded">
				<xs:element ref="NR"/>
				<xs:element ref="DEPOTDAT"/>
				<xs:element ref="DOCTYPE"/>
				<xs:element ref="PDFDOC"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="AUTEURS">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="AUTEUR"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="AUTEUR">
		<xs:complexType mixed="true">
			<xs:choice maxOccurs="unbounded">
				<xs:element ref="FAMNAAM"/>
				<xs:element ref="FORNAAM"/>
				<xs:element ref="PARTY"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="COMMENTS">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="COMMENT"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="PDFDOC">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="DOCLINK"/>
				<xs:element ref="DOCDATE"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="DOCTYPE">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="textN"/>
				<xs:element ref="textF"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="newline" type="xs:string"/>
	<xs:element name="SDOCNAME" type="xs:string"/>
	<xs:element name="date" type="xs:date"/>
	<xs:element name="textF" type="xs:string"/>
	<xs:element name="textN" type="xs:string"/>
	<xs:element name="JOINDOC" type="xs:string"/>
	<xs:element name="COMMENT" type="xs:string"/>
	<xs:element name="DEPOTDAT" type="xs:string"/>
	<xs:element name="DOCDATE" type="xs:string"/>
	<xs:element name="DOCSIZE" type="xs:string"/>
	<xs:element name="DOCLINK" type="xs:string"/>
	<xs:element name="ID" type="xs:string"/>
	<xs:element name="OWNER" type="xs:string"/>
	<xs:element name="FAMNAAM" type="xs:string"/>
	<xs:element name="FORNAAM" type="xs:string"/>
	<xs:element name="PARTY" type="xs:string"/>
	<xs:element name="NR" type="xs:string"/>
</xs:schema>
