home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 July / Chip_2009.07_CD.iso / I386 / XMLP_MCU.XD_ / xmlp_mcu.xdr
Encoding:
Extensible Markup Language  |  2007-04-02  |  861 b   |  20 lines

  1. <?xml version="1.0" ?>
  2. <Schema 
  3.       name="http://www.microsoft.com/provisioning/MsChapV2UserPropertiesV1" 
  4.       xmlns="urn:schemas-microsoft-com:xml-data"
  5.       xmlns:dt="urn:schemas-microsoft-com:datatypes"
  6.       xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapUserPropertiesV1"
  7.    >
  8.    <ElementType name="Username" dt:type="string" content="textOnly">
  9.          <extends type="baseEap:Identity"/>
  10.    </ElementType>
  11.    <ElementType name="Password" dt:type="string" content="textOnly"/>
  12.    <ElementType name="LogonDomain" dt:type="string" content="textOnly"/>
  13.    <ElementType name="EapType" content="eltOnly">
  14.          <extends type="baseEap:EapType"/>
  15.       <element type="Username" minOccurs="0" />
  16.       <element type="Password" minOccurs="0" />
  17.       <element type="LogonDomain" minOccurs="0" />
  18.    </ElementType>
  19. </Schema>
  20.