<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.osb.gc.ca/eFiling" xmlns:osb="http://www.osb.gc.ca/eFiling" xmlns:xs="http://www.w3.org/2001/XMLSchema"
	elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="Globals.xsd" />
	<xs:element name="Schedule1">
		<xs:annotation>
			<xs:documentation xml:lang="en-CA">INSOLVENCY COUNSELLING DISCLOSURE AND ASSIGNMENT FORM</xs:documentation>
			<xs:documentation xml:lang="fr-CA">FORMULAIRE DE DÉCLARATION ET DE NOMINATION AUX FINS DES CONSULTATIONS EN MATIÈRE D'INSOLVABILITÉ</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="TrusteeName">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Name of the trustee</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="GivenNames" type="xs:string">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Trustee Given Names</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="FamilyName">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Trustee Family or Company Name</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="TrusteeLicense">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">License number of the trustee</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Numéro de licence du syndic</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:long">
							<xs:totalDigits value="4" />
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="ConsumerDebtorOrBankrupt" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Name of consumer debtor or bankrupt</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="GivenNames" type="xs:string">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Debtor Given Names</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="FamilyName">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Debtor family name</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="FinalizationAddress" type="osb:Location">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Address of the LIT's office where the LIT finalized the debtor's assessment</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CounsellingProvidedInternally" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">If true, Insolvency Counselling will be provided Internally by the LIT or an Employee of the LIT. If false, Insolvency Counselling will be provided Externally by a third-party BIA Insolvency Counsellor or an LIT outside the firm.</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DebtorsConsent" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">This group is optional to allow for cases where this schedule must be filed after the fact (ie. retroactively).  Its use will be enforced for estates filed after October 1, 2018.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="AgreedToDisclosure" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA"></xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DebtorRequestedThirdPartyCounselling" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA"></xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DebtorRequestedVideoCounselling" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA"></xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DebtorConsentedToAudioRecording" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA"></xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="SignedAt" type="osb:Signing">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Signed At</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="LITDeclaration">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="NoCounsellorConflictOfInterest" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA"></xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="NoCounsellorAdditionalRemuneration" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA"></xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:choice>
								<xs:sequence>
									<xs:element name="AssignedBIACounsellorHasThirdPartyAssociation" type="xs:boolean">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA"></xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="CounsellorName">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Name of the counsellor</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="GivenNames" type="xs:string">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Counsellor Given Names</xs:documentation>
														<xs:documentation xml:lang="fr-CA"></xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="FamilyName">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Counsellor Family or Company Name</xs:documentation>
														<xs:documentation xml:lang="fr-CA"></xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1" />
														</xs:restriction>
													</xs:simpleType>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="CounsellorNumber" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Registration number of the counsellor</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Numéro de registration du conseiller</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:long">
												<xs:totalDigits value="8" />
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="OrganizationName" type="xs:string" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">External third-party organization's name (if applicable)</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
								</xs:sequence>
								<xs:element name="AssignedBIACounsellorDoesNotHaveThirdPartyAssociation" type="xs:boolean">
									<xs:annotation>
										<xs:documentation xml:lang="en-CA"></xs:documentation>
										<xs:documentation xml:lang="fr-CA"></xs:documentation>
									</xs:annotation>
								</xs:element>
							</xs:choice>
							<xs:element name="ExceptionRequestedIsFeasibleAndAppropriate" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">the exception requested by the consumer debtor/bankrupt pursuant to 1.1 or 2.0 above is, or is not, feasible and appropriate.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
                                			<xs:element name="SignedAt" type="osb:Signing">
                                        			<xs:annotation>
                                                			<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Signed At</xs:documentation>
                                        			</xs:annotation>
                                			</xs:element>
						</xs:sequence>
					</xs:complexType>
                                </xs:element>
				<xs:element name="AdditionalInformation" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Provide any additional information related to the form.</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
