http://yieldstar.com/ws/AppExchange/v1
complexType clientBasedRequest

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://yieldstar.com/ws/AppExchange/v1}clientBasedRequest (restriction)

Documentation
                This is the base request for all requests requiring a client name.
                The calling user must have access to the provided client in the 
                request.
            
Properties
This component is not nillable.

Model
<...>
clientName
</...>


Nested Element Summary
 clientName
           This is the client name to perform the request for.  
Source
<xs:complexType abstract="true" name="clientBasedRequest">
<xs:sequence>
<xs:element name="clientName">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.