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

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

Documentation
                Base response for all responses containing an ID
            
Properties
This component is not nillable.

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


Nested Element Summary
 externalPropertyId
           Property ID for this response  
Source
<xs:complexType abstract="true" name="idBasedResponse">
<xs:sequence>
<xs:element name="externalPropertyId">
<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.