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

Documentation
							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
					
Properties
This component is not nillable.

Model
<zone_memberships_attributes
  type = xs:NMTOKEN>
zone_membership*
</zone_memberships_attributes>


Nested Element Summary
adgear:zone_membershipzone_membership
           An individual zone membership in the list  

Attribute Summary
 xs:NMTOKENtype
          

Attribute Detail

type

Type:
xs:NMTOKEN
Fixed:
array
Use:
required
Form:
unqualified

Source
<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>


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