<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://ns.hr-xml.org" xmlns="http://ns.hr-xml.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="1_0 (Single Namespace Edition)">
	<xsd:annotation>
		<xsd:documentation>
"Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
Name: OnlineAddress.xsd
Version: 1_0 (Single Namespace Edition)
Status: Recommendation
Date this version: 2003-02-26
Purpose: Defines the schema for online addresses.
Author(s): Don Simonson, Robert Half Int'l., CPO Workgroup
Documentation: ContactMethod.pdf

2003-Aug-12: This specification remains unchanged from the 2003-Feb-26 release.  The version number and "Single Namespace Edition" have been added to the title page of the documentation in order to delineate it from previous releases where the Consortium used multiple namespaces.  In addition, the version attribute of the xsd:schema element now reflects this same version number.

Terms of license can be found in license.txt.

</xsd:documentation>
	</xsd:annotation>
	<xsd:element name="InternetEmailAddress" type="InternetEmailAddressType"/>
	<xsd:element name="InternetWebAddress" type="InternetWebAddressType"/>
	<xsd:simpleType name="InternetEmailAddressType">
		<xsd:restriction base="xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="InternetWebAddressType">
		<xsd:restriction base="xsd:string"/>
	</xsd:simpleType>
</xsd:schema>
