<xsd:schema targetNamespace="http://ns.hr-xml.org/2007-04-15" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://ns.hr-xml.org/2007-04-15" elementFormDefault="qualified" version="2007-04-15">
<xsd:annotation>
<xsd:documentation>
"Copyright The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
Name: RemoveGrants.xsd
Status: Recommendation
Date this version: 2007-04-15
Author(s): Andreas Bold - SAP, Stock Work Group
Documentation: EmployeeStocksPlanInterface.html
Terms of license can be found in license.txt.
</xsd:documentation>
</xsd:annotation>
<xsd:import namespace = "http://www.w3.org/XML/1998/namespace" schemaLocation = "../../W3C/xml.xsd"/>
<xsd:include schemaLocation = "../CPO/EntityIdType.xsd"/>
<xsd:complexType name = "RemoveGrantsType">
<xsd:sequence>
<xsd:element name = "GrantId" type = "EntityIdType" maxOccurs = "unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name = "RemoveGrants" type = "RemoveGrantsType"/>
</xsd:schema>
|