http://adgear.com/api/schemas/xml#output
complexType placement_rule

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://adgear.com/api/schemas/xml#output}placement_rule (restriction)

Properties
This component is not nillable.

Model
<...>
(id ; type ; kind ; bookable_type ; bookable_id ; placement_id ; created_at ; updated_at)
</...>


Nested Element Summary
adgear:longbookable_id
           AdGear's internal ID of the entity being included or excluded  
adgear:stringbookable_type
           AdGear's internal type of the entity being included or excluded  
adgear:dateTimecreated_at
           Creation timestamp of the entity  
adgear:longid
           AdGear's internal ID of the placement rule  
adgear:stringkind
           The kind/polarity of the rule (inclusion or exclusion)  
adgear:longplacement_id
           AdGear's internal ID of the placement the rule belongs to  
adgear:stringtype
           AdGear's internal type of the placement rule  
adgear:dateTimeupdated_at
           Last-modification timestamp of the entity  
Local Usage
placement_rules

Source
<xs:complexType name="placement_rule">
<xs:all>
<xs:element name="id" type="adgear:long">
</xs:element>
<xs:element name="type" type="adgear:string">
</xs:element>
<xs:element name="kind" type="adgear:string">
</xs:element>
<xs:element name="bookable_type" type="adgear:string">
</xs:element>
<xs:element name="bookable_id" type="adgear:long">
</xs:element>
<xs:element name="placement_id" type="adgear:long">
</xs:element>
<xs:element name="created_at" type="adgear:dateTime">
</xs:element>
<xs:element name="updated_at" type="adgear:dateTime">
</xs:element>
</xs:all>
</xs:complexType>


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