Share via


2.2.4.87 EnumerationParametersBase

The EnumerationParametersBase complex type forms the base element that all other complex types for specifying enumeration parameters extend.

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

ObjectType: This specifies the type of object that is expected to be enumerated as a result of enumeration having the specific type of EnumerationParametersBase.