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

Documentation
				Entity used when creating or updating a zone in AdGear
		
Properties
This component is not nillable.

Model
<zone>
(name? ; zone_memberships_attributes)
</zone>


Nested Element Summary
xs:stringname
           The name of the zone  
 zone_memberships_attributes
           List of child zone memberships to be created, updated or deleted ; Each zone membership defines an inventory item (for example: A Site, or an Ad Spot, or a Zone) to be booked then this zone itself is booked  
Source
<xs:element name="zone">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="zone_memberships_attributes">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="zone_membership" type="adgear:zone_membership">
</xs:element>
</xs:sequence>
<xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</xs:complexType>
</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.