comparison WebServiceToolWorkflow/lib/SAWADLParser/Files/AcknowledgementOfReceipt.xsd @ 0:d5cd409b8a18 default tip

Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
author ganjoo
date Tue, 07 Jun 2011 18:00:50 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d5cd409b8a18
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sws-challenge.org/schemas/rnet/ACK" targetNamespace="http://www.sws-challenge.org/schemas/rnet/ACK" elementFormDefault="qualified"
3 xmlns:sawsdl="http://www.w3.org/2002/ws/sawsdl/spec/sawsdl#"
4 xmlns:Ontology1="http://www.owl-ontologies.com/sws_challenge.owl">
5
6 <xs:annotation>
7 <xs:documentation>Authors: Michal Zaremba, Holger Lausen
8 $Revision: 1.1 $
9 $Date: 2006/03/06 17:45:10 $
10
11 This XML Schema has been created on the basis of the RosettaNet specification (http://rosettanet.org/)
12 and is solely intended for the Semantic Web Challenge (http://www.sws-challenge.org/). </xs:documentation>
13 </xs:annotation>
14 <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
15 <xs:element name="ReceiptAcknowledgment">
16 <xs:annotation>
17 <xs:documentation>Business information returned to a requesting party to verify business document receipt.</xs:documentation>
18 </xs:annotation>
19 <xs:complexType>
20 <xs:sequence>
21 <xs:element ref="NonRepudiationInformation" minOccurs="0"/>
22 </xs:sequence>
23 </xs:complexType>
24 </xs:element>
25 <xs:element name="NonRepudiationInformation">
26 <xs:annotation>
27 <xs:documentation>Information required to support non-repudiation of receipt.</xs:documentation>
28 </xs:annotation>
29 <xs:complexType>
30 <xs:sequence>
31 <xs:element ref="OriginalMessageDigest"/>
32 </xs:sequence>
33 </xs:complexType>
34 </xs:element>
35 <xs:element name="OriginalMessageDigest" sawsdl:modelReference="Ontology1#PurchaseOrderRequest">
36 <xs:annotation>
37 <xs:documentation>The base-64 encoded digest of the entire original mime message received. The digest MUST use the same algorithm as the original signed message.</xs:documentation>
38 </xs:annotation>
39 <xs:complexType mixed="true">
40 <xs:choice minOccurs="0" maxOccurs="unbounded"/>
41 </xs:complexType>
42 </xs:element>
43 </xs:schema>