diff options
Diffstat (limited to 'src/main/resources/wsdl/mandate/OnlineAddress-1_0.xsd')
-rw-r--r-- | src/main/resources/wsdl/mandate/OnlineAddress-1_0.xsd | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/mandate/OnlineAddress-1_0.xsd b/src/main/resources/wsdl/mandate/OnlineAddress-1_0.xsd new file mode 100644 index 0000000..b749ab4 --- /dev/null +++ b/src/main/resources/wsdl/mandate/OnlineAddress-1_0.xsd @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +"Copyright The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org" +Name: OnlineAddress-1_0.xsd +Status:Recommendation +Date this version: 2002-01-31 +Date last version: 2001-12-20 +Purpose: Defines the schema for online addresses. +Author(s): Don Simonson, Robert Half Int'l., CPO Workgroup + +This HR-XML Consortium Work (including specifications, documents, +software, and related items) is provided by the copyright holders +under the following license. By obtaining, using and/or copying +this work, you (the licensee) agree that you have read, understood, +and will comply with the following terms and conditions. + +Permission to use, copy, modify, or redistribute this Work and +its documentation, with or without modification, for any purpose +and without fee or royalty is hereby granted, provided that you +include the following on ALL copies of the software and +documentation or portions thereof, including modifications, +that you make: + +1. This notice: "Copyright The HR-XML Consortium. All Rights + Reserved. http://www.hr-xml.org" +2. Notice of any changes or modifications to the The HR-XML + Consortium files. + +THIS WORK, INCLUDING SPECIFICATIONS, DOCUMENTS, SOFTWARE, OR OTHER +RELATED ITEMS, IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO +REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT +NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY +PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION +WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS +OR OTHER RIGHTS. + +COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, +SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE +SOFTWARE OR DOCUMENTATION. + +TITLE TO COPYRIGHT IN THIS WORK AND ANY ASSOCIATED DOCUMENTATION +WILL AT ALL TIMES REMAIN WITH COPYRIGHT HOLDERS. +--> +<xsd:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified"> + <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> |