Share via


2.2.4.16 ArrayOfIpamObject

The ArrayOfIpamObject complex type defines an array of IpamObject complex type. The elements in the array MUST be of a complex type that either directly or indirectly extends IpamObject.

 <xs:complexType name="ArrayOfIpamObject">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="IpamObject" nillable="true" type="ipam:IpamObject" />
   </xs:sequence>
 </xs:complexType>