Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/local/php_interface/include/catalog_export/ebay/schema/
Upload File :
Current File : /var/www/homesaver/www/local/php_interface/include/catalog_export/ebay/schema/OrderAck.xsd

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified" attributeFormDefault="unqualified" vc:minVersion="1.1">
	<xs:element name="OrderAckArray">
		<xs:annotation>
			<xs:documentation>OrderAck Elements</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="OrderAck" type="OrderAckType" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="OrderAckType">
		<xs:sequence>
			<xs:element name="OrderID" type="xs:string"/>
			<xs:element name="OrderLineItemID" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
</xs:schema>