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

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

Properties
This component is not nillable.

Model
<...>
(id ; type ; kind ; bookable_type ; bookable_id ; zone_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 zone membership  
adgear:stringkind
           The kind/polarity of the rule (inclusion or exclusion)  
adgear:stringtype
           AdGear's internal type of the zone membership  
adgear:dateTimeupdated_at
           Last-modification timestamp of the entity  
adgear:longzone_id
           AdGear's internal ID of the zone the rule belongs to  
Local Usage
zone_memberships

Source
<xs:complexType name="zone_membership">
<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="zone_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.