home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" ?>
- <xsd:schema
- targetNamespace="http://www.microsoft.com/networking/quarantine/hcs"
- elementFormDefault="qualified"
- xmlns="http://www.microsoft.com/networking/quarantine/hcs"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
- <xsd:complexType name="PKAConfigType">
- <xsd:attribute name="PKAName" type="xsd:string"/>
- <xsd:attribute name="MinKeyLength" type="xsd:integer"/>
- <xsd:attribute name="MaxKeyLength" type="xsd:integer"/>
- </xsd:complexType>
-
- <xsd:complexType name="HKAConfigType">
- <xsd:attribute name="HKAName" type="xsd:string"/>
- </xsd:complexType>
-
- <xsd:complexType name="CSPConfigType">
- <xsd:attribute name="CSPName" type="xsd:string"/>
- </xsd:complexType>
-
- <xsd:complexType name="ClientAgentConfigType">
- <xsd:attribute name="AgentName" type="xsd:string"/>
- </xsd:complexType>
-
- <xsd:complexType name="CAConfigType">
- <xsd:attribute name="CAName" type="xsd:string"/>
- <xsd:attribute name="CAOrder" type="xsd:integer"/>
- </xsd:complexType>
-
- <xsd:complexType name="CMCConfigType">
- <xsd:attribute name="CertLifeTime" type="xsd:integer" use="optional"/>
- <xsd:attribute name="AuthTemplate" type="xsd:string" use="optional"/>
- <xsd:attribute name="UnAuthTemplate" type="xsd:string" use="optional"/>
- </xsd:complexType>
-
- <xsd:complexType name="HCSConfigType">
- <xsd:sequence>
- <xsd:element name="HCSVersion" type="xsd:integer"/>
- <xsd:element name="BlackoutIntervalMinutes" type="xsd:integer"/>
- <xsd:element name="TimeoutSeconds" type="xsd:integer"/>
- <xsd:element name="CAWarningTimeDays" type="xsd:integer"/>
- <xsd:element name="PolicyExtensionOn" type="xsd:integer"/>
- <xsd:element name="OpMode" type="xsd:integer"/>
- <xsd:element minOccurs="0" maxOccurs="1" name="CMCConfig" type="CMCConfigType" />
- <xsd:element minOccurs="0" maxOccurs="unbounded" name="PKAConfig" type="PKAConfigType" />
- <xsd:element minOccurs="0" maxOccurs="unbounded" name="HKAConfig" type="HKAConfigType" />
- <xsd:element minOccurs="0" maxOccurs="unbounded" name="CSPConfig" type="CSPConfigType" />
- <xsd:element minOccurs="0" maxOccurs="unbounded" name="ClientAgentConfig" type="ClientAgentConfigType" />
- <xsd:element minOccurs="0" maxOccurs="unbounded" name="CAConfig" type="CAConfigType" />
- </xsd:sequence>
- </xsd:complexType>
-
- <xsd:element name="HCSConfig" type="HCSConfigType"/>
- </xsd:schema>
-