2.2.5.5.3 RemoteAccessType

The RemoteAccessType type describes the type of remote access.

   <xs:simpleType name="RemoteAccessType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Unknown" />
       <xs:enumeration value="Allowed" />
       <xs:enumeration value="NotAllowed" />
     </xs:restriction>
   </xs:simpleType>

The following table describes the values for this type.

Value

Description

Unknown

Remote access type is unknown.

Allowed

Remote access is allowed.

NotAllowed

Remote access is not allowed.