2.2.5.49 ServerMultipleRole
This 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:restriction> </xs:simpleType>