6.8.4 http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.RemoteAccess

       <?xml version="1.0" encoding="utf-8"?>
       <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.RemoteAccess" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.RemoteAccess" xmlns:xs="http://www.w3.org/2001/XMLSchema">
         <xs:complexType name="VPNSetting">
           <xs:sequence>
             <xs:element minOccurs="0" name="ConnectionName" nillable="true" type="xs:string" />
             <xs:element minOccurs="0" name="InternetAddress" nillable="true" type="xs:string" />
             <xs:element minOccurs="0" name="IntranetDnsSuffix" nillable="true" type="xs:string" />
             <xs:element minOccurs="0" name="ServerPrepared" type="xs:boolean" />
           </xs:sequence>
         </xs:complexType>
         <xs:element name="VPNSetting" nillable="true" type="tns:VPNSetting" />
</xs:schema>