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

Documentation
							List of child placement memberships to be created, updated or deleted
							;
							Each placement membership ties a single ad unit under this placement
					
Properties
This component is not nillable.

Model
<placement_memberships_attributes
  type = xs:NMTOKEN>
placement_membership+
</placement_memberships_attributes>


Nested Element Summary
adgear:placement_membershipplacement_membership
           An individual placement 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="placement_memberships_attributes">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="placement_membership" type="adgear:placement_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.