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

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

Documentation
                All requests requiring a client and property ID extend from this.
                The ID must be valid and the user must have privileges to obtain
                information for it.
            
Properties
This component is not nillable.

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


Nested Element Summary
 clientName
           This is the client name to perform the request for.  
 externalPropertyId
          This is the ID of the property to obtain information for. 
Source
<xs:complexType abstract="true" name="idBasedRequest">
<xs:complexContent>
<xs:extension base="tns:clientBasedRequest">
<xs:sequence>
<xs:element name="externalPropertyId">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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