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

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

Documentation
                This is an extended request for PO Model Data request
            
Properties
This component is not nillable.

Model
<...>
propcode
</...>


Nested Element Summary
 propcode
          This is the propcode of the property to obtain information for. 
Source
<xs:complexType name="propCodesRequest">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="propcode">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</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.