datacite/orcid_client

View on GitHub
resources/record_2.1/samples/read_samples/employment-full-2.1.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<employment:employment put-code="0" visibility="private"
    xmlns:employment="http://www.orcid.org/ns/employment" xmlns:common="http://www.orcid.org/ns/common"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.orcid.org/ns/employment ../employment-2.1.xsd ">    
    <common:created-date>2001-12-31T12:00:00</common:created-date>
    <common:last-modified-date>2001-12-31T12:00:00</common:last-modified-date>     
    <common:source>
        <common:source-orcid>
            <common:uri>https://orcid.org/8888-8888-8888-8880</common:uri>
            <common:path>8888-8888-8888-8880</common:path>
            <common:host>orcid.org</common:host>
        </common:source-orcid>
        <common:source-name />
    </common:source>    
    <employment:department-name>employment:department-name</employment:department-name>
    <employment:role-title>employment:role-title</employment:role-title>
    <common:start-date>
        <common:year>1848</common:year>
        <common:month>02</common:month>
        <common:day>02</common:day>
    </common:start-date>
    <common:end-date>
        <common:year>1848</common:year>
        <common:month>02</common:month>
        <common:day>02</common:day>
    </common:end-date>
    <employment:organization>
        <common:name>common:name</common:name>
        <common:address>
            <common:city>common:city</common:city>
            <common:region>common:region</common:region>
            <common:country>AF</common:country>
        </common:address>
        <common:disambiguated-organization>
            <common:disambiguated-organization-identifier>common:disambiguated-organization-identifier</common:disambiguated-organization-identifier>
            <common:disambiguation-source>common:disambiguation-source</common:disambiguation-source>
        </common:disambiguated-organization>
    </employment:organization>    
</employment:employment>