Share via


2.2.4.18 ArrayOfCustomFieldValue

The ArrayOfCustomFieldValue complex type defines an array of CustomFieldValue (section 2.2.4.85) complex types.

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