home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / I386 / XMLP_ECP.XD_ / xmlp_ecp.xdr
Encoding:
Extensible Markup Language  |  2007-04-02  |  689 b   |  18 lines

  1. <?xml version="1.0" ?>
  2. <Schema 
  3.       name="http://www.microsoft.com/provisioning/EapConnectionPropertiesV1"
  4.       xmlns="urn:schemas-microsoft-com:xml-data"
  5.       xmlns:dt="urn:schemas-microsoft-com:datatypes"
  6.       xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1"
  7.    >
  8.    <ElementType name="Name" dt:type="string" content="textOnly"/>
  9.    <ElementType name="Connection" content="eltOnly">
  10.       <element type="Name"/>
  11.       <element type="baseEap:Eap" maxOccurs="*" />
  12.    </ElementType>      
  13.    <ElementType name="Connections" model="closed">
  14.       <element type="Connection" minOccurs="0" maxOccurs="*"/>
  15.    </ElementType>
  16. </Schema>
  17.  
  18.