2.2.4.8 Intranet

A child of the WebBrowserZones complex type (section 2.2.4.7).

The values of the Endpoints object MUST be added to the client Web browser intranet zone site list.

 <xs:element name="Intranet">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Endpoints">
         <xs:complexType>
           <xs:sequence>
             <xs:element ref="a:anyURI" />
           </xs:sequence>
         </xs:complexType>
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>