Merge pull request #4727 from MaratMussabekov/patch-61

Update vpnv2-profile-xsd.md
This commit is contained in:
Andrea Barr
2019-08-20 09:57:13 -07:00
committed by GitHub

View File

@ -23,7 +23,7 @@ Here's the XSD for the ProfileXML node in VPNv2 CSP for Windows 10 and some pro
```xml ```xml
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://www.microsoft.com/provisioning/EapHostConfig" /> <xs:import namespace="http://www.microsoft.com/provisioning/EapHostConfig" schemaLocation="EapHostConfig.xsd" />
<xs:element name="VPNProfile"> <xs:element name="VPNProfile">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>