2.2.5.93 ServerMultipleRole

The ServerMultipleRole simple type is an enumeration that is used to refer to multiple server roles in a single criteria. For example, the DhcpOrDns can be used to specify the condition of the ServerRoleType being either DHCP or DNS.

 <xs:simpleType name="ServerMultipleRole">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="DhcpOrDns" />
     <xs:enumeration value="DhcpOrDcOrNps" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the various values of this type.

Value

Description

None

Uninitialized or invalid value.

DhcpOrDns

The server role type can be either DHCP or DNS.

DhcpOrDcOrNps

The server role type can be either DHCP or DC or NPS.