2.2.4.24 ArrayOfServerRole

The ArrayOfServerRole complex type defines an array of ServerRole complex type or the complex types that extend ServerRole complex type.

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