schema location: | C:\WINNT\TEMP\p4win\ReadOnly-0-Rev-1-Delete.xsd |
targetNamespace: | http://schemas.monster.com/Monster |
Elements |
Delete |
DeleteResponse |
Deletes |
DeletesResponse |
diagram | ![]() |
||
namespace | http://schemas.monster.com/Monster | ||
children | Target DeleteBy | ||
used by |
|
||
source | <xsd:element name="Delete"> <xsd:complexType> <xsd:sequence> <xsd:element name="Target" type="xsd:string"/> <xsd:element name="DeleteBy" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The DeleteBy element defines the criteria by which the Target object(s) should be deleted.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="Criteria" type="xsd:string"/> <xsd:element name="Value" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
namespace | http://schemas.monster.com/Monster |
type | xsd:string |
source | <xsd:element name="Target" type="xsd:string"/> |
diagram | ![]() |
||
namespace | http://schemas.monster.com/Monster | ||
children | Criteria Value | ||
annotation |
|
||
source | <xsd:element name="DeleteBy" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The DeleteBy element defines the criteria by which the Target object(s) should be deleted.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="Criteria" type="xsd:string"/> <xsd:element name="Value" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
namespace | http://schemas.monster.com/Monster |
type | xsd:string |
source | <xsd:element name="Criteria" type="xsd:string"/> |
diagram | ![]() |
namespace | http://schemas.monster.com/Monster |
type | xsd:string |
source | <xsd:element name="Value" type="xsd:string"/> |
diagram | ![]() |
||
namespace | http://schemas.monster.com/Monster | ||
children | Target JobSeekerReference RecruiterReference Status DeleteRequest | ||
used by |
|
||
source | <xsd:element name="DeleteResponse"> <xsd:complexType> <xsd:sequence> <xsd:element name="Target" type="xsd:string"/> <xsd:choice> <xsd:element ref="JobSeekerReference"/> <xsd:element ref="RecruiterReference"/> </xsd:choice> <xsd:element name="Status" type="StatusType"/> <xsd:element name="DeleteRequest" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:any namespace="##any" processContents="strict" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
namespace | http://schemas.monster.com/Monster |
type | xsd:string |
source | <xsd:element name="Target" type="xsd:string"/> |
diagram | ![]() |
namespace | http://schemas.monster.com/Monster |
type | StatusType |
source | <xsd:element name="Status" type="StatusType"/> |
diagram | ![]() |
namespace | http://schemas.monster.com/Monster |
source | <xsd:element name="DeleteRequest" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:any namespace="##any" processContents="strict" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
namespace | http://schemas.monster.com/Monster |
children | Delete |
source | <xsd:element name="Deletes"> <xsd:complexType> <xsd:sequence> <xsd:element ref="Delete" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
namespace | http://schemas.monster.com/Monster |
children | ProcessingReceipt DeleteResponse |
source | <xsd:element name="DeletesResponse"> <xsd:complexType> <xsd:sequence> <xsd:element ref="ProcessingReceipt" minOccurs="0"/> <xsd:element ref="DeleteResponse" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |