http://adgear.com/api/schemas/xml#output
element zone

Documentation
				Entity used when reading a zone in AdGear
		
Properties
This component is not nillable.

Model
<zone>
(id ; type ; name ; zone_memberships ; state ; created_at ; updated_at ; _urls)
</zone>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
adgear:dateTimecreated_at
           Timestamp of the creation of the entity  
adgear:longid
           AdGear's internal ID of the zone  
adgear:stringname
           The name of the zone  
adgear:stringstate
           The state of the zone (example: active, deleted)  
adgear:stringtype
           AdGear's internal type of the zone  
adgear:dateTimeupdated_at
           Timestamp of the last-modification of the entity  
adgear:zone_membershipszone_memberships
           The rules specifying which inventory entities are desired to be booked under this zone ; Specified as a series of inclusion and exclusion rules  
Source
<xs:element name="zone">
<xs:complexType>
<xs:all>
<xs:element name="id" type="adgear:long">
</xs:element>
<xs:element name="type" type="adgear:string">
</xs:element>
<xs:element name="name" type="adgear:string">
</xs:element>
<xs:element name="zone_memberships" type="adgear:zone_memberships">
</xs:element>
<xs:element name="state" type="adgear:string">
</xs:element>
<xs:element name="created_at" type="adgear:dateTime">
</xs:element>
<xs:element name="updated_at" type="adgear:dateTime">
</xs:element>
<xs:element name="_urls" type="adgear:_urls">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


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