<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2009 sp1 (http://www.altova.com) by Adil (FOD Financien) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.minfin.fgov.be/portail2/downloads/e-services/pandora/PAM.xsd" targetNamespace="http://www.minfin.fgov.be/portail2/downloads/e-services/pandora/PAM.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1">
	<xs:element name="PAM">
		<xs:annotation>
			<xs:documentation>Pandora Answer Message</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="MsgId">
					<xs:annotation>
						<xs:documentation>Received Message Identification</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="11"/>
							<xs:maxLength value="11"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Notifications">
					<xs:annotation>
						<xs:documentation>Notifications</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Notification" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Notification</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="NotifCd">
											<xs:annotation>
												<xs:documentation>Notification (error, OK) Code</xs:documentation>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="40"/>
													<xs:whiteSpace value="collapse"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="Description">
											<xs:annotation>
												<xs:documentation>Description of the notification</xs:documentation>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="200"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="TStamp" type="xs:dateTime">
											<xs:annotation>
												<xs:documentation>Time Stamp</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="Location" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Path to the element that caused the error in the XML</xs:documentation>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="200"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
