2.2.4.27 ArrayOfDhcpReservation

The ArrayOfDhcpReservation complex type defines an array of DhcpReservation (section 2.2.4.133) complex type. The elements in the array MUST be of type DhcpReservation.

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