<?xml version="1.0" encoding="UTF-8"?>

<Resume
	xmlns="http://ns.hr-xml.org/2007-04-15"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://ns.hr-xml.org/2007-04-15 Resume.xsd">

	<StructuredXMLResume>

		<ContactInfo>
			<PersonName>
				<GivenName>Johnathan</GivenName>
				<PreferredGivenName>John</PreferredGivenName>
				<FamilyName>Smith</FamilyName>
			</PersonName>
			<ContactMethod>
				<Mobile smsEnabled="false">
					<InternationalCountryCode>1</InternationalCountryCode>
					<AreaCityCode>217</AreaCityCode>
					<SubscriberNumber>555-4842</SubscriberNumber>
				</Mobile>
				<InternetEmailAddress>john.smith@acme.org</InternetEmailAddress>
				<InternetWebAddress>
					http://www.acme.org/~jsmith/
				</InternetWebAddress>
			</ContactMethod>
		</ContactInfo>

		<Objective>
			An enthusiastic, self-motivating software engineer
			with a proven track record in application development. An
			active team player constantly looking for ways to improve team
			communication and skills to better fit the business
			development.
		</Objective>

		<EmploymentHistory>

			<EmployerOrg employerOrgType="soleEmployer">
				<EmployerOrgName>ACME Inc.</EmployerOrgName>
				<PositionHistory positionType="directHire">
					<Title>Senior Application Designer/Developer</Title>
					<OrgName>
						<OrganizationName>Software Division</OrganizationName>
					</OrgName>
					<OrgInfo>
						<WebSite>http://acme.com</WebSite>
					</OrgInfo>
					<Description>
						Designed and implemented an application-level security infrastructure.
						Designed and implemented an object oriented database abstraction layer.
					</Description>
					<StartDate>
						<YearMonth>2001-11</YearMonth>
					</StartDate>
				</PositionHistory>
			</EmployerOrg>

			<EmployerOrg employerOrgType="soleEmployer">
				<EmployerOrgName>MobShop Canada, Inc.</EmployerOrgName>
				<PositionHistory positionType="directHire">
					<Title>Senior Software Developer</Title>
					<OrgName>
						<OrganizationName>IT Department</OrganizationName>
					</OrgName>
					<OrgInfo>
						<LocationSummary>
							<Municipality>Toronto</Municipality>
							<Region>Ontario</Region>
							<CountryCode>CA</CountryCode>
						</LocationSummary>
					</OrgInfo>
					<Description>
						Led a team of 3 backend Java developers for the company's flagship product: a purchase coordination solution for e-commerce marketplaces.
						Designed and implemented a domain-based security framework.
						Designed and implemented a mail spooler using JavaMail.
					</Description>
					<StartDate>
						<YearMonth>2000-06</YearMonth>
					</StartDate>
					<EndDate>
						<YearMonth>2001-10</YearMonth>
					</EndDate>
				</PositionHistory>
			</EmployerOrg>
		</EmploymentHistory>

		<EducationHistory>

			<SchoolOrInstitution schoolType="university">
				<School>
					<SchoolName>University Of Toronto</SchoolName>
				</School>
				<LocationSummary>
					<Municipality>Toronto</Municipality>
					<Region>Ontario</Region>
					<CountryCode>CA</CountryCode>
				</LocationSummary>
				<OrganizationUnit organizationType="department">
					Computer Science
				</OrganizationUnit>
				<Degree degreeType="masters">
					<DegreeName>M. Sc.</DegreeName>
					<DegreeDate>
						<YearMonth>1998-06</YearMonth>
					</DegreeDate>
				</Degree>
				<Major>Computer Science</Major>
				<DatesOfAttendance>
					<StartDate>
						<YearMonth>1995-09</YearMonth>
					</StartDate>
					<EndDate>
						<YearMonth>1998-06</YearMonth>
					</EndDate>
				</DatesOfAttendance>
			</SchoolOrInstitution>

			<SchoolOrInstitution schoolType="university">
				<School>
					<SchoolName>University Of Michigan</SchoolName>
				</School>
				<LocationSummary>
					<Municipality>Ann Arbor</Municipality>
					<Region>Michigan</Region>
					<CountryCode>US</CountryCode>
				</LocationSummary>
				<OrganizationUnit organizationType="department">
					Electrical Engineering And Computer Science
				</OrganizationUnit>
				<Degree degreeType="bachelors">
					<DegreeName>B. Eng.</DegreeName>
					<DegreeDate>
						<YearMonth>1995-04</YearMonth>
					</DegreeDate>
				</Degree>
				<Major>Computer Engineering</Major>
				<DatesOfAttendance>
					<StartDate>
						<YearMonth>1992-09</YearMonth>
					</StartDate>
					<EndDate>
						<YearMonth>1995-04</YearMonth>
					</EndDate>
				</DatesOfAttendance>
			</SchoolOrInstitution>

		</EducationHistory>

		<Qualifications>
			<Competency name="Programming Languages">
				<Competency name="Java"/>
				<Competency name="C++"/>
				<Competency name="XML (SAX and DOM API)"/>
				<Competency name="XSLT"/>
			</Competency>
			<Competency name="J2EE">
				<Competency name="JMS"/>
				<Competency name="JDBC"/>
				<Competency name="Reflection API"/>
				<Competency name="Transaction API"/>
			</Competency>
			<Competency name="Other skills">
				<Competency name="parallel computer architectures"/>
				<Competency name="internationalization with Unicode"/>
				<Competency name="performance analysis and optimization"/>
				<Competency name="technical writing"/>
			</Competency>			
		</Qualifications>

	</StructuredXMLResume>

</Resume>
