comparison WebServiceExtensionsV1.1/WebServiceToolWorkflow_REST_SOAP/lib/SAWADLParser/Files/3A4_Simplified_PurchaseOrderRequest.xsd @ 0:049760c677de default tip

Galaxy WSExtensions added successfully
author uga-galaxy-group
date Tue, 05 Jul 2011 19:34:18 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:049760c677de
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by michal (jakas) -->
3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
4 xmlns="http://www.sws-challenge.org/schemas/rnet/POR"
5 xmlns:dict="http://www.sws-challenge.org/schemas/rnet/dictionary"
6 xmlns:core="http://www.sws-challenge.org/schemas/rnet/coreElements"
7 targetNamespace="http://www.sws-challenge.org/schemas/rnet/POR"
8 elementFormDefault="qualified"
9 attributeFormDefault="unqualified"
10 xmlns:sawsdl="http://www.w3.org/2002/ws/sawsdl/spec/sawsdl#"
11 xmlns:Ontology1="http://www.owl-ontologies.com/sws_challenge.owl">
12 <xs:annotation>
13 <xs:documentation>Authors: Michal Zaremba, Holger Lausen
14 $Revision: 1.6 $
15 $Date: 2006/04/12 16:32:29 $
16
17 This XML Schema has been created on the basis of the RosettaNet specification (http://rosettanet.org/)
18 and is solely intended for the Semantic Web Challenge (http://www.sws-challenge.org/). The Schema has
19 been simplified in several aspect, e.g. all Tax related aspect have been deleted for the saint of simplicity.</xs:documentation>
20 </xs:annotation>
21 <xs:import namespace="http://www.sws-challenge.org/schemas/rnet/dictionary" schemaLocation="3A4_PurchaseOrder_Dictionary.xsd"/>
22 <xs:import namespace="http://www.sws-challenge.org/schemas/rnet/coreElements" schemaLocation="3A4_PurchaseOrder_CoreElements.xsd"/>
23 <xs:element name="Pip3A4PurchaseOrderRequest" sawsdl:modelReference="Ontology1#PurchaseOrderRequest">
24 <xs:complexType>
25 <xs:sequence>
26 <xs:element ref="core:fromRole" />
27 <xs:element ref="PurchaseOrder" sawsdl:modelReference="Ontology1#PurchaseOrder" sawsdl:liftingSchemaMapping="http://localhost:9090/testcase/PurchaseOrderLifting.xq"/>
28 <xs:element ref="core:thisDocumentGenerationDateTime" sawsdl:modelReference="Ontology1#RequestedDateTime" />
29 <xs:element ref="core:thisDocumentIdentifier" sawsdl:modelReference="Ontology1#DocumentIdentifier" />
30 <xs:element ref="core:toRole" />
31 </xs:sequence>
32 </xs:complexType>
33 </xs:element>
34 <xs:element name="PurchaseOrder">
35 <xs:annotation>
36 <xs:documentation>The collection of business properties that describe a buyer's offer to purchase a quantity of products at an agreed price and schedule.</xs:documentation>
37 </xs:annotation>
38 <xs:complexType>
39 <xs:sequence>
40 <xs:element ref="dict:GlobalPurchaseOrderTypeCode" maxOccurs="unbounded"/>
41 <xs:element ref="core:isDropShip"/>
42 <xs:element ref="ProductLineItem" maxOccurs="unbounded"/>
43 <xs:element ref="core:requestedEvent" minOccurs="0"/>
44 <xs:element ref="core:shipTo" minOccurs="0"/>
45 <xs:element ref="core:totalAmount" minOccurs="0"/>
46 </xs:sequence>
47 </xs:complexType>
48 </xs:element>
49 <xs:element name="ProductLineItem" sawsdl:modelReference="Ontology1#LineItem">
50 <xs:annotation>
51 <xs:documentation>The collection of business properties that describe a business document entry for a product.</xs:documentation>
52 </xs:annotation>
53 <xs:complexType>
54 <xs:sequence>
55 <xs:element ref="dict:GlobalProductUnitOfMeasureCode"/>
56 <xs:element ref="core:isDropShip"/>
57 <xs:element ref="core:LineNumber"/>
58 <xs:element ref="OrderQuantity"/>
59 <xs:element ref="core:ProductIdentification"/>
60 <xs:element ref="core:requestedEvent"/>
61 <xs:element ref="core:requestedUnitPrice" minOccurs="0"/>
62 <xs:element ref="core:totalLineItemAmount" minOccurs="0"/>
63 </xs:sequence>
64 </xs:complexType>
65 </xs:element>
66 <xs:element name="OrderQuantity">
67 <xs:annotation>
68 <xs:documentation>The collection of business properties that describe various types of product quantity used in an ordering process.</xs:documentation>
69 </xs:annotation>
70 <xs:complexType>
71 <xs:sequence>
72 <xs:element ref="core:requestedQuantity"/>
73 </xs:sequence>
74 </xs:complexType>
75 </xs:element>
76 </xs:schema>