http://yieldstar.com/ws/AppExchange/v1
element amenityChangeType

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

Documentation
                        If specified, defines if the amenity change type is a “insert”, “update”, or “delete" .
                                    
Properties
This component is not nillable.

Model
<amenityChangeType>

</amenityChangeType>

Source
<xs:element name="amenityChangeType">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="insert"/>
<xs:enumeration value="update"/>
<xs:enumeration value="delete"/>
</xs:restriction>
</xs:simpleType>
</xs:element>


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