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
14 lines
659 B
<?xml version="1.0"?>
|
|
<!-- ====================================== -->
|
|
<!-- XML Schema for WMI -->
|
|
<!-- Copyright 2000 Microsoft Corporation -->
|
|
<!-- ====================================== -->
|
|
<schema xmlns="http://www.w3.org/1999/XMLSchema"
|
|
xmlns:soap="http://schemas.xmlsoap.org/soap/encoding"
|
|
targetNamespace="http://www.microsoft.com/WMI/encoding"
|
|
xmlns:wmi="http://www.microsoft.com/WMI/encoding">
|
|
<!-- The DateTime simple type -->
|
|
<simpleType name="dateTime" base="string">
|
|
<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}"/>
|
|
</simpleType>
|
|
</schema>
|