Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
659 B

  1. <?xml version="1.0"?>
  2. <!-- ====================================== -->
  3. <!-- XML Schema for WMI -->
  4. <!-- Copyright 2000 Microsoft Corporation -->
  5. <!-- ====================================== -->
  6. <schema xmlns="http://www.w3.org/1999/XMLSchema"
  7. xmlns:soap="http://schemas.xmlsoap.org/soap/encoding"
  8. targetNamespace="http://www.microsoft.com/WMI/encoding"
  9. xmlns:wmi="http://www.microsoft.com/WMI/encoding">
  10. <!-- The DateTime simple type -->
  11. <simpleType name="dateTime" base="string">
  12. <pattern value="[0-9]{4,4}[0-1][0-9][0-3][0-9][0-2][0-9][0-5][0-9][0-5][0-9]\.[0-9]{6,6}[+-][0-9]{3,3}"/>
  13. </simpleType>
  14. </schema>