<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">	<xsd:annotation>		<xsd:documentation>        	Describes all elements for chemical information  		Version 8.0 2003-05-19         	Developed by EdiSys AS for GRIP 		Datoformatet DateType xsd:date har format ccyy-mm-dd eksempel 2003-02-28			Revised by Symetra AS for GRIP			Revised by Nina Mikkelson GRIP 2004-05-05		Version 2.0 Nina Mikkelson 18-03-2005					</xsd:documentation>	</xsd:annotation>	<xsd:element name="GRIPSchema" type="GRIPSchemaType"/>	<!-- Section 0 rotnode -->	<xsd:complexType name="GRIPSchemaType">		<xsd:sequence>			<xsd:element name="DocumentInit" type="documentInitType"/>			<xsd:element name="Datasheet" type="dataSheetType" maxOccurs="unbounded"/>		</xsd:sequence>	</xsd:complexType>	<xsd:complexType name="documentInitType">		<xsd:annotation>			<xsd:documentation>	Header 	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="VersionNo" type="xsd:string" fixed="2.0"/>			<xsd:element name="Language" type="xsd:string"/>			<xsd:element name="RegulationsRelatedToCountry" type="xsd:string"/>			<xsd:element name="SystemUsedInPreparation" type="Character64Type"/>			<xsd:element name="DateGeneratedExport" type="DateType" nillable="true"/>			<xsd:element name="NoOfSDS" type="xsd:positiveInteger" nillable="true"/>		</xsd:sequence>	</xsd:complexType>	<xsd:complexType name="dataSheetType">		<xsd:sequence>			<xsd:element name="IdentificationOfSubstancePreparationAndCompanyUndertaking" type="identifiactionOfSubstancePreparationAndCompanyUndertakingType"/>			<xsd:element name="CompositionInformationIngredients" type="compositionInformationIngredientsType" minOccurs="0"/>			<xsd:element name="HazardsIdentification" type="hazardsIdentificationType" minOccurs="0"/>			<xsd:element name="FirstAidMeasures" type="firstAidMeasuresType" minOccurs="0"/>			<xsd:element name="FireFightingMeasures" type="fireFightingMeasuresType" minOccurs="0"/>			<xsd:element name="AccidentalReleaseMeasures" type="accidentalReleaseMeasuresType" minOccurs="0"/>			<xsd:element name="HandlingStorage" type="handlingStorageType" minOccurs="0"/>			<xsd:element name="ExposureControlPersonalProtection" type="exposureControlPersonalProtectionType" minOccurs="0"/>			<xsd:element name="PhysicalChemicalProperties" type="physicalChemicalPropertiesType" minOccurs="0"/>			<xsd:element name="StabilityReactivity" type="stabilityReactivityType" minOccurs="0"/>			<xsd:element name="ToxicologicalInformation" type="toxicologicalInformationType" minOccurs="0"/>			<xsd:element name="EcologicalInformation" type="ecologicalInformationType" minOccurs="0"/>			<xsd:element name="DisposalConsiderations" type="disposalConsiderationsType" minOccurs="0"/>			<xsd:element name="TransportInformation" type="transportInformationType" minOccurs="0"/>			<xsd:element name="RegulatoryInformation" type="regulatoryInformationType" minOccurs="0"/>			<xsd:element name="OtherInformation" type="otherInformationType" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<!-- Section 1 -->	<xsd:complexType name="identifiactionOfSubstancePreparationAndCompanyUndertakingType">		<xsd:annotation>			<xsd:documentation>	Section 1 		</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="1" nillable="true" minOccurs="0"/> 			<xsd:element name="ResponsibleCompany" type="companyInformationType"/>			<xsd:element name="ResponsibleInNorway" type="companyInformationType" minOccurs="0"/>			<xsd:element name="SalesRepresentative" type="companyInformationType" minOccurs="0"/>			<xsd:element name="SdsPreparer" type="companyInformationType" minOccurs="0"/>			<xsd:element name="EmergencyPhone" type="phoneType" minOccurs="0" maxOccurs="unbounded"/>			<xsd:element name="ProductIdentity">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="TradeName" type="Character512Type"/>						<xsd:element name="ChemicalName" type="Character512Type" minOccurs="0"/>						<xsd:element name="Synonym" type="Character1024Type" minOccurs="0" maxOccurs="unbounded"/>						<xsd:element name="ItemNo" type="Character128Type" minOccurs="0" maxOccurs="unbounded"/>						<xsd:element name="PrProductNo" type="Character128Type" minOccurs="0" maxOccurs="unbounded"/>						<xsd:element name="NotApplicableReason" type="Character256Type" minOccurs="0"/>						<xsd:element name="ChemicalId" type="chemicalIdType" minOccurs="0"/>						<xsd:element name="Formula" type="Character256Type" minOccurs="0"/>						<xsd:element name="ProductGroup" type="Character512Type" minOccurs="0"/>						<xsd:element name="ProductType" type="Character512Type" minOccurs="0" maxOccurs="unbounded"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="IssueDate" type="DateType" nillable="true" minOccurs="0"/>			<xsd:element name="ReplaceDate" type="DateType" nillable="true" minOccurs="0"/>			<xsd:element name="VersionNo" type="Character8Type" nillable="true" minOccurs="0"/>			<xsd:element name="InternalSdsId" type="Character64Type" nillable="true" minOccurs="0"/>		</xsd:sequence>					</xsd:complexType>	<!-- Section 1 typer --> <xsd:complexType name="companyInformationType">
 <xsd:annotation>
 <xsd:documentation>Section 1 SubSection 1</xsd:documentation> 
	</xsd:annotation>
	<xsd:sequence>
	<xsd:element name="CompanyInformation">
		<xsd:complexType>
		 <xsd:sequence>
			<xsd:element name="Name" type="Character256Type" minOccurs="0"/> 
			<xsd:element name="Address" type="addressType" minOccurs="0"/> 
			<xsd:element name="Phone" type="Character40Type" minOccurs="0" /> 
			<xsd:element name="Fax" type="Character40Type" minOccurs="0" /> 
			<xsd:element name="EMail" type="Character256Type" minOccurs="0" /> 
			<xsd:element name="CompanyUrl" type="Character256Type" minOccurs="0" /> 
			<xsd:element name="CompanyContact" type="personContactType" maxOccurs="unbounded" minOccurs="0"/> 
			<xsd:element name="CompanyResponsible" type="personContactType" maxOccurs="unbounded" minOccurs="0"/> 
			<xsd:element name="EnterpriseNo" type="Character32Type" maxOccurs="unbounded" minOccurs="0"/> 
		</xsd:sequence>
		</xsd:complexType>
		</xsd:element>
  </xsd:sequence>
  </xsd:complexType>
		<xsd:complexType name="addressType">		<xsd:annotation>			<xsd:documentation>	Section 1 SubSection2  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="VisitingAddress" type="Character256Type" minOccurs="0"/>			<xsd:element name="PostAddress" type="Character256Type" minOccurs="0"/>			<xsd:element name="PostCode" type="Character16Type" minOccurs="0"/>			<xsd:element name="PostCity" type="Character80Type" minOccurs="0"/>			<xsd:element name="PostCountry" type="Character64Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<xsd:complexType name="personContactType">		<xsd:annotation>			<xsd:documentation>	Section 1 SubSection 5  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Name" type="Character128Type" minOccurs="0"/>			<xsd:element name="EMail" type="Character256Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<xsd:complexType name="phoneType">		<xsd:annotation>			<xsd:documentation>	Section 1 SubSection 6  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="No" type="Character40Type" minOccurs="0"/>			<xsd:element name="Text" type="Character256Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<xsd:complexType name="chemicalIdType">		<xsd:annotation>			<xsd:documentation>	Section 1 SubSection 7  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="CasNo" type="Character12Type" minOccurs="0"/>			<xsd:element name="EcNo" type="Character9Type" minOccurs="0"/>			<xsd:element name="IndexNo" type="Character12Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<!-- Section 2 -->	<xsd:complexType name="compositionInformationIngredientsType">		<xsd:annotation>			<xsd:documentation>		Section 2  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="2" nillable="true" minOccurs="0"/> 			<xsd:element name="Component" type="chemicalIdentityType" maxOccurs="unbounded" minOccurs="0"/>			<xsd:element name="CompositionComments" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>			</xsd:complexType>	<xsd:complexType name="chemicalIdentityType">		<xsd:annotation>			<xsd:documentation>	Sub "compositionInformationIngredientsType" 	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="ComponentName" type="Character512Type" minOccurs="0" nillable="true"/>			<xsd:element name="ChemicalId" type="chemicalIdType" minOccurs="0"/>			<xsd:element name="InSection2" type="xsd:boolean" minOccurs="0" nillable="true"/>			<xsd:element name="InSection15" type="xsd:boolean" minOccurs="0" nillable="true"/>			<xsd:element name="ConcentrationRange" nillable="true" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>						<xsd:element name="Exact" type="Digit8Type" minOccurs="0"/>						<xsd:element name="Lower" type="Digit8Type" minOccurs="0"/>						<xsd:element name="Upper" type="Digit8Type" minOccurs="0"/>						<xsd:element name="Unit" type="Character15Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="InformationComponent" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="HazardClassification" minOccurs="0" maxOccurs="unbounded">							<xsd:complexType>								<xsd:sequence>										<xsd:element name="ClassificationLetter" type="Character16Type" maxOccurs="1" minOccurs="0"/>										<xsd:element name="RPhraseCode" type="Character32Type" maxOccurs="3" minOccurs="0"/>								</xsd:sequence>						</xsd:complexType>						</xsd:element>						<xsd:element name="HazardSymbolLetters" type="hazardSymbolLettersType" minOccurs="0"/>						<xsd:element name="RiskPhraseCode" type="Character32Type" maxOccurs="unbounded" minOccurs="0"/>						<xsd:element name="SafetyPhraseCode" type="Character32Type" maxOccurs="unbounded" minOccurs="0"/>						<xsd:element name="HazardGroupCode" type="Character8Type" maxOccurs="unbounded" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>							<xsd:element name="InSection8" type="xsd:boolean" minOccurs="0" nillable="true"/>			<xsd:element name="CompExposureGuidelines" minOccurs="0">				<xsd:complexType>					<xsd:sequence>			<xsd:element name="Limit8h" minOccurs="0" maxOccurs="2">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Value" type="Digit11Type" minOccurs="0"/>						<xsd:element name="Unit" type="Character16Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>							<xsd:element name="LimitShortTime" minOccurs="0" maxOccurs="2">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Value" type="Digit11Type" minOccurs="0"/>						<xsd:element name="Unit" type="Character16Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>				<xsd:element name="LetterCode" type="Character4Type" minOccurs="0" maxOccurs="unbounded"/>			<xsd:element name="AdminYear" type="Character4Type" nillable="true" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>												<xsd:element name="InSection11" type="xsd:boolean" minOccurs="0" nillable="true"/>			<xsd:element name="CompToxicity" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="CompOralLd50" type="acuteTestresultType" minOccurs="0"/>						<xsd:element name="CompDermalLd50" type="acuteTestresultType" minOccurs="0"/>						<xsd:element name="CompInhalationLc50" type="acuteTestresultType" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>	<xsd:element name="InSection12" type="xsd:boolean" minOccurs="0" nillable="true"/>	<xsd:element name="CompEcologicalInformation" minOccurs="0">		<xsd:complexType>		<xsd:sequence>			<xsd:element name="CompEcotoxicity" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="CompAquatic" minOccurs="0">							<xsd:complexType>								<xsd:sequence>									<xsd:element name="CompAcuteFishLc50" type="toxicityTestType" minOccurs="0"/>									<xsd:element name="CompAcuteAlgaeIc50" type="toxicityTestType" minOccurs="0"/>									<xsd:element name="CompAcuteDaphniaEc50" type="toxicityTestType" minOccurs="0"/>									<xsd:element name="CompComments" type="Character1024Type" minOccurs="0"/>								</xsd:sequence>							</xsd:complexType>						</xsd:element>						<xsd:element name="CompOtherEcotoxicologicalEffects" minOccurs="0">							<xsd:complexType>								<xsd:all>									<xsd:element name="CompEcotoxOtherData" type="Character4096Type" minOccurs="0"/>								</xsd:all>							</xsd:complexType>						</xsd:element>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="CompMobility" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="CompMobilityDescription" type="Character4096Type" minOccurs="0"/>												<xsd:element name="CompSurfaceTension" minOccurs="0" nillable="true">							<xsd:complexType>								<xsd:sequence>									<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/> 									<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>									<xsd:element name="Unit" type="Character32Type" minOccurs="0"/>									<xsd:element name="Method" type="Character128Type" minOccurs="0"/>									<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>								</xsd:sequence>							</xsd:complexType>						</xsd:element>																		<xsd:element name="CompWaterSolubility" minOccurs="0" nillable="true">							<xsd:complexType>								<xsd:sequence>									<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/> 									<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>									<xsd:element name="Method" type="Character128Type" minOccurs="0"/>									<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>								</xsd:sequence>							</xsd:complexType>						</xsd:element>					</xsd:sequence>				</xsd:complexType>			</xsd:element>						<xsd:element name="CompPersistenceDegradability" minOccurs="0" nillable="true" >				<xsd:complexType>					<xsd:sequence>						<xsd:element name="CompPersistenceDegradabilityDescription" type="Character4096Type" minOccurs="0"/>			<xsd:element name="CompBiologicalDegradability" minOccurs="0" nillable="true" >				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/> 						<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>						<xsd:element name="Periode" type="Character128Type" minOccurs="0"/>						<xsd:element name="Method" type="Character128Type" minOccurs="0"/>						<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="CompChemicalOxygenDemand" minOccurs="0" nillable="true" >				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/> 						<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>						<xsd:element name="Periode" type="Character128Type" minOccurs="0"/>						<xsd:element name="Method" type="Character128Type" minOccurs="0"/>						<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="CompBiologicalOxygenDemand" minOccurs="0" nillable="true" >				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/> 						<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>						<xsd:element name="Periode" type="Character128Type" minOccurs="0"/>						<xsd:element name="Method" type="Character128Type" minOccurs="0"/>						<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>					</xsd:sequence>								</xsd:complexType>			</xsd:element>								</xsd:sequence>								</xsd:complexType>			</xsd:element>			<xsd:element name="CompBioaccumulation" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="CompBioaccumulationDescription" type="Character4096Type" minOccurs="0"/>				<xsd:element name="CompPartitionCoefficient" type="physicalMinusUnitType" nillable="true" minOccurs="0"/>			<xsd:element name="CompBioConcentrationFactor" minOccurs="0" nillable="true" >				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/> 						<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>						<xsd:element name="Method" type="Character128Type" minOccurs="0"/>						<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="CompOtherAdverseEffectsDescription" type="Character4096Type" minOccurs="0"/>					</xsd:sequence>	</xsd:complexType></xsd:element>								</xsd:sequence>	</xsd:complexType>	<!-- Section 2 typer -->	<xsd:complexType name="hazardSymbolLettersType">		<xsd:sequence>			<xsd:element name="HslHealthCode" type="Character2Type" maxOccurs="2" minOccurs="0"/>			<xsd:element name="HslFireAndExplosionCode" type="Character2Type" maxOccurs="2" minOccurs="0"/>			<xsd:element name="HslEnvironmentCode" type="Character2Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>		<!-- Section 3 -->	<xsd:complexType name="hazardsIdentificationType">		<xsd:annotation>			<xsd:documentation>	Section 3  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="3" nillable="true" minOccurs="0"/> 			<xsd:element name="HazardDescription" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>			</xsd:complexType>	<!-- Section 4 -->	<xsd:complexType name="firstAidMeasuresType">		<xsd:annotation>			<xsd:documentation>	Section 4  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="4" minOccurs="0" nillable="true"/>			<xsd:element name="GeneralInformation" type="Character4096Type" minOccurs="0"/>			<xsd:element name="FirstAidInhalation" type="Character4096Type" minOccurs="0"/>			<xsd:element name="FirstAidIngestion" type="Character4096Type" minOccurs="0"/>			<xsd:element name="FirstAidSkin" type="Character4096Type" minOccurs="0"/>			<xsd:element name="FirstAidEyes" type="Character4096Type" minOccurs="0"/>			<xsd:element name="SpecificFirstAidEquipment" type="Character4096Type" minOccurs="0"/>			<xsd:element name="FirstAidComments" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<!-- Section 5 -->	<xsd:complexType name="fireFightingMeasuresType">		<xsd:annotation>			<xsd:documentation>	Section 5  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="5" nillable="true" minOccurs="0"/> 			<xsd:element name="MediaToBeUsed" type="Character4096Type" minOccurs="0"/>			<xsd:element name="MediaNotToBeUsed" type="Character4096Type" minOccurs="0"/>			<xsd:element name="FireFightingPrecautions" type="Character4096Type" minOccurs="0"/>			<xsd:element name="FireFightingProcedures" type="Character4096Type" minOccurs="0"/>			<xsd:element name="FireAndExplosionHazards" type="Character4096Type" minOccurs="0"/>			<xsd:element name="FireAndExplosionComments" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<!-- Section 6 -->	<xsd:complexType name="accidentalReleaseMeasuresType">		<xsd:annotation>			<xsd:documentation>	Section 6  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="6" nillable="true" minOccurs="0" />			<xsd:element name="GeneralMeasures" type="Character4096Type" minOccurs="0"/>			<xsd:element name="PersonalPrecautions" type="Character4096Type" minOccurs="0"/>			<xsd:element name="EnvironmentalPrecautions" type="Character4096Type" minOccurs="0"/>			<xsd:element name="CleaningUp" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>			</xsd:complexType>	<!-- Section 7 -->	<xsd:complexType name="handlingStorageType">		<xsd:annotation>			<xsd:documentation>	Section 7  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="7" nillable="true" minOccurs="0" />			<xsd:element name="HandlingPrecautions" type="Character4096Type" minOccurs="0"/>			<xsd:element name="StoragePrecautions" type="Character4096Type" minOccurs="0"/>			<xsd:element name="SpecificApplications" type="Character4096Type" minOccurs="0"/>			<xsd:element name="ConditionsToAvoid" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>			</xsd:complexType>	<!-- Section 8 -->	<xsd:complexType name="exposureControlPersonalProtectionType">		<xsd:annotation>			<xsd:documentation>	Section 8  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="8" nillable="true" minOccurs="0" />			<xsd:element name="ExposureGuidelines" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="BiologicalLimitValue" type="Character4096Type" minOccurs="0"/>						<xsd:element name="RecommendedMonitoringProcedures" type="Character4096Type" minOccurs="0"/>						<xsd:element name="OtherInformation" type="Character4096Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="ExposureControls" minOccurs="0">				<xsd:complexType>					<xsd:sequence>												<xsd:element name="PrecautionaryMeasures" type="Character4096Type" minOccurs="0"/>						<xsd:element name="InhalationProtection" type="Character4096Type" minOccurs="0"/>						<xsd:element name="HandProtection" type="Character4096Type" minOccurs="0"/>						<xsd:element name="EyeProtection" type="Character4096Type" minOccurs="0"/>						<xsd:element name="SkinProtection" type="Character4096Type" minOccurs="0"/>						<xsd:element name="EnvironmentalExposureControls" type="Character4096Type" minOccurs="0"/>						<xsd:element name="ExposureControlComments" type="Character4096Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>		</xsd:sequence>			</xsd:complexType>			<!-- Section 9 -->	<xsd:complexType name="physicalChemicalPropertiesType">		<xsd:annotation>			<xsd:documentation>	Section 9  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="9" nillable="true" minOccurs="0" />			<xsd:element name="ProductAppearance" type="Character512Type" minOccurs="0"/>			<xsd:element name="ProductOdor" type="Character128Type" minOccurs="0"/>			<xsd:element name="ProductColour" type="Character128Type" minOccurs="0"/>			<xsd:element name="Solubility" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Description" type="Character128Type" minOccurs="0"/>						<xsd:element name="InWater" type="Character128Type" minOccurs="0"/>						<xsd:element name="InFat" type="Character128Type" minOccurs="0"/>						<xsd:element name="InOrganicSolvent" minOccurs="0">							<xsd:complexType>								<xsd:sequence>								<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>								<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>								<xsd:element name="Solvent" type="Character512Type" minOccurs="0"/>								</xsd:sequence>							</xsd:complexType>						</xsd:element>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="SpecificGravity" type="physicalStandardType" nillable="true" minOccurs="0"/>			<xsd:element name="BulkDensity" type="physicalStandardType" nillable="true" minOccurs="0"/>			<xsd:element name="MeltingPoint" type="physicalTemperatureType" nillable ="true" minOccurs="0"/>			<xsd:element name="BoilingPoint" type="physicalTemperatureType" nillable ="true" minOccurs="0"/>			<xsd:element name="DecompositionTemperature" type="physicalTemperatureType" nillable="true" minOccurs="0"/>			<xsd:element name="DroppingPoint" type="physicalTemperatureType" nillable ="true" minOccurs="0"/>			<xsd:element name="PhProduct" type="physicalMinusUnitType" nillable="true" minOccurs="0"/>			<xsd:element name="PhInSolution" type="physicalMinusUnitType" nillable="true" minOccurs="0"/>			<xsd:element name="FlashPoint" type="physicalTemperatureType" nillable ="true" minOccurs="0"/>			<xsd:element name="ExplosiveProperties" type="Character128Type" minOccurs="0"/>			<xsd:element name="LowerExplosionLimit" type="Character128Type" minOccurs="0"/>			<xsd:element name="UpperExplosionLimit" type="Character128Type" minOccurs="0"/>						<xsd:element name="ExplosionLimit" type="physicalStandardType" nillable="true" minOccurs="0"/>			<xsd:element name="AutoIgnitionTemperature" type="physicalTemperatureType" nillable ="true" minOccurs="0"/>			<xsd:element name="OxidizingProperties" type="Character64Type" minOccurs="0"/>						<xsd:element name="PartitionCoefficient" type="physicalMinusUnitType" nillable="true" minOccurs="0"/>			<xsd:element name="EvaporationSpeed" type="physicalMinusUnitType" nillable="true" minOccurs="0"/>			<xsd:element name="VaporPressure" type="physicalStandardType" nillable="true" minOccurs="0"/>			<xsd:element name="RelativeVaporDensity" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Symbol" type="legalSymbolsType" minOccurs ="0" />						<xsd:element name="ExactValue" type="Digit8Type" minOccurs="0"/>						<xsd:element name="LowerValue" type="Digit8Type" minOccurs="0"/>						<xsd:element name="HigherValue" type="Digit8Type" minOccurs="0"/>						<xsd:element name="ReferenceGas" type="Character16Type" minOccurs="0"/>						<xsd:element name="Method" type="Character128Type" minOccurs="0"/>						<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="ElectricConductivity" type="physicalStandardType" nillable="true" minOccurs="0"/>			<xsd:element name="FluidViscosity" type="physicalStandardType" nillable="true" minOccurs="0"/>						<xsd:element name="WaterReactive" type="Character32Type" minOccurs="0"/>			<xsd:element name="AirReactive" type="Character32Type" minOccurs="0"/>			<xsd:element name="PenetrationNumber" type="physicalStandardType" nillable="true" minOccurs="0"/>			<xsd:element name="PourPoint" type="physicalTemperatureType" nillable="true" minOccurs="0"/>			<xsd:element name="ParticleSize" type="physicalStandardType" nillable="true" minOccurs="0"/>			<xsd:element name="CriticalPressure" type="physicalStandardType" nillable="true" minOccurs="0"/>						<xsd:element name="ExpansionCoefficient" type="physicalStandardType" nillable="true" minOccurs="0"/>									<xsd:element name="ContentsOfVoc" type="physicalStandardType" nillable="true" minOccurs="0"/>																		<xsd:element name="GasGroup" type="Character128Type" minOccurs="0"/>			<xsd:element name="OtherPhysicalOrChemicalProperty" type="Character1024Type" minOccurs="0" maxOccurs="4"/>			<xsd:element name="Comments" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<!-- Section 9 typer  -->		<xsd:complexType name="physicalStandardType">		<xsd:annotation>			<xsd:documentation>	Section 9 exact, lower, higher, symbol, unit method and comments. Version 2.0 standard type for section 9  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>			<xsd:element name="ExactValue" type="Digit8Type" minOccurs="0"/>			<xsd:element name="LowerValue" type="Digit8Type" minOccurs="0"/>			<xsd:element name="HigherValue" type="Digit8Type" minOccurs="0"/>			<xsd:element name="Unit" type="Character32Type" minOccurs="0"/>			<xsd:element name="Method" type="Character128Type" minOccurs="0"/>			<xsd:element name="Comments" type="Character512Type"  minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<xsd:complexType name="physicalMinusUnitType">		<xsd:annotation>			<xsd:documentation>	Section 9 exact, lower, higher, symbol, method and comments.	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>			<xsd:element name="ExactValue" type="Digit8Type" minOccurs="0"/>			<xsd:element name="LowerValue" type="Digit8Type" minOccurs="0"/>			<xsd:element name="HigherValue" type="Digit8Type" minOccurs="0"/>			<xsd:element name="Method" type="Character128Type"  minOccurs="0"/>			<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<xsd:complexType name="physicalTemperatureType">		<xsd:annotation>			<xsd:documentation>	Section 9 same as physicalStandardType with temperatur unit. for section 9  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>			<xsd:element name="ExactValue" type="Digit8Type" minOccurs="0"/>			<xsd:element name="LowerValue" type="Digit8Type" minOccurs="0"/>			<xsd:element name="HigherValue" type="Digit8Type" minOccurs="0"/>			<xsd:element name="Unit" type="temperatureUnitType" minOccurs="0"/>			<xsd:element name="Method" type="Character128Type" minOccurs="0"/>			<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>		<xsd:simpleType name="legalSymbolsType">		<xsd:annotation>			<xsd:documentation>	Section 9 SubSection 2  	</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="Character3Type">			<xsd:enumeration value="lt"/>			<xsd:enumeration value="gt"/>			<xsd:enumeration value="="/>			<xsd:enumeration value="~"/>			<xsd:enumeration value=" "/>			<xsd:enumeration value=""/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="temperatureUnitType">		<xsd:annotation>			<xsd:documentation>	Section 9 SubSection 4	</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:enumeration value="C"/>			<xsd:enumeration value="K"/>			<xsd:enumeration value="F"/>			<xsd:enumeration value=" "/>			<xsd:enumeration value=""/>		</xsd:restriction>	</xsd:simpleType>	<!-- Section 10 -->	<xsd:complexType name="stabilityReactivityType">		<xsd:annotation>			<xsd:documentation>	Section 10  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="10" nillable="true" minOccurs="0"/> 			<xsd:element name="ConditionsToAvoid" type="Character4096Type" minOccurs="0"/>			<xsd:element name="MaterialsToAvoid" type="Character4096Type" minOccurs="0"/>			<xsd:element name="HazardousDecompositionProducts" type="Character4096Type" minOccurs="0"/>			<xsd:element name="StabilityInformation" type="Character4096Type" minOccurs="0"/>			<xsd:element name="Comments" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<!-- Section 11 -->	<xsd:complexType name="toxicologicalInformationType">		<xsd:annotation>			<xsd:documentation>	Section 11  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="11" nillable="true" minOccurs="0"/> 			<xsd:element name="AcuteTestresults" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="OralLd50" type="acuteTestresultType" minOccurs="0"/>						<xsd:element name="DermalLd50" type="acuteTestresultType" minOccurs="0"/>						<xsd:element name="InhalationLc50" type="acuteTestresultType" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="HealthEffects" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="AcuteEffects" minOccurs="0">							<xsd:complexType>								<xsd:sequence>									<xsd:element name="Inhalation" type="Character1024Type" minOccurs="0"/>									<xsd:element name="Ingestion" type="Character1024Type" minOccurs="0"/>									<xsd:element name="Eye" type="Character1024Type" minOccurs="0"/>									<xsd:element name="Skin" type="Character1024Type" minOccurs="0"/>								</xsd:sequence>							</xsd:complexType>						</xsd:element>						<xsd:element name="ChronicAndLongtermEffect" minOccurs="0">							<xsd:complexType>								<xsd:sequence>									<xsd:element name="SensitizationAndAllergy" type="Character1024Type" minOccurs="0"/>									<xsd:element name="Carcinogenicity" type="Character1024Type" minOccurs="0"/>									<xsd:element name="Teratogenicity" type="Character1024Type" minOccurs="0"/>									<xsd:element name="ReproductiveEffects" type="Character1024Type" minOccurs="0"/>									<xsd:element name="Mutagenicity" type="Character1024Type" minOccurs="0"/>								</xsd:sequence>							</xsd:complexType>						</xsd:element>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="SymptomsOfOverexposure" type="Character1024Type" minOccurs="0"/>			<xsd:element name="OtherInformation" type="Character1024Type" minOccurs="0"/>			<xsd:element name="Comments" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>					</xsd:complexType>	<!-- Section 11 typer -->	<xsd:complexType name="acuteTestresultType">		<xsd:annotation>			<xsd:documentation>	Section 11 SubSection 1 	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>			<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>			<xsd:element name="Unit" type="Character16Type" minOccurs="0"/>			<xsd:element name="TestSpecies" type="Character32Type" minOccurs="0"/>			<xsd:element name="ExposureTime" type="Character32Type" minOccurs="0"/>			<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<!-- Section 12 -->	<xsd:complexType name="ecologicalInformationType">		<xsd:annotation>			<xsd:documentation>	Section 12 	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="12" nillable="true" minOccurs="0"/> 			<xsd:element name="Ecotoxicity" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Aquatic" minOccurs="0">							<xsd:complexType>								<xsd:sequence>									<xsd:element name="AcuteFishLc50" type="toxicityTestType" minOccurs="0"/>									<xsd:element name="AcuteAlgaeIc50" type="toxicityTestType" minOccurs="0"/>									<xsd:element name="AcuteDaphniaEc50" type="toxicityTestType" minOccurs="0"/>									<xsd:element name="Comments" type="Character1024Type" minOccurs="0"/>								</xsd:sequence>							</xsd:complexType>						</xsd:element>						<xsd:element name="OtherEcotoxicologicalEffects" minOccurs="0">							<xsd:complexType>								<xsd:all>									<xsd:element name="EcotoxOtherData" type="Character4096Type" minOccurs="0"/>								</xsd:all>							</xsd:complexType>						</xsd:element>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="Mobility" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="MobilityDescription" type="Character4096Type" minOccurs="0"/>												<xsd:element name="SurfaceTension" minOccurs="0" nillable="true">							<xsd:complexType>								<xsd:sequence>									<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>									<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>									<xsd:element name="Unit" type="Character32Type" minOccurs="0"/>									<xsd:element name="Method" type="Character128Type" minOccurs="0"/>									<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>								</xsd:sequence>							</xsd:complexType>						</xsd:element>																		<xsd:element name="WaterSolubility" minOccurs="0" nillable="true">							<xsd:complexType>								<xsd:sequence>									<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>									<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>									<xsd:element name="Method" type="Character128Type" minOccurs="0"/>									<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>								</xsd:sequence>							</xsd:complexType>						</xsd:element>										</xsd:sequence>				</xsd:complexType>			</xsd:element>						<xsd:element name="PersistencDegradability" minOccurs="0">				<xsd:complexType>					<xsd:sequence>											<xsd:element name="PersistenceDegradabilityDescription" type="Character4096Type" minOccurs="0"/>			<xsd:element name="BiologicalDegradability" minOccurs="0" nillable="true" >				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>						<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>						<xsd:element name="Periode" type="Character128Type" minOccurs="0"/>						<xsd:element name="Method" type="Character128Type" minOccurs="0"/>						<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="ChemicalOxygenDemand" minOccurs="0" nillable="true" >				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>						<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>						<xsd:element name="Periode" type="Character128Type" minOccurs="0"/>						<xsd:element name="Method" type="Character128Type" minOccurs="0"/>						<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="BiologicalOxygenDemand" minOccurs="0" nillable="true" >				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>						<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>						<xsd:element name="Periode" type="Character128Type" minOccurs="0"/>						<xsd:element name="Method" type="Character128Type" minOccurs="0"/>						<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="Bioaccumulation" minOccurs="0">				<xsd:complexType>					<xsd:sequence>			<xsd:element name="BioaccumulationDescription" type="Character4096Type" minOccurs="0"/>			<xsd:element name="BioConcentrationFactor" minOccurs="0" nillable="true" >				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>						<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>						<xsd:element name="Method" type="Character128Type" minOccurs="0"/>						<xsd:element name="Comments" type="Character512Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>					</xsd:sequence>				</xsd:complexType>			</xsd:element>					<xsd:element name="OtherAdverseEffectsDescription" type="Character4096Type" minOccurs="0"/>			<xsd:element name="Conclusion" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>					</xsd:complexType>	<!-- Section 12 typer -->	<xsd:complexType name="toxicityTestType">		<xsd:annotation>			<xsd:documentation>	Section 12 SubSection 1  	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Symbol" type="legalSymbolsType" minOccurs="0"/>			<xsd:element name="Value" type="Digit8Type" minOccurs="0"/>			<xsd:element name="Unit" type="Character16Type" minOccurs="0"/>			<xsd:element name="Method" type="Character32Type" minOccurs="0"/>			<xsd:element name="Species" type="Character32Type" minOccurs="0"/>			<xsd:element name="Duration" type="Character32Type" minOccurs="0"/>		</xsd:sequence>			</xsd:complexType>	<!-- Section 13 -->	<xsd:complexType name="disposalConsiderationsType">		<xsd:annotation>			<xsd:documentation>	Section 13	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="13" nillable="true" minOccurs="0"/> 			<xsd:element name="DisposalMethods" type="Character4096Type" minOccurs="0"/>			<xsd:element name="EalNo" type="Digit8Type" minOccurs="0" maxOccurs="unbounded"/>			<xsd:element name="NorsasNo" type="Digit4Type" minOccurs="0" maxOccurs="unbounded"/>			<xsd:element name="Comments" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<!-- Section 14 -->	<xsd:complexType name="transportInformationType">		<xsd:annotation>			<xsd:documentation>	Section 14	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="14" nillable="true" minOccurs="0"/> 			<xsd:element name="UnNo" type="Digit4Type" minOccurs="0"/>			<xsd:element name="ProperShippingNameEnglish" type="Character128Type" minOccurs="0"/>			<xsd:element name="ProperShippingNameNorwegian" type="Character128Type" minOccurs="0"/>			<xsd:element name="AdrRid" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Info" type="yesNoType" minOccurs ="0"/>						<xsd:element name="Class" type="Character12Type" minOccurs="0"/>						<xsd:element name="HazardIdentityNumber" type="Character6Type" minOccurs="0"/>						<xsd:element name="PackingGroup" type="Character12Type" minOccurs="0"/>					</xsd:sequence>									</xsd:complexType>			</xsd:element>			<xsd:element name="Imdg" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Info" type="yesNoType" minOccurs="0"/>						<xsd:element name="Class" type="Character12Type" minOccurs="0"/>						<xsd:element name="MarinePollutant" type="Character6Type" minOccurs="0"/>						<xsd:element name="StowageCategory" type="Character12Type" minOccurs="0"/>						<xsd:element name="Ems" type="Character32Type" minOccurs="0"/>						<xsd:element name="PackingGroup" type="Character12Type" minOccurs="0"/>					</xsd:sequence>									</xsd:complexType>			</xsd:element>			<xsd:element name="IcaoTi" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="Info" type="yesNoType" minOccurs="0"/>						<xsd:element name="Class" type="Character12Type" minOccurs="0"/>						<xsd:element name="SubsidiaryRisk" type="Character12Type" minOccurs="0"/>						<xsd:element name="PackingGroup" type="Character12Type" minOccurs="0"/>					</xsd:sequence>									</xsd:complexType>			</xsd:element>			<xsd:element name="TransportHazardLabel" type="Character12Type" maxOccurs="3" minOccurs="0"/>			<xsd:element name="CeficCardNo" type="Character12Type" minOccurs="0"/>			<xsd:element name="OtherTransportInformation" type="Character1024Type" minOccurs="0"/>		</xsd:sequence>					</xsd:complexType>	<!-- Section 14 typer -->	<xsd:simpleType name="yesNoType">		<xsd:annotation>			<xsd:documentation>	Section 14 SubSection 1	</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:enumeration value="Ja"/>			<xsd:enumeration value="Yes"/>			<xsd:enumeration value="Nei"/>			<xsd:enumeration value="No"/>			<xsd:enumeration value=" "/>			<xsd:enumeration value=""/>		</xsd:restriction>	</xsd:simpleType>	<!-- Section 15 -->	<xsd:complexType name="regulatoryInformationType">		<xsd:annotation>			<xsd:documentation>	Section 15 	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="15" nillable="true" minOccurs="0"/> 			<xsd:element name="HazardLabelling" minOccurs="0">				<xsd:complexType>					<xsd:sequence>												<xsd:element name="OarGroup" type="Character2Type" minOccurs="0"/>						<xsd:element name="OarValue" type="Character32Type" minOccurs="0"/>						<xsd:element name="HazardSymbolLetters" type="hazardSymbolLettersType" minOccurs="0"/>						<xsd:element name="EcNo" type="Character9Type" minOccurs="0"/>						<xsd:element name="EcLabel" type="yesNoType" minOccurs="0"/>						<xsd:element name="RiskPhrase" maxOccurs="unbounded" minOccurs="0">							<xsd:complexType>								<xsd:sequence>									<xsd:element name="RiskPhraseCode" type="Character32Type" minOccurs="0"/>									<xsd:element name="RiskPhraseFulltext" type="Character512Type" minOccurs="0"/>								</xsd:sequence>							</xsd:complexType>						</xsd:element>						<xsd:element name="SafetyPhrase" maxOccurs="unbounded" minOccurs="0">							<xsd:complexType>								<xsd:sequence>									<xsd:element name="SafetyPhraseCode" type="Character32Type" minOccurs="0"/>									<xsd:element name="SafetyPhraseFulltext" type="Character512Type" minOccurs="0"/>								</xsd:sequence>							</xsd:complexType>						</xsd:element>						<xsd:element name="OtherLabellingInformation" type="Character512Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="EinecsElincs" type="Character512Type" minOccurs="0"/>			<xsd:element name="EuDirectives" type="Character4096Type" minOccurs="0"/>			<xsd:element name="RegulationInformation" type="Character4096Type" minOccurs="0" maxOccurs="unbounded"/>			<xsd:element name="RegulationReference" type="Character4096Type" minOccurs="0" maxOccurs="unbounded"/>			<xsd:element name="Comments" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>					</xsd:complexType>	<!-- Section 16 -->	<xsd:complexType name="otherInformationType">		<xsd:annotation>			<xsd:documentation>	Section 16	</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="Section" type="xsd:string" fixed="16" nillable="true" minOccurs="0"/> 			<xsd:element name="ManufacturersNotes" type="Character4096Type" minOccurs="0"/>			<xsd:element name="QualityAssuranceStatement" type="Character4096Type" minOccurs="0"/>			<xsd:element name="RevisionComments" type="Character4096Type" minOccurs="0"/>			<xsd:element name="RelevantRiskPhrase" maxOccurs="unbounded" minOccurs="0">				<xsd:complexType>					<xsd:sequence>						<xsd:element name="RiskPhraseCode" type="Character32Type" minOccurs="0"/>						<xsd:element name="RiskPhraseFulltext" type="Character512Type" minOccurs="0"/>					</xsd:sequence>				</xsd:complexType>			</xsd:element>			<xsd:element name="EducationalRecommendations" type="Character4096Type" minOccurs="0"/>			<xsd:element name="RecommendedRestriction" type="Character4096Type" minOccurs="0"/>			<xsd:element name="FurtherInformation" type="Character4096Type" minOccurs="0"/>			<xsd:element name="MainInformationSource" type="Character4096Type" minOccurs="0"/>			<xsd:element name="Comments" type="Character4096Type" minOccurs="0"/>		</xsd:sequence>	</xsd:complexType>	<!-- this section contains types with restriction on characterfields -->	<xsd:simpleType name="Character2Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="2"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character3Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="3"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character4Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="4"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character5Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="5"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character6Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="6"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character8Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="8"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character9Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="9"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character12Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="12"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character15Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="15"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character16Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="16"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character32Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="32"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character40Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="40"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character64Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="64"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character80Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="80"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character128Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="128"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character256Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="256"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character512Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="512"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character1024Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="1024"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Character4096Type">		<xsd:restriction base="xsd:string">			<xsd:maxLength value="4096"/>		</xsd:restriction>	</xsd:simpleType>	<!-- this section contains types with restriction on digitfields -->		<xsd:simpleType name="Digit2Type">		<xsd:union>			<xsd:simpleType>				<xsd:restriction base="xsd:decimal">					<xsd:totalDigits value="2"/>				</xsd:restriction>			</xsd:simpleType>			<xsd:simpleType>
				<xsd:restriction base="xsd:token">
				<xsd:enumeration value=""/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>	</xsd:simpleType>		<xsd:simpleType name="Digit3Type">		<xsd:union>			<xsd:simpleType>				<xsd:restriction base="xsd:decimal">					<xsd:totalDigits value="3"/>				</xsd:restriction>			</xsd:simpleType>			<xsd:simpleType>
				<xsd:restriction base="xsd:token">
				<xsd:enumeration value=""/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>	</xsd:simpleType>		<xsd:simpleType name="Digit4Type">		<xsd:union>			<xsd:simpleType>				<xsd:restriction base="xsd:decimal">					<xsd:totalDigits value="4"/>				</xsd:restriction>			</xsd:simpleType>			<xsd:simpleType>
				<xsd:restriction base="xsd:token">
				<xsd:enumeration value=""/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>	</xsd:simpleType>	<xsd:simpleType name="Digit5Type">		<xsd:union>			<xsd:simpleType>				<xsd:restriction base="xsd:decimal">					<xsd:totalDigits value="5"/>				</xsd:restriction>			</xsd:simpleType>			<xsd:simpleType>
				<xsd:restriction base="xsd:token">
				<xsd:enumeration value=""/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>	</xsd:simpleType>		<xsd:simpleType name="Digit8Type">		<xsd:union>			<xsd:simpleType>				<xsd:restriction base="xsd:decimal">					<xsd:totalDigits value="8"/>				</xsd:restriction>			</xsd:simpleType>			<xsd:simpleType>
				<xsd:restriction base="xsd:token">
				<xsd:enumeration value=""/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>	</xsd:simpleType>	<xsd:simpleType name="Digit11Type">		<xsd:union>			<xsd:simpleType>				<xsd:restriction base="xsd:decimal">					<xsd:totalDigits value="11"/>				</xsd:restriction>			</xsd:simpleType>			<xsd:simpleType>
				<xsd:restriction base="xsd:token">
				<xsd:enumeration value=""/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>	</xsd:simpleType>	<xsd:simpleType name="Digit12Type">		<xsd:union>			<xsd:simpleType>				<xsd:restriction base="xsd:decimal">					<xsd:totalDigits value="12"/>				</xsd:restriction>			</xsd:simpleType>			<xsd:simpleType>
				<xsd:restriction base="xsd:token">
				<xsd:enumeration value=""/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>	</xsd:simpleType>	<xsd:simpleType name="DateType">		<xsd:union>			<xsd:simpleType>				<xsd:restriction base="xsd:date">					</xsd:restriction>			</xsd:simpleType>			<xsd:simpleType>
				<xsd:restriction base="xsd:token">
				<xsd:enumeration value=""/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>	</xsd:simpleType></xsd:schema>
