2.2.4.229 EnumerationParametersBase

The EnumerationParametersBase complex type is the base element that is extended by all other complex types for specifying enumeration parameters. It describes the type of enumeration required.

 <xs:complexType name="EnumerationParametersBase">
   <xs:sequence>
     <xs:element name="FetchAllData" type="xsd:boolean" />
     <xs:element name="IncludeCustomFieldValues" type="xsd:boolean" />
     <xs:element name="ObjectType" type="ipam:EnumerationObjectType" />
   </xs:sequence>
 </xs:complexType>

FetchAllData: A Boolean that indicates whether data of all objects passed for enumeration needs to be fetched or only the first object’s data.

IncludeCustomFieldValues: A Boolean that indicates whether custom field values can be included.

ObjectType: Specifies the type of object that is expected to be enumerated as a result of enumeration being of type EnumerationParametersBase.