PHP Classes

File: tests/resources/image/imagesRequest.xsd

Recommend this page to a friend!
  Classes of WsdlToPhp   PHP SOAP Package Generator   tests/resources/image/imagesRequest.xsd   Download  
File: tests/resources/image/imagesRequest.xsd
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SOAP Package Generator
Generate package to call SOAP services using WSDL
Author: By
Last change:
Date: 8 years ago
Size: 988 bytes
 

Contents

Class file image Download
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:img="http://ws.estesexpress.com/imageview" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://ws.estesexpress.com/imageview" xml:lang="en"> <xsd:annotation> <xsd:documentation xml:lang="en">Request for document images. Copyright 2007 Estes Express Lines, Inc.</xsd:documentation> </xsd:annotation> <xsd:include schemaLocation="imageViewCommon.xsd" /> <xsd:element name="imgRequest"> <xsd:complexType> <xsd:annotation> <xsd:documentation>PRO is deprecated; provided for backward compatibility</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element ref="img:requestID" /> <xsd:choice> <xsd:element name="search" type="img:SearchCriteriaType" /> <xsd:element name="pro" type="img:ProType" /> </xsd:choice> <xsd:element name="document" type="img:DocumentType" /> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema>