Skip to main content

XTM Cloud 13.8

Example file for importing users

<?xml version="1.0" encoding="UTF-8"?>
<suppliers>
	<supplier>
		<user>
			<firstname>TestFirstname</firstname>
			<lastname>TestLastname</lastname>
			<emailaddress>TestEmailaddress</emailaddress>
			<username>TestUsername</username>
			<password>TestPassword</password>
			<title>TestTitle</title>
			<timezone>TestTimezone</timezone>
			<preferredlanguage>en_GB</preferredlanguage>
			<!-- undescrored or dashed IANA codes -->
		</user>
		<address>
			<street>TestStreat</street>
			<number>TestNumer</number>
			<city>TestCity</city>
			<state>TestState</state>
			<postalCode>TestPostalCode</postalCode>
			<country>TestCountry</country>
			<phone1>TestPhone1</phone1>
			<phone2>TestPhone2</phone2>
			<mobilephone>TestMobilephone</mobilephone>
			<fax>TestFax</fax>
			<www>TestWWW</www>
			<skypeId>TestSkypeId</skypeId>
			<msnId>TestMSN</msnId>
			<icqId>TestICQ</icqId>
			<jabberId>TestJabber</jabberId>
		</address>
		<roles>
			<!-- uppercase or lowercase, values: translator, reviewer, corrector -->
			<role>translator</role>
			<role>reviewer</role>
		</roles>
		<languagecombinations>
			<!-- currency values: dollar, euro, morrocan_dirham, pound, yen -->
			<!-- undescrored or dashed IANA codes -->
			<combination source="en_GB" target="pl_PL" costperword="1" currencyperword="euro" costperhour="1" currencyperhour="euro" />
			<combination source="en_GB" target="fr_FR" costperword="2" currencyperword="euro" costperhour="2" currencyperhour="euro" />
		</languagecombinations>
		<domains>
			<!-- AEROSPACE,AGRICULTURE,AUTOMOTIVE,PRINTING,BUILDING_AND_CONSTRUCTION,BUISNESS_AND_COMMERCE,CONSULTING,ECONOMICS,EDUCATION,ELECTRICAL_GOODS,ENGINEERING,FINANCE,INFORMATION_TECHNOLOGY,LAW,MEDICAL,MUSIC_AND_ARTS,PHARMACEUTICAL,REAL_ESTATE,RETAIL,SPORTS_RECREATION,TELECOMMUNICATIONS,TRANSPORT,TRAVEL -->
			<domain>LAW</domain>
			<domain>MEDICAL</domain>
		</domains>
		<qualifications>
			<!-- underscrored or dashed IANA codes -->
			<qualification date="2009-01-01" language="en_GB">
				<name>TestQualificationName1</name>
				<description>Test description of qualification</description>
			</qualification>
		</qualifications>
	</supplier>
	<supplier>
		<user>
			<firstname>TestFirstname</firstname>
			<lastname>TestLastname</lastname>
			<emailaddress>TestEmailaddress</emailaddress>
			<username>TestUsername</username>
			<password>TestPassword</password>
		</user>
		<address>
			<city>ObligatoryTestCity</city>
			<country>ObligatoryTestCountry</country>
			<phone1>ObligatoryTestPhone1</phone1>
		</address>
		<languagecombinations>
			<combination source="en_GB" target="pl_PL" costperword="1" currencyperword="euro" costperhour="1" currencyperhour="euro" />
		</languagecombinations>
	</supplier>
</suppliers>