Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>