2.2.5.76 LogicalGroupOrigin
The LogicalGroupOrigin simple type is an enumeration that specifies the origin of the logical group.
-
<xs:simpleType name="LogicalGroupOrigin"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="BuiltIn" /> <xs:enumeration value="External" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
BuiltIn |
The logical group is a built-in logical group predefined by IPAM. |
|
External |
The logical group is a user-created logical group. |