<?xml version="1.0" encoding="EUC-JP"?>
<Resume xml:lang="Ja" xmlns="http://ns.hr-xml.org/2004-08-02" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:schemaLocation="http://ns.hr-xml.org/2004-08-02 Resume.xsd">
    <ResumeId>
        <IdValue>JA0001</IdValue>
    </ResumeId>
    <DistributionGuidelines>
        <DoNotDistributeTo><!-- このレジュメを公開したくない相手 -->
            <Name>ジャイアン株式会社</Name>
        </DoNotDistributeTo>
    </DistributionGuidelines>
    <StructuredXMLResume>
        <ContactInfo>
            <PersonName>
                <FormattedName>野比 のび太</FormattedName>
            </PersonName>
            <ContactMethod>
                <Telephone>
                    <FormattedNumber>+81 03 3003 0000 </FormattedNumber>
                </Telephone>
                <Fax>
                    <FormattedNumber>+81 03 3003 0001 </FormattedNumber>
                </Fax>
                <InternetEmailAddress>nobita@example.com</InternetEmailAddress>
                <InternetWebAddress>http://www.example.com/~nobita/</InternetWebAddress>
                <PostalAddress>
                    <CountryCode>JP</CountryCode>
                    <PostalCode>104-0001</PostalCode>
                    <Region>東京都</Region>
                    <Municipality>練馬区</Municipality>
                    <Recipient>
                        <OrganizationName>コンピュータ科学科 マサチューセッツ工科大学</OrganizationName>
                    </Recipient>
                </PostalAddress>
            </ContactMethod>
        </ContactInfo>
        <ExecutiveSummary>
        私のキャリアにおける職歴、学歴、論文発表、講演、およびその他の成果の概要です。
        </ExecutiveSummary>
        <Objective>
        私のスキルと経験を生かせる機会を望んでいます。
        </Objective>
        <EmploymentHistory>
            <EmployerOrg>
                <EmployerOrgName>IBM</EmployerOrgName>
                <EmployerContactInfo>
                    <LocationSummary>
                        <Municipality>ヨークタウン</Municipality>
                        <Region>ニューヨーク州</Region>
                    </LocationSummary>
                </EmployerContactInfo>

                <PositionHistory positionType="internship">
                    <Title/>
                    <OrgName>
                        <OrganizationName>ワトソン研究所</OrganizationName>
                    </OrgName>
                    <Description>
                    生活における昼寝の効用について研究してました。
                    </Description>
                    <StartDate>
                        <YearMonth>1998-06</YearMonth>
                    </StartDate>
                    <EndDate>
                        <YearMonth>1998-08</YearMonth>
                    </EndDate>
                </PositionHistory>
            </EmployerOrg>
        </EmploymentHistory>
        <EducationHistory>

            <SchoolOrInstitution schoolType="trade">
                <School>
                    <InternetDomainName>www.mit.edu</InternetDomainName>
                    <SchoolName>マサチューセッツ工科大学</SchoolName>
                </School>
                <Degree degreeType="doctorate">
                    <DegreeName>博士</DegreeName>

                    <DegreeDate>
                        <YearMonth>2002-12</YearMonth>
                    </DegreeDate>
                    <DegreeMajor>
                        <Name>コンピュータ科学</Name>
                    </DegreeMajor>
                    <DegreeMinor>
                        <Name>歴史、科学、社会</Name>
                    </DegreeMinor>
                    <Comments>指導教官: 源 静</Comments>
                </Degree>
            </SchoolOrInstitution>
        </EducationHistory>
        <LicensesAndCertifications>
            <LicenseOrCertification>
                <Name>マイクロソフト認定システムエンジニア</Name>
                <Id/>
                <IssuingAuthority>マイクロソフト</IssuingAuthority>
                <Description>
                Windowsプラットフォームおよびマイクロソフト製サーバーソフトウェア上での
                ビジネスシステムの設計および実装</Description>
                <EffectiveDate>
                    <ValidFrom>
                        <AnyDate>2002-01-01</AnyDate>
                    </ValidFrom>

                    <ValidTo>
                        <AnyDate>2003-01-01</AnyDate>
                    </ValidTo>
                </EffectiveDate>
            </LicenseOrCertification>
        </LicensesAndCertifications>
        <PatentHistory>
            <Patent>
                <PatentTitle>快適な昼寝のための座布団の折り方に関する特許</PatentTitle>
                <Description/>
                <Inventors>
                    <InventorName>野比 のび太</InventorName>
                </Inventors>
                <PatentDetail>
                    <PatentMilestone>
                        <Status>特許審査中</Status>
                        <Date>2000-09-12</Date>
                    </PatentMilestone>
                </PatentDetail>
            </Patent>
        </PatentHistory>

        <Languages>
            <Language>
                <LanguageCode>EN</LanguageCode>
                <Read>true</Read>
                <Write>true</Write>
                <Speak>true</Speak>
            </Language>
        </Languages>

        <ResumeAdditionalItems>
            <ResumeAdditionalItem type="趣味">
                <EffectiveDate>
                    <StartDate>
                        <Year>2000</Year>
                    </StartDate>
                </EffectiveDate>
                <Description>昼寝</Description>
            </ResumeAdditionalItem>
        </ResumeAdditionalItems>
        <RevisionDate>2003-03-13</RevisionDate>
    </StructuredXMLResume>
    <NonXMLResume>
        <TextResume>ここには非定型な内容をなんでも書ける</TextResume>
        <SupportingMaterials>
            <Link>http://nobinobita.example.com/myresume/</Link>
            <Description>オンライン上にある私のレジュメへのリンク</Description>
        </SupportingMaterials>
    </NonXMLResume>
</Resume>

