home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" ?>
- <Schema
- name="http://www.microsoft.com/provisioning/MsChapV2UserPropertiesV1"
- xmlns="urn:schemas-microsoft-com:xml-data"
- xmlns:dt="urn:schemas-microsoft-com:datatypes"
- xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapUserPropertiesV1"
- >
- <ElementType name="Username" dt:type="string" content="textOnly">
- <extends type="baseEap:Identity"/>
- </ElementType>
- <ElementType name="Password" dt:type="string" content="textOnly"/>
- <ElementType name="LogonDomain" dt:type="string" content="textOnly"/>
- <ElementType name="EapType" content="eltOnly">
- <extends type="baseEap:EapType"/>
- <element type="Username" minOccurs="0" />
- <element type="Password" minOccurs="0" />
- <element type="LogonDomain" minOccurs="0" />
- </ElementType>
- </Schema>
-